@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/mdi/MessageHeader/messageheader-mdi-tox-result-report-a-freeman> a fhir:MessageHeader ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "messageheader-mdi-tox-result-report-a-freeman"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/mdi/StructureDefinition/MessageHeader-toxicology-to-mdi"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/mdi/StructureDefinition/MessageHeader-toxicology-to-mdi>
     ] )
  ] ; # 
  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-tox-result-report-a-freeman</b></p><a name=\"messageheader-mdi-tox-result-report-a-freeman\"> </a><a name=\"hcmessageheader-mdi-tox-result-report-a-freeman\"> </a><a name=\"messageheader-mdi-tox-result-report-a-freeman-en-US\"> </a><p><b>event</b>: <a href=\"CodeSystem-cs-mdi-codes.html#cs-mdi-codes-tox-result-report\">Medicolegal Death Investigation Codes tox-result-report</a>: Toxicology Lab Results</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>Contact</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</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 style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</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\">Diagnostic Report for 'fentaNYL and Norfentanyl panel - Specimen' for '-&gt;Alice J. Freeman'</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 "tox-result-report" ]
  ] ; # 
  fhir:source [
     fhir:name [ fhir:v "University of Florida Pathology Labs, Forensic Toxicology Laboratory" ] ;
     fhir:software [ fhir:v "MDI Log" ] ;
     fhir:version [ fhir:v "1.2.3.4.5" ] ;
     fhir:contact [
       fhir:system [ fhir:v "phone" ] ;
       fhir:value [ fhir:v "+1 (555) 123 4567" ]
     ] ;
     fhir:endpoint [ fhir:v "http://mdi-log.org/fhir/endpoint/1"^^xsd:anyURI ]
  ] ; # 
  fhir:response [
     fhir:identifier [ fhir:v "5015fe84-8e76-4526-89d8-44b322e8d4fb" ] ;
     fhir:code [ fhir:v "ok" ]
  ] ; # 
  fhir:focus ( [
     fhir:link <http://hl7.org/fhir/us/mdi/DiagnosticReport/diagnosticreport-mdi-toxicology-lab-a-freeman> ;
     fhir:reference [ fhir:v "DiagnosticReport/diagnosticreport-mdi-toxicology-lab-a-freeman" ]
  ] ) . # 

<http://hl7.org/fhir/us/mdi/DiagnosticReport/diagnosticreport-mdi-toxicology-lab-a-freeman> a fhir:us .

# -------------------------------------------------------------------------------------

