This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). 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:EpisodeOfCare;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "chf-scenario1"];
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>enrolledIn</b>: <a href=\"http://hl7.org/fhir/uv/cpg/PlanDefinition/chf-pathway\">http://hl7.org/fhir/uv/cpg/PlanDefinition/chf-pathway</a></p><p><b>status</b>: active</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td>-</td><td><b>Condition</b></td></tr><tr><td>*</td><td><a href=\"Condition-chf-scenario1.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span>; <span title=\"Codes: {http://snomed.info/sct 42343007}\">Congestive heart failure (disorder)</span>; onset: Jan 31, 2019 5:03:00 AM</a></td></tr></table><p><b>patient</b>: <a href=\"Patient-chf-scenario1.html\">Generated Summary: active; Patterson, Jeremy; gender: male; birthDate: 1949-03-17; </a></p><p><b>period</b>: Jan 31, 2019 5:03:00 AM --> (ongoing)</p></div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-enrolledIn" ];
fhir:Extension.valueCanonical [
fhir:value "http://hl7.org/fhir/uv/cpg/PlanDefinition/chf-pathway";
fhir:link <http://hl7.org/fhir/uv/cpg/PlanDefinition/chf-pathway> ]
];
fhir:EpisodeOfCare.status [ fhir:value "active"];
fhir:EpisodeOfCare.diagnosis [
fhir:index 0;
fhir:EpisodeOfCare.diagnosis.condition [
fhir:Reference.reference [ fhir:value "Condition/chf-scenario1" ] ]
];
fhir:EpisodeOfCare.patient [
fhir:Reference.reference [ fhir:value "Patient/chf-scenario1" ]
];
fhir:EpisodeOfCare.period [
fhir:Period.start [ fhir:value "2019-01-31T05:03:00Z"^^xsd:dateTime ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.