This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Vocabulary Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw JSON (canonical form + also see JSON Format Specification)
Yes/No/Don't know, for capturing a common answer set in questionnaires
{ "resourceType" : "ValueSet", "id" : "yesnodontknow", "url" : "http://hl7.org/fhir/ValueSet/yesnodontknow", "name" : "Yes/No/Don't Know", "status" : "draft", "experimental" : true, "description" : "For Capturing simple yes-no-don't know answers", "compose" : { "include" : [{ "valueSet" : ["http://terminology.hl7.org/ValueSet/v2-0136"] }, { "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", "concept" : [{ "code" : "asked-unknown", "display" : "Don't know" }] }] }, "expansion" : { "identifier" : "urn:uuid:bf99fe50-2c2b-41ad-bd63-bee6919810b4", "timestamp" : "2015-07-14T10:00:00Z", "contains" : [{ "system" : "http://terminology.hl7.org/CodeSystem/v2-0136", "code" : "Y", "display" : "Yes" }, { "system" : "http://terminology.hl7.org/CodeSystem/v2-0136", "code" : "N", "display" : "No" }, { "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", "code" : "asked-unknown", "display" : "Don't know" }] } }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.