This page is part of the Medicolegal Death Investigation (MDI) (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
: ValueSet - Tracking Number Type - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "ValueSet-tracking-number-type",
"meta" : {
"versionId" : "5",
"lastUpdated" : "2022-02-18T01:09:23.141+00:00",
"source" : "#JLKMqYSSFNkpqYlF"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-CodeSystem-mdi-codes.html\"><code>http://hl7.org/fhir/us/mdi/CodeSystem/CodeSystem-mdi-codes</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=\"CodeSystem-CodeSystem-mdi-codes.html#CodeSystem-mdi-codes-mdi-case-number\">mdi-case-number</a></td><td>MDI Case Number</td></tr><tr><td><a href=\"CodeSystem-CodeSystem-mdi-codes.html#CodeSystem-mdi-codes-edrs-file-number\">edrs-file-number</a></td><td>EDRS File Number</td></tr><tr><td><a href=\"CodeSystem-CodeSystem-mdi-codes.html#CodeSystem-mdi-codes-tox-lab-case-number\">tox-lab-case-number</a></td><td>Toxicology Laboratory Case Number</td></tr></table></li></ul></div>"
},
"url" : "http://hl7.org/fhir/us/mdi/ValueSet/ValueSet-tracking-number-type",
"version" : "1.0.0",
"name" : "ValueSetTrackingNumberType",
"title" : "ValueSet - Tracking Number Type",
"status" : "active",
"experimental" : false,
"date" : "2022-09-30T20:14:57+00:00",
"publisher" : "HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)",
"contact" : [
{
"name" : "HL7 International - Public Health",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/pher"
}
]
}
],
"description" : "This value set contains codes to that identify the type of tracking number.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
],
"text" : "United States of America"
}
],
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/us/mdi/CodeSystem/CodeSystem-mdi-codes",
"concept" : [
{
"code" : "mdi-case-number",
"display" : "MDI Case Number"
},
{
"code" : "edrs-file-number",
"display" : "EDRS File Number"
},
{
"code" : "tox-lab-case-number",
"display" : "Toxicology Laboratory Case Number"
}
]
}
]
}
}