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
: VRDR Death Date - Freeman - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "vrdr-death-date-a-freeman"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-date"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-date> ] )
] ; #
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: Observation vrdr-death-date-a-freeman</b></p><a name=\"vrdr-death-date-a-freeman\"> </a><a name=\"hcvrdr-death-date-a-freeman\"> </a><a name=\"vrdr-death-date-a-freeman-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 81956-5}\">Date+time of death</span></p><p><b>subject</b>: <a href=\"Patient-us-core-patient-a-freeman.html\">Alice J. Freeman (official) Female, DoB: 1978-03-12 ( Social Security number: SSN#987054321 (use: usual, ))</a></p><p><b>effective</b>: 2022-01-08 15:30:00-0500</p><p><b>performer</b>: <a href=\"Practitioner-vr-practitioner-s-jones.html\">Practitioner Sam Jones (official)</a></p><p><b>value</b>: 2022-01-08</p><p><b>method</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-date-of-death-determination-methods-cs approximate}\">Approximate</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 80616-6}\">Date and time pronounced dead [US Standard Certificate of Death]</span></p><p><b>value</b>: 2022-01-08 15:30:00-0500</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 58332-8}\">Location of death</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 63238001}\">Dead on arrival at hospital</span></p></blockquote></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:81956-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "81956-5" ] ;
fhir:display [ fhir:v "Date+time of death" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/us-core-patient-a-freeman" ]
] ; #
fhir:effective [ fhir:v "2022-01-08T15:30:00-05:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/vr-practitioner-s-jones" ]
] ) ; #
fhir:value [ fhir:v "2022-01-08"^^xsd:date] ; #
fhir:method [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-date-of-death-determination-methods-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "approximate" ] ;
fhir:display [ fhir:v "Approximate" ] ] )
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:80616-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "80616-6" ] ;
fhir:display [ fhir:v "Date and time pronounced dead [US Standard Certificate of Death]" ] ] ) ] ;
fhir:value [ fhir:v "2022-01-08T15:30:00-05:00"^^xsd:dateTime ]
] [
fhir:code [
( fhir:coding [
a loinc:58332-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "58332-8" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:63238001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "63238001" ] ;
fhir:display [ fhir:v "Dead on arrival at hospital" ] ] ) ]
] ) . #