This page is part of the Common Data Models Harmonization FHIR IG (v1.0.0: STU 1) 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
{
"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."
}
]
}