Medicolegal Death Investigation (MDI) FHIR Implementation Guide
2.0.1-cibuild - ci-build United States of America flag

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

: DocumentReference - MDI Report - Investigator's Narrative example - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "documentreference-mdi-investigator-narrative-ex"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/mdi/StructureDefinition/DocumentReference-mdi-report"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mdi/StructureDefinition/DocumentReference-mdi-report>     ] )
  ] ; # 
  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: DocumentReference documentreference-mdi-investigator-narrative-ex</b></p><a name=\"documentreference-mdi-investigator-narrative-ex\"> </a><a name=\"hcdocumentreference-mdi-investigator-narrative-ex\"> </a><a name=\"documentreference-mdi-investigator-narrative-ex-en-US\"> </a><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 47046-8}\">Summary of death note</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>date</b>: 2023-01-13 15:52:20+0000</p><p><b>authenticator</b>: <a href=\"Practitioner-vr-practitioner-s-jones.html\">Practitioner Sam Jones (official)</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Language</b></td><td><b>Url</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td>English (Region=United States)</td><td><a href=\"http://example.org/xds/mhd/Binary/07a6483f-732b-461e-86b6-edb665c45510\">http://example.org/xds/mhd/Binary/07a6483f-732b-461e-86b6-edb665c45510</a></td><td>Url where the report can be found</td></tr></table></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:docStatus [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UNK" ] ;
fhir:display [ fhir:v "unknown" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:47046-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "47046-8" ] ;
fhir:display [ fhir:v "Summary of death note" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/us-core-patient-a-freeman" ]
  ] ; # 
  fhir:date [ fhir:v "2023-01-13T15:52:20.000+00:00"^^xsd:dateTime] ; # 
  fhir:authenticator [
fhir:reference [ fhir:v "Practitioner/vr-practitioner-s-jones" ]
  ] ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:language [ fhir:v "en-US" ] ;
fhir:url [ fhir:v "http://example.org/xds/mhd/Binary/07a6483f-732b-461e-86b6-edb665c45510"^^xsd:anyURI ] ;
fhir:title [ fhir:v "Url where the report can be found" ]     ]
  ] ) . #