Clinical SummaryThis page is part of the FHIR Specification (v5.0.0: R5 - STU). 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
. Page versions: R5 R4B R4 R3
| Patient Care Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Encounter, Patient |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Care plan for an operative procedure on heart
@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:CarePlan ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "f001"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CarePlan</b><a name=\"f001\"> </a></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 CarePlan "f001" </p></div><p><b>identifier</b>: id: CP2903 (use: OFFICIAL)</p><p><b>status</b>: completed</p><p><b>intent</b>: plan</p><p><b>subject</b>: <a href=\"patient-example-f001-pieter.html\">Patient/f001: P. van de Heuvel</a> "Pieter VAN DE HEUVEL"</p><p><b>period</b>: 2011-06-26 --> 2011-06-27</p><p><b>careTeam</b>: <a name=\"careteam\"> </a></p><blockquote><p/><p><a name=\"careteam\"> </a></p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Member</b></td></tr><tr><td>*</td><td><a href=\"practitioner-example-f002-pv.html\">Practitioner/f002: P. Voigt</a> "Pieter VOIGT"</td></tr></table></blockquote><h3>Addresses</h3><table class=\"grid\"><tr><td>-</td><td><b>Reference</b></td></tr><tr><td>*</td><td><a href=\"condition-example-f201-fever.html\">Condition/f201: ?????</a></td></tr></table><p><b>goal</b>: <a name=\"goal\"> </a></p><blockquote><p/><p><a name=\"goal\"> </a></p><p><b>lifecycleStatus</b>: completed</p><p><b>achievementStatus</b>: Achieved <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.1.0/CodeSystem-goal-achievement.html\">Goal achievement status</a>#achieved)</span></p><p><b>description</b>: recovery surgery on heart of patient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>subject</b>: <a href=\"patient-example-f001-pieter.html\">Patient/f001: P. van de Heuvel</a> "Pieter VAN DE HEUVEL"</p><p><b>note</b>: goal accomplished without complications</p></blockquote><h3>Activities</h3><table class=\"grid\"><tr><td>-</td><td><b>PlannedActivityReference</b></td></tr><tr><td>*</td><td><a name=\"activity\"> </a><blockquote><p/><p><a name=\"activity\"> </a></p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><h3>Codes</h3><table class=\"grid\"><tr><td>-</td><td><b>Concept</b></td></tr><tr><td>*</td><td>Operation on heart <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#64915003)</span></td></tr></table><p><b>subject</b>: <a href=\"patient-example-f001-pieter.html\">Patient/f001: P. van de Heuvel</a> "Pieter VAN DE HEUVEL"</p><p><b>occurrence</b>: 2011-06-27T09:30:10+01:00</p><p><b>performer</b>: <a href=\"practitioner-example-f002-pv.html\">Practitioner/f002: P. Voigt</a> "Pieter VOIGT"</p></blockquote></td></tr></table></div>"
] ; #
fhir:contained ( [
a fhir:CareTeam ;
fhir:id [ fhir:v "careteam" ] ;
fhir:participant ( [
fhir:member [
fhir:reference [ fhir:v "Practitioner/f002" ] ;
fhir:display [ fhir:v "P. Voigt" ]
]
] )
] [
a fhir:Goal ;
fhir:id [ fhir:v "goal" ] ;
fhir:lifecycleStatus [ fhir:v "completed" ] ;
fhir:achievementStatus [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/goal-achievement"^^xsd:anyURI ] ;
fhir:code [ fhir:v "achieved" ] ;
fhir:display [ fhir:v "Achieved" ]
] ) ;
fhir:text [ fhir:v "Achieved" ]
] ;
fhir:description [
fhir:text [ fhir:v "recovery surgery on heart of patient" ]
] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/f001" ] ;
fhir:display [ fhir:v "P. van de Heuvel" ]
] ;
fhir:note ( [
fhir:text [ fhir:v "goal accomplished without complications" ]
] )
] [
a fhir:ServiceRequest ;
fhir:id [ fhir:v "activity" ] ;
fhir:status [ fhir:v "completed" ] ;
fhir:intent [ fhir:v "order" ] ;
fhir:code [
fhir:concept [
fhir:coding ( [
a sct:64915003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "64915003" ] ;
fhir:display [ fhir:v "Operation on heart" ]
] )
]
] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/f001" ] ;
fhir:display [ fhir:v "P. van de Heuvel" ]
] ;
fhir:occurrence [ fhir:v "2011-06-27T09:30:10+01:00"^^xsd:dateTime ] ;
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/f002" ] ;
fhir:display [ fhir:v "P. Voigt" ]
] )
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://www.bmc.nl/zorgportal/identifiers/careplans"^^xsd:anyURI ] ; # urn:oid:2.16.840.1.113883.4.642.1.36
fhir:value [ fhir:v "CP2903" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/f001" ] ;
fhir:display [ fhir:v "P. van de Heuvel" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2011-06-26"^^xsd:date ] ;
fhir:end [ fhir:v "2011-06-27"^^xsd:date ]
] ; #
fhir:careTeam ( [
fhir:reference [ fhir:v "#careteam" ]
] ) ; #
fhir:addresses ( [
fhir:reference [
fhir:reference [ fhir:v "Condition/f201" ] ;
fhir:display [ fhir:v "?????" ] # TODO Correcte referentie
]
] ) ; #
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="64915003"/>
# <display value="Operation on heart"/>
# </coding>
# </code>
# <status value="completed"/>
# <doNotPerform value="true"/>
# <scheduledString value="2011-06-27T09:30:10+01:00"/>
# <performer>
# <reference value="Practitioner/f002"/>
# <display value="P. Voigt"/>
# </performer>
# </plannedActivityDetail>
#
# -------------------------------------------------------------------------------------
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 R5 hl7.fhir.core#5.0.0 generated on Sun, Mar 26, 2023 15:24+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4 |
Compare to R4B |
|
Propose a change