FHIR Chat · Yes / No answerOption · questionnaire

Stream: questionnaire

Topic: Yes / No answerOption


view this post on Zulip Jefferson (Oct 29 2021 at 15:16):

Should this have a coding system or a better code value?

"answerOption": [
                {
                    "Yes": {
                        "code": "No",
                        "display": "No",
                        "system": "http://TEST/fhir/value"
                    }
                },
                {
                    "valueCoding": {
                        "code": "Yes",
                        "display": "Yes",
                        "system": "http://TEST/fhir/value"
                    }
                }
            ]

view this post on Zulip Lloyd McKenzie (Oct 29 2021 at 15:44):

Given there's already at least one standard code system (https://terminology.hl7.org/CodeSystem-v2-0532.html), it's certainly best to use that. Also, I don' think the URI is technically a valid URI in that example.

view this post on Zulip Jefferson (Oct 29 2021 at 15:46):

thanks

view this post on Zulip Tilo Christ (Oct 29 2021 at 21:19):

ValueSet http://hl7.org/fhir/ValueSet/yesnodontknow is always available, as per http://build.fhir.org/questionnaire.html#valuesets


Last updated: Apr 12 2022 at 19:14 UTC