-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: support displaying FHIR query result as a choice list #965
Comments
Thanks for creating this issue @delcroip! For this issue I think there're 2 questions:
I'm not entirely sure what exctly we need to do in the sdc lib before we answer these 2 questions. |
Thanks for the answer The idea of the smart guidline is to able to run on the sdk without code change (at least it is my understanding), therefore we should avoid relying on code/api. The populate need to run before the questionnaire is displayed therefore it cannot takes current questionnaire answers into account, meaning that we need to have more 1-question questionnaire instead of a single complex questionnaire. Nevertheless i will have a look on the point 2 to check what it entails. Br |
Actually it is supported by FHIR http://build.fhir.org/ig/HL7/sdc/examples.html#using-candidateexpression is it supported by the android fhir sdk ? br |
better documented issue are created, I will remove this one. |
Is your feature request related to a problem? Please describe.
I want to document the person that is bringing the child to the health facility, to avoid data duplication I need to use a reference to a RelatedPerson (to pick one of the parents or other previously registered RelatedPersons) but I don't see how I can do that with FHIR questionnaire
This could be useful whenever a reference need to be picked by the user (when CQL cannot do it automatically)
Another example could be to pick the previous encounter of the same episode of care (different from the previous Encounter, the last one could be vaccination or for an unrelated condition)
Describe the solution you'd like
I'd like to have a documentation on how to write "resource query" choice questions including how the define the resource's data that will appear on the list (Projection).
Describe alternatives you've considered
Preparing a valueset with the possible choices won't allow to customize the list based on the previous questionnaire answers
Additional context
As part of the EmCare DAK we plan to document the parents and other related person as FHIR RelatedPerson then we could use a reference to a RelatedPerson for the the caregiver and the person who accompanying the child
Would you like to work on the issue?
unfortunaly I don't have the required skills
The text was updated successfully, but these errors were encountered: