This page is part of the Clinical Guidelines (v1.0.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
Formats: Narrative, XML, JSON, Turtle
Raw ttl
@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:Goal;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "chf-scenario1-o2-sat"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>goalFor</b>: <a href=\"http://hl7.org/fhir/uv/cpg/PlanDefinition/chf-o2-sat\">http://hl7.org/fhir/uv/cpg/PlanDefinition/chf-o2-sat</a></p><p><b>lifecycleStatus</b>: active</p><p><b>achievementStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/goal-achievement improving}\">Improving</span></p><p><b>description</b>: <span title=\"Codes: \">Oxygen saturation > 94% SaO2</span></p><p><b>subject</b>: <a href=\"Patient-chf-scenario1.html\">Generated Summary: active; Patterson, Jeremy; gender: male; birthDate: 1949-03-17; </a></p><h3>Targets</h3><table class=\"grid\"><tr><td>-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://loinc.org 2708-6}\">Oxygen saturation in Arterial blood</span></td><td>>94 %</td></tr></table></div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-goalFor" ];
fhir:Extension.valueCanonical [
fhir:value "http://hl7.org/fhir/uv/cpg/PlanDefinition/chf-o2-sat";
fhir:link <http://hl7.org/fhir/uv/cpg/PlanDefinition/chf-o2-sat> ]
];
fhir:Goal.lifecycleStatus [ fhir:value "active"];
fhir:Goal.achievementStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/goal-achievement" ];
fhir:Coding.code [ fhir:value "improving" ] ]
];
fhir:Goal.description [
fhir:CodeableConcept.text [ fhir:value "Oxygen saturation > 94% SaO2" ]
];
fhir:Goal.subject [
fhir:Reference.reference [ fhir:value "Patient/chf-scenario1" ]
];
fhir:Goal.target [
fhir:index 0;
fhir:Goal.target.measure [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:2708-6;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "2708-6" ] ] ];
fhir:Goal.target.detailQuantity [
fhir:Quantity.value [ fhir:value "94"^^xsd:decimal ];
fhir:Quantity.comparator [ fhir:value ">" ];
fhir:Quantity.unit [ fhir:value "%" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "%" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.