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 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-jvp"];
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-jvp\">http://hl7.org/fhir/uv/cpg/PlanDefinition/chf-jvp</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: \">Jugular venous pressure < 8.0 cmH2O</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://hl7.org/fhir/uv/cpg/CodeSystem/chf-codes jvp}\">Jugular venous pressure</span></td><td><8.0 cmH2O</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-jvp";
fhir:link <http://hl7.org/fhir/uv/cpg/PlanDefinition/chf-jvp> ]
];
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 "Jugular venous pressure < 8.0 cmH2O" ]
];
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;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/cpg/CodeSystem/chf-codes" ];
fhir:Coding.code [ fhir:value "jvp" ] ] ];
fhir:Goal.target.detailQuantity [
fhir:Quantity.value [ fhir:value "8.0"^^xsd:decimal ];
fhir:Quantity.comparator [ fhir:value "<" ];
fhir:Quantity.unit [ fhir:value "cmH2O" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "cm[H2O]" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.