Medicolegal Death Investigation (MDI)
1.1.0 - STU 1.1 United States of America flag

This page is part of the Medicolegal Death Investigation (MDI) (v1.1.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, 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 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:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-06-30T12:03:43.979Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentReference</b><a name=\"documentreference-mdi-investigator-narrative-ex\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource DocumentReference &quot;documentreference-mdi-investigator-narrative-ex&quot; Version &quot;1&quot; Updated &quot;2023-06-30 12:03:43+0000&quot; </p></div><p><b>status</b>: current</p><p><b>docStatus</b>: final</p><p><b>type</b>: unknown <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-NullFlavor.html\">NullFlavor</a>#UNK)</span></p><p><b>category</b>: Investigator’s Narrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>subject</b>: <a href=\"Patient-us-core-patient-a-freeman.html\">Patient/us-core-patient-a-freeman</a> &quot; FREEMAN&quot;</p><p><b>date</b>: Jan 13, 2023, 3:52:20 PM</p><p><b>authenticator</b>: <a href=\"Practitioner-us-core-practitioner-s-jones.html\">Practitioner/us-core-practitioner-s-jones</a> &quot; JONES&quot;</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>en-US</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:text [ fhir:v "Investigator’s Narrative" ]
  ] ) ; # 
  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/us-core-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" ]     ]
  ] ) . #