Vital Records Death Reporting (VRDR) FHIR Implementation Guide
2.0.0 - STU 2 US

This page is part of the Vital Records Mortality and Morbidity Reporting FHIR IG (v2.0.0: STU 2) 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

: MannerOfDeathCM - JSON Representation

Draft as of 2022-08-31

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "MannerOfDeathCM",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>MannerOfDeath (http://hl7.org/fhir/us/vrdr/ConceptMap/MannerOfDeathCM)</h2><p>Mapping from (not specified) to <a href=\"ValueSet-vrdr-manner-of-death-vs.html\">http://hl7.org/fhir/us/vrdr/ValueSet/vrdr-manner-of-death-vs</a></p><p>DRAFT. Published on 2022-08-31 04:02:50+0000 by HL7 Public Health Working Group (HL7 Public Health Working Group: <a href=\"http://www.hl7.org/Special/committees/pher\">http://www.hl7.org/Special/com...</a>, <a href=\"mailto:pher@lists.HL7.org\">pher@lists.HL7.org</a>). </p><div><p>A mapping between NCHS IJE and FHIR MannerOfDeath Value Sets</p>\n</div><br/><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Destination Code</b></td></tr><tr><td colspan=\"3\">Mapping from <code>IJE</code> to <a href=\"http://hl7.org/fhir/R4/codesystem-snomedct.html\">SNOMED CT (all versions)</a></td></tr><tr><td>N (Natural)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>38605008 (Natural death)</td></tr><tr><td>A (Accident)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>7878000 (Accidental death)</td></tr><tr><td>S (Suicide)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>44301001 (Suicide)</td></tr><tr><td>H (Homicide)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>27935005 (Homicide)</td></tr><tr><td>P (Pending Investigation)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>185973002 (Patient awaiting investigation)</td></tr><tr><td>C (Could not be determined)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>65037004 (Death, manner undetermined)</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/vrdr/ConceptMap/MannerOfDeathCM",
  "version" : "2.0.0",
  "name" : "MannerOfDeath",
  "title" : "MannerOfDeath Concept Map",
  "status" : "draft",
  "date" : "2022-08-31T16:02:50+00:00",
  "publisher" : "HL7 Public Health Working Group",
  "contact" : [
    {
      "name" : "HL7 Public Health Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        },
        {
          "system" : "email",
          "value" : "pher@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "A mapping between NCHS IJE and FHIR MannerOfDeath Value Sets",
  "useContext" : [
    {
      "code" : {
        "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code" : "focus"
      },
      "valueCodeableConcept" : {
        "text" : "for IJE to FHIR alignment"
      }
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "purpose" : "To help implementers map from IJE to FHIR Vocabulary",
  "targetCanonical" : "http://hl7.org/fhir/us/vrdr/ValueSet/vrdr-manner-of-death-vs",
  "group" : [
    {
      "source" : "IJE",
      "target" : "http://snomed.info/sct",
      "element" : [
        {
          "code" : "N",
          "display" : "Natural",
          "target" : [
            {
              "code" : "38605008",
              "display" : "Natural death",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "A",
          "display" : "Accident",
          "target" : [
            {
              "code" : "7878000",
              "display" : "Accidental death",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "S",
          "display" : "Suicide",
          "target" : [
            {
              "code" : "44301001",
              "display" : "Suicide",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "H",
          "display" : "Homicide",
          "target" : [
            {
              "code" : "27935005",
              "display" : "Homicide",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "P",
          "display" : "Pending Investigation",
          "target" : [
            {
              "code" : "185973002",
              "display" : "Patient awaiting investigation",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "C",
          "display" : "Could not be determined",
          "target" : [
            {
              "code" : "65037004",
              "display" : "Death, manner undetermined",
              "equivalence" : "equivalent"
            }
          ]
        }
      ]
    }
  ]
}