NHSN Reporting: Adverse Drug Events - Glycemic Control, published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-nhsn-ade-ig/ and changes regularly. See the Directory of published versions
@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 "observation-lab-ade"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "3" ];
fhir:Meta.lastUpdated [ fhir:value "2021-03-30T02:19:48.239+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#0hyobM3dj9lVwoPm" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/nhsn-ade/StructureDefinition/Observation-lab-blood-glucose";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/nhsn-ade/StructureDefinition/Observation-lab-blood-glucose> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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-lab-ade\" Version \"3\" Updated \"2021-03-30T02:19:48.239Z\" </p><p style=\"margin-bottom: 0px\">Information Source: #0hyobM3dj9lVwoPm!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-lab-blood-glucose.html\">Observation Laboratory Blood Glucose</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.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: Glucose [Moles/volume] in Serum or Plasma --1 hour post meal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#40287-5)</span></p><p><b>subject</b>: <a href=\"Patient-patient-ade-1.html\">Patient/patient-ade-1: Name: 'masked'</a> \"\"</p><p><b>effective</b>: 2020-08-04</p><p><b>value</b>: 3.4 mmol/l</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:40287-5;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "40287-5" ];
fhir:Coding.display [ fhir:value "Glucose [Moles/volume] in Serum or Plasma --1 hour post meal" ] ];
fhir:CodeableConcept.text [ fhir:value "Glucose [Moles/volume] in Serum or Plasma --1 hour post meal" ]
];
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-ade-1" ];
fhir:Reference.display [ fhir:value "Name: 'masked'" ]
];
fhir:Observation.effectiveDateTime [ fhir:value "2020-08-04"^^xsd:date];
fhir:Observation.valueQuantity [
fhir:Quantity.value [ fhir:value "3.4"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "mmol/l" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.