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
: MessageHeader - Death Certificate Review Example 1 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MessageHeader ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "messageheader-mdi-dcr-ex1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/mdi/StructureDefinition/MessageHeader-death-certificate-review"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mdi/StructureDefinition/MessageHeader-death-certificate-review> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader messageheader-mdi-dcr-ex1</b></p><a name=\"messageheader-mdi-dcr-ex1\"> </a><a name=\"hcmessageheader-mdi-dcr-ex1\"> </a><a name=\"messageheader-mdi-dcr-ex1-en-US\"> </a><p><b>event</b>: <a href=\"CodeSystem-cs-mdi-codes.html#cs-mdi-codes-death-certificate-review\">Medicolegal Death Investigation Codes death-certificate-review</a>: Death Certificate Review</p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>State VRO</td><td>EDRS</td><td>1.2.3.4.5</td><td><a href=\"http://edrs-example.org/fhir/endpoint/1\">http://edrs-example.org/fhir/endpoint/1</a></td></tr></table><p><b>reason</b>: <span title=\"Codes:{http://hl7.org/fhir/us/mdi/CodeSystem/cs-death-cert-review-example CREM_C_REQUEST}\">Cremation Clearance Request</span></p><p><b>focus</b>: <a href=\"Bundle-bundle-doc-mdi-dcr-ex1.html\">Bundle: identifier = UUID:933dde44f7664b03a20b6324f23986c0; type = document; timestamp = 2023-05-02 08:51:14+0000</a></p></div>"
] ; #
fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/us/mdi/CodeSystem/cs-mdi-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "death-certificate-review" ]
] ; #
fhir:source [
fhir:name [ fhir:v "State VRO" ] ;
fhir:software [ fhir:v "EDRS" ] ;
fhir:version [ fhir:v "1.2.3.4.5" ] ;
fhir:endpoint [ fhir:v "http://edrs-example.org/fhir/endpoint/1"^^xsd:anyURI ]
] ; #
fhir:reason [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/mdi/CodeSystem/cs-death-cert-review-example"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CREM_C_REQUEST" ] ;
fhir:display [ fhir:v "Cremation Clearance Request" ] ] )
] ; #
fhir:focus ( [
fhir:reference [ fhir:v "Bundle/bundle-doc-mdi-dcr-ex1" ]
] ) . #