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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Encounter;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "chf-scenario1"];
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><p><b>status</b>: in-progress</p><p><b>class</b>: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span></p><p><b>type</b>: <span title=\"Codes: {http://snomed.info/sct 183807002}\">Inpatient stay 9 days</span></p><p><b>priority</b>: <span title=\"Codes: {http://snomed.info/sct 394849002}\">High priority</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><p><b>episodeOfCare</b>: <a href=\"EpisodeOfCare-chf-scenario1.html\">Generated Summary: status: active; period: Jan 31, 2019 5:03:00 AM --> (ongoing)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></td><td><a href=\"PractitionerRole-chf-scenario1.html\">Generated Summary: active; <span title=\"Codes: {http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-persona 2212}\">Specialist medical practitioner</span>; <span title=\"Codes: {http://snomed.info/sct 394579002}\">Cardiology</span></a></td></tr></table><p><b>period</b>: Jan 31, 2019 5:03:00 AM --> (ongoing)</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td>-</td><td><b>Condition</b></td><td><b>Use</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><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/diagnosis-role AD}\">Admission diagnosis</span></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td>*</td><td><a href=\"Location-chf-scenario1.html\">Generated Summary: status: active; name: Unit 3 East; mode: instance; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode CVDX}\">Cardiovascular diagnostics or therapeutics unit</span></a></td><td>active</td><td>Jan 31, 2019 5:03:00 AM --> (ongoing)</td></tr></table></div>"
];
fhir:Encounter.status [ fhir:value "in-progress"];
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
fhir:Coding.code [ fhir:value "IMP" ];
fhir:Coding.display [ fhir:value "inpatient encounter" ]
];
fhir:Encounter.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:183807002;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "183807002" ];
fhir:Coding.display [ fhir:value "Inpatient stay 9 days" ] ]
];
fhir:Encounter.priority [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:394849002;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "394849002" ];
fhir:Coding.display [ fhir:value "High priority" ] ]
];
fhir:Encounter.subject [
fhir:Reference.reference [ fhir:value "Patient/chf-scenario1" ]
];
fhir:Encounter.episodeOfCare [
fhir:index 0;
fhir:Reference.reference [ fhir:value "EpisodeOfCare/chf-scenario1" ]
];
fhir:Encounter.participant [
fhir:index 0;
fhir:Encounter.participant.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ];
fhir:Coding.code [ fhir:value "PPRF" ];
fhir:Coding.display [ fhir:value "primary performer" ] ] ];
fhir:Encounter.participant.individual [
fhir:Reference.reference [ fhir:value "PractitionerRole/chf-scenario1" ] ]
];
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2019-01-31T05:03:00Z"^^xsd:dateTime ]
];
fhir:Encounter.diagnosis [
fhir:index 0;
fhir:Encounter.diagnosis.condition [
fhir:Reference.reference [ fhir:value "Condition/chf-scenario1" ] ];
fhir:Encounter.diagnosis.use [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/diagnosis-role" ];
fhir:Coding.code [ fhir:value "AD" ];
fhir:Coding.display [ fhir:value "Admission diagnosis" ] ] ]
];
fhir:Encounter.location [
fhir:index 0;
fhir:Encounter.location.location [
fhir:Reference.reference [ fhir:value "Location/chf-scenario1" ] ];
fhir:Encounter.location.status [ fhir:value "active" ];
fhir:Encounter.location.period [
fhir:Period.start [ fhir:value "2019-01-31T05:03:00Z"^^xsd:dateTime ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.