UV_Vital Records Birth and Fetal Death Reporting
1.1.0 - STU 1.1 International flag

UV_Vital Records Birth and Fetal Death Reporting, published by IHE International. This is not an authorized publication; it is the continuous build for version 1.1.0). This version is based on the current content of https://github.com/IHE/fhir-bfdr/ and changes regularly. See the Directory of published versions

: ValueSet - Yes No NotApplicable - JSON Representation

Active as of 2023-10-20

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ValueSet-yes-no-not-applicable",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-08-29T04:20:12.649Z"
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/v2/0136/index.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0136</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v2/0136/index.html#v2-0136-Y\">Y</a></td><td>Yes</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v2/0136/index.html#v2-0136-N\">N</a></td><td>No</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-NullFlavor.html\"><code>http://terminology.hl7.org/CodeSystem/v3-NullFlavor</code></a><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=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-NullFlavor.html#v3-NullFlavor-NA\">NA</a></td><td>not applicable</td><td>Known to have no proper value (e.g., last menstrual period for a male).</td></tr></table></li></ul></div>"
  },
  "url" : "https://profiles.ihe.net/QRPH/bfdr/ValueSet/ValueSet-yes-no-not-applicable",
  "version" : "1.1.0",
  "name" : "ValueSetYesNoNotApplicable",
  "title" : "ValueSet - Yes No NotApplicable",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-10-20T20:17:50+00:00",
  "publisher" : "IHE International",
  "contact" : [
    {
      "name" : "IHE Quality, Research and Public Health Committee",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ihe.net/ihe_domains/quality_research_and_public_health"
        }
      ]
    }
  ],
  "description" : "Valueset with Yes, No, and Not Applicable.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0136",
        "concept" : [
          {
            "code" : "Y",
            "display" : "Yes"
          },
          {
            "code" : "N",
            "display" : "No"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept" : [
          {
            "code" : "NA",
            "display" : "not applicable"
          }
        ]
      }
    ]
  }
}