Stream: questionnaire
Topic: Yes / No answerOption
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"
}
}
]
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.
Jefferson (Oct 29 2021 at 15:46):
thanks
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