HL7 Terminology (THO)
5.3.0 - Publication International flag

This page is part of the HL7 Terminology (v5.3.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Yes No Unknown NotAsked - JSON Representation

Active as of 2020-06-17

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "yes-no-unknown-not-asked",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "http://terminology.hl7.org/ValueSet/yes-no-unknown-not-asked",
  "version" : "1.0.0",
  "name" : "YesNoUnknownNotAsked",
  "title" : "Yes No Unknown NotAsked",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-06-17T00:00:00.000-04:00",
  "publisher" : "HL7 International",
  "description" : "This value set contains 4 concepts commonly used as answers to items in a questionnaire.",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0532",
        "concept" : [
          {
            "code" : "Y",
            "display" : "Yes"
          },
          {
            "code" : "N",
            "display" : "No"
          },
          {
            "code" : "ASKU",
            "display" : "Unknown"
          },
          {
            "code" : "NASK",
            "display" : "Not Asked"
          }
        ]
      }
    ]
  }
}