FHIR Chat · Correct usage of enableWhen · questionnaire

Stream: questionnaire

Topic: Correct usage of enableWhen


view this post on Zulip Jefferson (Nov 01 2021 at 16:58):

Is this the correct usage of enableWhen I have only seen it with true/false

enableWhen": [
    {
    "question": "risk_group",
    "operator": "=",
    "answerCoding": {
        "code": "very low",
        "display": "very low",
        "system": "http://sunquest.info/fhir/value"
    }
    }
],

view this post on Zulip Lloyd McKenzie (Nov 01 2021 at 17:00):

So long as there's a question with a linkId of 'risk_group', that should be correct.


Last updated: Apr 12 2022 at 19:14 UTC