Publish-box (todo)
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 a partial lobectomy of lung
@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 "f002"] ; # fhir:contained ( [ a fhir:CareTeam ; fhir:id [ fhir:v "careteam" ] ; fhir:participant ( [ fhir:member [ fhir:reference [ fhir:v "Practitioner/f003" ] ; fhir:display [ fhir:v "M.I.M. Versteegh" ] ] ] ) ] [ 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 "succesful surgery on lung 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 with minor 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:359615001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "359615001" ] ; fhir:display [ fhir:v "Partial lobectomy of lung" ] ] ) ] ] ; fhir:subject [ fhir:reference [ fhir:v "Patient/f001" ] ; fhir:display [ fhir:v "P. van de Heuvel" ] ] ; fhir:occurrence [ fhir:v "2011-07-07T09:30:10+01:00"^^xsd:dateTime ] ; fhir:performer ( [ fhir:reference [ fhir:v "Practitioner/f003" ] ; fhir:display [ fhir:v "M.I.M. Versteegh" ] ] ) ] ) ; # 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 "CP2934" ] ] ) ; # 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-07-06"^^xsd:date ] ; fhir:end [ fhir:v "2013-07-07"^^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="359615001"/> # <display value="Partial lobectomy of lung"/> # </coding> # </code> # <status value="completed"/> # <doNotPerform value="true"/> # <scheduledString value="2011-07-07T09:30:10+01:00"/> # <performer> # <reference value="Practitioner/f003"/> # <display value="M.I.M. Versteegh"/> # </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 R6 hl7.fhir.core#6.0.0-ballot2 generated on Mon, Aug 12, 2024 16:57+0800.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change