HL7 Terminology (THO)
4.0.0 - Publication International flag

This page is part of the HL7 Terminology (v4.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: hl7VS-yes-no-Indicator - JSON Representation

Active as of 2019-12-01

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "v2-0136",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-v2-0532.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0532</code></a> version <code>2.1.0</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-v2-0532.html#v2-0532-Y\">Y</a></td><td>Yes</td><td>Yes</td></tr><tr><td><a href=\"CodeSystem-v2-0532.html#v2-0532-N\">N</a></td><td>No</td><td>No</td></tr></table></li></ul></div>"
  },
  "url" : "http://terminology.hl7.org/ValueSet/v2-0136",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.21.72"
    }
  ],
  "version" : "2.0.0",
  "name" : "Hl7VSYesNoIndicator",
  "title" : "hl7VS-yes-no-Indicator",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-12-01",
  "publisher" : "HL7, Inc",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/HL7/UTG"
        }
      ]
    }
  ],
  "description" : "Codes specifying either Yes or No used in fields containing binary answers generally user-specified.",
  "copyright" : "Copyright HL7. Licensed under creative commons public domain",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0532",
        "version" : "2.1.0",
        "concept" : [
          {
            "code" : "Y"
          },
          {
            "code" : "N"
          }
        ]
      }
    ]
  }
}