-
Type:
Change Request
-
Resolution: Persuasive
-
Priority:
Medium
-
FHIR Core (FHIR)
-
STU3
-
FHIR Infrastructure
-
Questionnaire
-
-
Brian Postlethwaite/Don Langlois: 7-0-0
-
Enhancement
-
Compatible, substantive
Hi,
We are developing a questionnaire using the HL7 FHIR standard. However, we have not found a way to include response options that depends on a condition.
For example, in the question below the option "pregnancy" should only show if the patient is female:
1) Do you have any of the conditions below?
[ ] Pregnancy (condition: only show if patient is female)
[x] Diabetes
[x] Hypertension
[ ] Asthma
Another example:
2) Have you been treated for the diseases below?
[x] Diabetes (condition: only show if answer to question 1 contains diabetes)
[x] Hypertension (condition: only show if answer to question 1 contains hypertension)
[ ] Asthma
We discussed in the FHIR community about it. And we talked about creating a change request.
The topic url in the community is http://community.fhir.org/t/how-to-use-something-like-enablewhen-to-filter-answeroptions-in-the-questionnaire/1489/3.
Thank you!