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

: Observation - Toxicology Lab Result - Fentanyl Urine Freeman - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "us-core-lab-result-fentanyl-urine-a-freeman"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "10" ];
     fhir:Meta.lastUpdated [ fhir:value "2022-08-16T00:44:09.899+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#AShF0kvizcW1dt6C" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-toxicology-lab-result";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-toxicology-lab-result>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"us-core-lab-result-fentanyl-urine-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 Observation \"us-core-lab-result-fentanyl-urine-a-freeman\" Version \"10\" Updated \"2022-08-16 12:44:09+0000\" </p><p style=\"margin-bottom: 0px\">Information Source: #AShF0kvizcW1dt6C!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-toxicology-lab-result.html\">Observation - Toxicology Lab Result</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: fentaNYL [Presence] in Urine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#11235-9)</span></p><p><b>subject</b>: <a href=\"Patient-us-core-patient-a-freeman.html\">Patient/us-core-patient-a-freeman: Alice J. Freeman</a> \" FREEMAN\"</p><p><b>effective</b>: 2021-12-03</p><p><b>value</b>: true</p><p><b>specimen</b>: <a href=\"Specimen-specimen-urine-toxicology-a-freeman.html\">Specimen/specimen-urine-toxicology-a-freeman</a></p></div>"
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
       fhir:Coding.code [ fhir:value "laboratory" ];
       fhir:Coding.display [ fhir:value "Laboratory" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Laboratory" ]
  ];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:11235-9;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "11235-9" ];
       fhir:Coding.display [ fhir:value "fentaNYL [Presence] in Urine" ]     ];
     fhir:CodeableConcept.text [ fhir:value "fentaNYL [Presence] in Urine" ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/us-core-patient-a-freeman" ];
     fhir:Reference.display [ fhir:value "Alice J. Freeman" ]
  ];
  fhir:Observation.effectiveDateTime [ fhir:value "2021-12-03"^^xsd:date];
  fhir:Observation.valueString [ fhir:value "true"];
  fhir:Observation.specimen [
     fhir:Reference.reference [ fhir:value "Specimen/specimen-urine-toxicology-a-freeman" ]
  ].

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

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