Medicolegal Death Investigation (MDI) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.1-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-mdi-ig/ and changes regularly. See the Directory of published versions
Active as of 2024-11-22 |
{
"resourceType" : "ValueSet",
"id" : "vs-cremation-clearance-status-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vs-cremation-clearance-status-example</b></p><a name=\"vs-cremation-clearance-status-example\"> </a><a name=\"hcvs-cremation-clearance-status-example\"> </a><a name=\"vs-cremation-clearance-status-example-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-cs-death-cert-review-example.html\"><code>http://hl7.org/fhir/us/mdi/CodeSystem/cs-death-cert-review-example</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-cs-death-cert-review-example.html#cs-death-cert-review-example-CREM_C_REQUEST\">CREM_C_REQUEST</a></td><td>Requested</td></tr><tr><td><a href=\"CodeSystem-cs-death-cert-review-example.html#cs-death-cert-review-example-CREM_C_PENDING\">CREM_C_PENDING</a></td><td>Pending</td></tr><tr><td><a href=\"CodeSystem-cs-death-cert-review-example.html#cs-death-cert-review-example-CREM_C_REJECTED\">CREM_C_REJECTED</a></td><td>Rejected</td></tr><tr><td><a href=\"CodeSystem-cs-death-cert-review-example.html#cs-death-cert-review-example-CREM_C_APPROVED\">CREM_C_APPROVED</a></td><td>Approved</td></tr></table></li></ul></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "pher"
}
],
"url" : "http://hl7.org/fhir/us/mdi/ValueSet/vs-cremation-clearance-status-example",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.40.11.48.4"
}
],
"version" : "2.0.1-cibuild",
"name" : "VSCCStatusEx",
"title" : "ValueSet - Cremation Clearance Status example",
"status" : "active",
"experimental" : false,
"date" : "2024-11-22T01:43:48+00:00",
"publisher" : "HL7 International / Public Health",
"contact" : [
{
"name" : "HL7 International / Public Health",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/pher"
}
]
}
],
"description" : "This value set contains example codes for Cremation Clearance status.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/us/mdi/CodeSystem/cs-death-cert-review-example",
"concept" : [
{
"code" : "CREM_C_REQUEST",
"display" : "Requested"
},
{
"code" : "CREM_C_PENDING",
"display" : "Pending"
},
{
"code" : "CREM_C_REJECTED",
"display" : "Rejected"
},
{
"code" : "CREM_C_APPROVED",
"display" : "Approved"
}
]
}
]
}
}