Medicolegal Death Investigation (MDI)
1.0.0 - STU 1 US

This page is part of the Medicolegal Death Investigation (MDI) (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: MessageHeader - Toxicology to MDI - Freeman - 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:Resource.id [ fhir:value "messageheader-mdi-tox-result-report-a-freeman"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "7" ];
     fhir:Meta.lastUpdated [ fhir:value "2022-08-16T00:57:53.718+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#dLluwYESni4SEDxi" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/mdi/StructureDefinition/MessageHeader-toxicology-to-mdi";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/mdi/StructureDefinition/MessageHeader-toxicology-to-mdi>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"messageheader-mdi-tox-result-report-a-freeman\"> </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 MessageHeader \"messageheader-mdi-tox-result-report-a-freeman\" Version \"7\" Updated \"2022-08-16 12:57:53+0000\" </p><p style=\"margin-bottom: 0px\">Information Source: #dLluwYESni4SEDxi!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MessageHeader-toxicology-to-mdi.html\">MessageHeader - Toxicology to MDI</a></p></div><p><b>event</b>: Toxicology Lab Results (Details: http://hl7.org/fhir/us/mdi/CodeSystem/CodeSystem-mdi-codes code tox-result-report = 'Toxicology Lab Results', stated as 'null')</p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Contact</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>University of Florida Pathology Labs, Forensic Toxicology Laboratory</td><td>MDI Log</td><td>1.2.3.4.5</td><td><a href=\"tel:+1(555)1234567\">+1 (555) 123 4567</a></td><td><a href=\"http://mdi-log.org/fhir/endpoint/1\">http://mdi-log.org/fhir/endpoint/1</a></td></tr></table><h3>Responses</h3><table class=\"grid\"><tr><td>-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>5015fe84-8e76-4526-89d8-44b322e8d4fb</td><td>ok</td></tr></table><p><b>focus</b>: <a href=\"DiagnosticReport-diagnosticreport-mdi-toxicology-lab-a-freeman.html\">DiagnosticReport/diagnosticreport-mdi-toxicology-lab-a-freeman</a></p></div>"
  ];
  fhir:MessageHeader.eventCoding [
     fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/mdi/CodeSystem/CodeSystem-mdi-codes" ];
     fhir:Coding.code [ fhir:value "tox-result-report" ]
  ];
  fhir:MessageHeader.source [
     fhir:MessageHeader.source.name [ fhir:value "University of Florida Pathology Labs, Forensic Toxicology Laboratory" ];
     fhir:MessageHeader.source.software [ fhir:value "MDI Log" ];
     fhir:MessageHeader.source.version [ fhir:value "1.2.3.4.5" ];
     fhir:MessageHeader.source.contact [
       fhir:ContactPoint.system [ fhir:value "phone" ];
       fhir:ContactPoint.value [ fhir:value "+1 (555) 123 4567" ]     ];
     fhir:MessageHeader.source.endpoint [ fhir:value "http://mdi-log.org/fhir/endpoint/1" ]
  ];
  fhir:MessageHeader.response [
     fhir:MessageHeader.response.identifier [ fhir:value "5015fe84-8e76-4526-89d8-44b322e8d4fb" ];
     fhir:MessageHeader.response.code [ fhir:value "ok" ]
  ];
  fhir:MessageHeader.focus [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "DiagnosticReport/diagnosticreport-mdi-toxicology-lab-a-freeman" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.