This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Patient Care Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Encounter, Group, Patient |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Care plan to address sepsis
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @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 ------------------------------------------------------------------- <http://hl7.org/fhir/CarePlan/f203> a fhir:CarePlan ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "f203"] ; # fhir:contained ( [ a fhir:CareTeam ; fhir:id [ fhir:v "careteam" ] ; fhir:participant ( [ fhir:role [ fhir:coding ( [ a sct:425268008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "425268008" ] ; fhir:display [ fhir:v "Review of care plan" ] ] ) ] ; fhir:member [ fhir:link <http://hl7.org/fhir/Practitioner/f201> ; fhir:reference [ fhir:v "Practitioner/f201" ] ; fhir:display [ fhir:v "Dokter Bronsig" ] ] ] [ fhir:role [ fhir:coding ( [ a sct:278110001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "278110001" ] ; fhir:display [ fhir:v "Radiographic imaging" ] ] ) ] ; fhir:member [ fhir:link <http://hl7.org/fhir/Practitioner/f202> ; fhir:reference [ fhir:v "Practitioner/f202" ] ; fhir:display [ fhir:v "Luigi Maas" ] ] ] ) ] [ a fhir:Goal ; fhir:id [ fhir:v "goal" ] ; fhir:lifecycleStatus [ fhir:v "cancelled" ] ; fhir:description [ fhir:text [ fhir:v "Check whether further treatment of sepsis/pulmonary abcess is required" ] ] ; fhir:subject [ fhir:link <http://hl7.org/fhir/Patient/f201> ; fhir:reference [ fhir:v "Patient/f201" ] ; fhir:display [ fhir:v "Roel" ] ] ] [ a fhir:ServiceRequest ; fhir:id [ fhir:v "activity" ] ; fhir:status [ fhir:v "active" ] ; fhir:intent [ fhir:v "order" ] ; fhir:doNotPerform [ fhir:v false ] ; fhir:code [ fhir:concept [ fhir:coding ( [ a sct:241541005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "241541005" ] ; fhir:display [ fhir:v "High resolution computed tomography of lungs" ] ] ) ] ] ; fhir:subject [ fhir:link <http://hl7.org/fhir/Patient/f201> ; fhir:reference [ fhir:v "Patient/f201" ] ; # It entails Roel's careplan fhir:display [ fhir:v "Roel" ] ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:intent [ fhir:v "plan"] ; # fhir:subject [ fhir:link <http://hl7.org/fhir/Patient/f201> ; fhir:reference [ fhir:v "Patient/f201" ] ; # It entails Roel's careplan fhir:display [ fhir:v "Roel" ] ] ; # fhir:period [ fhir:start [ fhir:v "2013-04-14"^^xsd:date ] ; fhir:end [ fhir:v "2013-04-21"^^xsd:date ] ] ; # fhir:careTeam ( [ fhir:reference [ fhir:v "#careteam" ] ] ) ; # fhir:addresses ( [ fhir:reference [ fhir:link <http://hl7.org/fhir/Condition/f203> ; fhir:reference [ fhir:v "Condition/f203" ] ; fhir:display [ fhir:v "Roel's sepsis" ] ] ] ) ; # fhir:goal ( [ fhir:reference [ fhir:v "#goal" ] ] ) ; # fhir:activity ( [ fhir:plannedActivityReference [ fhir:reference [ fhir:v "#activity" ] ] ] ) . # moved to contained # <plannedActivityDetail> # <kind value="ServiceRequest"/> # <code> # <coding> # <system value="http://snomed.info/sct"/> # <code value="241541005"/> # <display value="High resolution computed tomography of lungs"/> # </coding> # </code> # <status value="not-started"/> # <doNotPerform value="false"/> # </plannedActivityDetail> # <http://hl7.org/fhir/Practitioner/f201> a fhir:Practitioner . <http://hl7.org/fhir/Practitioner/f202> a fhir:Practitioner . <http://hl7.org/fhir/Patient/f201> a fhir:Patient . <http://hl7.org/fhir/Condition/f203> a fhir:Condition . # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot2 generated on Tue, Mar 18, 2025 14:02+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change