Clinical Practice Guidelines, published by Clinical Decision Support WG. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cqf-recommendations/ and changes regularly. 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><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 \"chf-scenario1\" </p></div><p><b>status</b>: in-progress</p><p><b>class</b>: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')</p><p><b>type</b>: Inpatient stay 9 days <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#183807002)</span></p><p><b>priority</b>: High priority <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394849002)</span></p><p><b>subject</b>: <a href=\"Patient-chf-scenario1.html\">Patient/chf-scenario1</a> \" PATTERSON\"</p><p><b>episodeOfCare</b>: <a href=\"EpisodeOfCare-chf-scenario1.html\">EpisodeOfCare/chf-scenario1</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>primary performer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#PPRF)</span></td><td><a href=\"PractitionerRole-chf-scenario1.html\">PractitionerRole/chf-scenario1</a></td></tr></table><p><b>period</b>: 2019-01-31T05:03:00Z --> (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\">Condition/chf-scenario1</a></td><td>Admission diagnosis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-diagnosis-role.html\">DiagnosisRole</a>#AD)</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\">Location/chf-scenario1</a> \"Unit 3 East\"</td><td>active</td><td>2019-01-31T05:03:00Z --> (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.