Common Data Models Harmonization
1.0.0 - STU 1 Publication

Common Data Models Harmonization, published by HL7 International - Biomedical Research and Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cdmh/ and changes regularly. See the Directory of published versions

: PCORNet Death Sources - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "pcornet-death-sources",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-death-sources defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">L<a name=\"pcornet-death-sources-L\"> </a></td><td>Other, locally  defined</td><td>Other, locally defined may be used to indicate presence of deaths reported from EHR systems, such as in-patient hospital deaths or dead on arrival.</td></tr><tr><td style=\"white-space:nowrap\">N<a name=\"pcornet-death-sources-N\"> </a></td><td>National  Death Index</td><td>Death Source is National Death Index.</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"pcornet-death-sources-D\"> </a></td><td>Social  Security</td><td>Death Source is Social Security.</td></tr><tr><td style=\"white-space:nowrap\">S<a name=\"pcornet-death-sources-S\"> </a></td><td>State Death files</td><td>Death Source is State Death files.</td></tr><tr><td style=\"white-space:nowrap\">T<a name=\"pcornet-death-sources-T\"> </a></td><td>Tumor data</td><td>Death Source is Tumor data.</td></tr><tr><td style=\"white-space:nowrap\">DR<a name=\"pcornet-death-sources-DR\"> </a></td><td>Derived</td><td>Death Source is Derived.</td></tr><tr><td style=\"white-space:nowrap\">NI<a name=\"pcornet-death-sources-NI\"> </a></td><td>No information</td><td>Death Source has No information.</td></tr><tr><td style=\"white-space:nowrap\">UN<a name=\"pcornet-death-sources-UN\"> </a></td><td>Unknown</td><td>Death Source is Unknown.</td></tr><tr><td style=\"white-space:nowrap\">OT<a name=\"pcornet-death-sources-OT\"> </a></td><td>Other</td><td>Death Source is Other.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-death-sources",
  "version" : "1.0.0",
  "name" : "PCORNetDeathSources",
  "title" : "PCORNet Death Sources",
  "status" : "active",
  "date" : "2021-09-06",
  "publisher" : "HL7 International - Biomedical Research and Regulation Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description" : "The PCORNet Death Source contains the codes to be used by PCORNet data marts.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7, all rights reserved Creative Commons License",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 9,
  "concept" : [
    {
      "code" : "L",
      "display" : "Other, locally  defined",
      "definition" : "Other, locally defined may be used to indicate presence of deaths reported from EHR systems, such as in-patient hospital deaths or dead on arrival."
    },
    {
      "code" : "N",
      "display" : "National  Death Index",
      "definition" : "Death Source is National Death Index."
    },
    {
      "code" : "D",
      "display" : "Social  Security",
      "definition" : "Death Source is Social Security."
    },
    {
      "code" : "S",
      "display" : "State Death files",
      "definition" : "Death Source is State Death files."
    },
    {
      "code" : "T",
      "display" : "Tumor data",
      "definition" : "Death Source is Tumor data."
    },
    {
      "code" : "DR",
      "display" : "Derived",
      "definition" : "Death Source is Derived."
    },
    {
      "code" : "NI",
      "display" : "No information",
      "definition" : "Death Source has No information."
    },
    {
      "code" : "UN",
      "display" : "Unknown",
      "definition" : "Death Source is Unknown."
    },
    {
      "code" : "OT",
      "display" : "Other",
      "definition" : "Death Source is Other."
    }
  ]
}