Vital Records Death Reporting FHIR Implementation Guide
1.1.0 - STU 2 US

Vital Records Death Reporting FHIR Implementation Guide - Local Development build (v1.1.0). See the Directory of published versions

: Yes No NotApplicable - JSON Representation

Draft as of 2022-04-04

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "YesNoNotApplicable",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2022-02-11T20:51:48.212+00:00",
    "source" : "#GnBRvreZU138XFbl"
  },
  "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-N\">N</a></td><td>No</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></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/3.1.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/3.1.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" : "http://hl7.org/fhir/us/vrdr/ValueSet/YesNoNotApplicable",
  "version" : "1.1.0",
  "name" : "YesNoNotApplicable",
  "title" : "Yes No NotApplicable",
  "status" : "draft",
  "date" : "2022-04-04T23:44:44+00:00",
  "publisher" : "Health Level Seven International",
  "contact" : [
    {
      "name" : "HL7 International - Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    },
    {
      "name" : "Cynthia Bush, Health Scientist (Informatics), CDC/National Center for Health Statistics",
      "telecom" : [
        {
          "system" : "email",
          "value" : "pdz1@cdc.gov"
        }
      ]
    },
    {
      "name" : "AbdulMalik Shakir, FHL7, President and Chief Informatics Scientist Hi3 Solutions",
      "telecom" : [
        {
          "system" : "email",
          "value" : "abdulmalik.shakir@hi3solutions.com"
        }
      ]
    }
  ],
  "description" : "A set of codes used to express an affirmative response (Yes), negative response (No), or indicate that a response is not applicable (NA) with regard to the question posed. \n\n**Inter-jurisdictional Exchange (IJE) concept mapping**\n\n|VRDR IG Code | VRDR IG Display Name | IJE Code |IJE Display Name\n| -------- | -------- | -------- | --------|\n|N|No|Y|Yes|\n|Y|Yes|N|No|\n|NA|not applicable|X|Not Applicable: Computer generated|",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "US Realm"
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0136",
        "concept" : [
          {
            "code" : "N",
            "display" : "No"
          },
          {
            "code" : "Y",
            "display" : "Yes"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept" : [
          {
            "code" : "NA",
            "display" : "not applicable"
          }
        ]
      }
    ]
  }
}