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

: Race Missing Value Reason - JSON Representation

Draft as of 2022-04-04

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "RaceMissingValueReason",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2022-02-11T20:50:12.289+00:00",
    "source" : "#Vein4otBaOLRnwZM"
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-vrdrMissingValueReason.html\"><code>http://hl7.org/fhir/us/vrdr/CodeSystem/vrdrMissingValueReason</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=\"CodeSystem-vrdrMissingValueReason.html#vrdrMissingValueReason-R\">R</a></td><td>Refused</td><td>Patient was asked but refused to provide an answer.</td></tr><tr><td><a href=\"CodeSystem-vrdrMissingValueReason.html#vrdrMissingValueReason-S\">S</a></td><td>Sought, but unknown</td><td>The information was requested but the correct response is unknown.</td></tr><tr><td><a href=\"CodeSystem-vrdrMissingValueReason.html#vrdrMissingValueReason-C\">C</a></td><td>Not obtainable</td><td>The requested information is not available.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/vrdr/ValueSet/RaceMissingValueReason",
  "version" : "1.1.0",
  "name" : "RaceMissingValueReason",
  "title" : "Race Missing Value Reason",
  "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 code values used to indicate the reason decedent race data is absent.\n\n**Inter-jurisdictional Exchange (IJE) concept mapping**\n\n|VRDR IG Code | VRDR IG Display Name | IJE Code |IJE Display Name\n| -------- | -------- | -------- | --------|\n|R|Refused|R|Refused|\n|S|Sought, but unknown|S|Sought, but unknown|\n|C|Not obtainable|C|Not obtainable|",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "US Realm"
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdrMissingValueReason",
        "concept" : [
          {
            "code" : "R",
            "display" : "Refused"
          },
          {
            "code" : "S",
            "display" : "Sought, but unknown"
          },
          {
            "code" : "C",
            "display" : "Not obtainable"
          }
        ]
      }
    ]
  }
}