Clinical
Summary
This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
| Responsible Owner: Patient Care Work Group | Standards Status : Informative |
Compartments
:
Encounter
,
Group
,
Patient
|
Raw Turtle (+ also see Turtle/RDF Format Specification )
Care plan to address obesity that has a goal of weight loss
@prefix fhir: <http://hl7.org/fhir/> .@prefix loinc: <http://loinc.org/rdf#> .@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/example> a fhir:CarePlan; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "additional" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p> A simple care plan to indicate a patient taking their weight once a day because of obesity.</p>\n </div>" ]; fhir:DomainResource.contained [ a fhir:Condition; fhir:index 0; fhir:Resource.id [ fhir:value "p1" ]; fhir:Condition.clinicalStatus [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ]; fhir:Coding.code [ fhir:value "active" ] ] ]; fhir:Condition.verificationStatus [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ]; fhir:Coding.code [ fhir:value "confirmed" ] ] ]; fhir:Condition.code [ fhir:CodeableConcept.text [ fhir:value "Obesity" ] ]; fhir:Condition.subject [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Peter James Chalmers" ]<http://hl7.org/fhir/CarePlan/example> a fhir:CarePlan ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example"] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p> A simple care plan to indicate a patient taking their weight once a day because of obesity.</p>\n </div>"^^rdf:XMLLiteral ] ] ; # fhir:contained ( [ a fhir:Condition ; fhir:id [ fhir:v "p1" ] ; fhir:clinicalStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/condition-clinical> ] ; fhir:code [ fhir:v "active" ] ] ) ] ; fhir:verificationStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/condition-ver-status> ] ; fhir:code [ fhir:v "confirmed" ] ] ) ] ; fhir:code [ fhir:text [ fhir:v "Obesity" ] ] ; fhir:subject [ fhir:l <http://hl7.org/fhir/Patient/example> ; fhir:reference [ fhir:v "Patient/example" ] ; fhir:display [ fhir:v "Peter James Chalmers" ] ]]; fhir:CarePlan.identifier [ fhir:index 0; fhir:Identifier.value [ fhir:value "12345" ] ]; fhir:CarePlan.instantiatesUri [ fhir:value "http://example.org/protocol-for-obesity"; fhir:index 0 ]; fhir:CarePlan.basedOn [ fhir:index 0; fhir:Reference.display [ fhir:value "Management of Type 2 Diabetes" ] ]; fhir:CarePlan.replaces [ fhir:index 0; fhir:Reference.display [ fhir:value "Plan from urgent care clinic" ] ]; fhir:CarePlan.partOf [ fhir:index 0; fhir:Reference.display [ fhir:value "Overall wellness plan" ] ]; fhir:CarePlan.status [ fhir:value "active"]; fhir:CarePlan.intent [ fhir:value "plan"]; fhir:CarePlan.category [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "Weight management plan" ] ]; fhir:CarePlan.description [ fhir:value "Manage obesity and weight loss"]; fhir:CarePlan.subject [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Peter James Chalmers" ] ]; fhir:CarePlan.encounter [ fhir:link <http://hl7.org/fhir/Encounter/home>; fhir:Reference.reference [ fhir:value "Encounter/home" ] ]; fhir:CarePlan.period [ fhir:Period.end [ fhir:value "2017-06-01"^^xsd:date ] ]; fhir:CarePlan.created [ fhir:value "2016-01-01"^^xsd:date]; fhir:CarePlan.author [ fhir:link <http://hl7.org/fhir/Practitioner/example>; fhir:Reference.reference [ fhir:value "Practitioner/example" ]; fhir:Reference.display [ fhir:value "Dr Adam Careful" ] ]; fhir:CarePlan.careTeam [ fhir:index 0; fhir:link <http://hl7.org/fhir/CareTeam/example>; fhir:Reference.reference [ fhir:value "CareTeam/example" ] ]; fhir:CarePlan.addresses [ fhir:index 0; fhir:Reference.reference [ fhir:value "#p1" ]; fhir:Reference.display [ fhir:value "obesity" ] ]; fhir:CarePlan.goal [ fhir:index 0; fhir:link <http://hl7.org/fhir/Goal/example>; fhir:Reference.reference [ fhir:value "Goal/example" ] ]; fhir:CarePlan.activity [ fhir:index 0; fhir:CarePlan.activity.outcomeCodeableConcept [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:161832001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "161832001" ]; fhir:Coding.display [ fhir:value "Progressive weight loss" ] ] ]; fhir:CarePlan.activity.outcomeReference [ fhir:index 0; fhir:link <http://hl7.org/fhir/Observation/example>; fhir:Reference.reference [ fhir:value "Observation/example" ]; fhir:Reference.display [ fhir:value "Weight Measured" ] ]; fhir:CarePlan.activity.detail [ fhir:CarePlan.activity.detail.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:3141-9; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "3141-9" ]; fhir:Coding.display [ fhir:value "Weight Measured" ] ], [ fhir:index 1; a sct:27113001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "27113001" ]; fhir:Coding.display [ fhir:value "Body weight" ] ] ]; fhir:CarePlan.activity.detail.status [ fhir:value "completed" ]; fhir:CarePlan.activity.detail.statusReason [ fhir:CodeableConcept.text [ fhir:value "Achieved weight loss to mitigate diabetes risk." ] ]; fhir:CarePlan.activity.detail.doNotPerform [ fhir:value "false"^^xsd:boolean ]; fhir:CarePlan.activity.detail.scheduledTiming [ fhir:Timing.repeat [ fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ]; fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ]; fhir:Timing.repeat.periodUnit [ fhir:value "d" ] ] ]; fhir:CarePlan.activity.detail.location [ fhir:Reference.display [ fhir:value "Patient's home" ] ]; fhir:CarePlan.activity.detail.performer [ fhir:index 0; fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Peter James Chalmers" ] ]] ) ; # fhir:identifier ( [ fhir:value [ fhir:v "12345" ] ] ) ; # fhir:basedOn ( [ fhir:display [ fhir:v "Management of Type 2 Diabetes" ] ] ) ; # fhir:replaces ( [ fhir:display [ fhir:v "Plan from urgent care clinic" ] ] ) ; # fhir:partOf ( [ fhir:display [ fhir:v "Overall wellness plan" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "plan"] ; # fhir:category ( [ fhir:text [ fhir:v "Weight management plan" ] ] ) ; # fhir:description [ fhir:v "Manage obesity and weight loss"] ; # fhir:subject [ fhir:l <http://hl7.org/fhir/Patient/example> ; fhir:reference [ fhir:v "Patient/example" ] ; fhir:display [ fhir:v "Peter James Chalmers" ] ] ; # fhir:encounter [ fhir:l <http://hl7.org/fhir/Encounter/home> ; fhir:reference [ fhir:v "Encounter/home" ] ] ; # fhir:period [ fhir:end [ fhir:v "2017-06-01"^^xsd:date ] ] ; # fhir:created [ fhir:v "2016-01-01"^^xsd:date] ; # fhir:custodian [ fhir:l <http://hl7.org/fhir/Practitioner/example> ; fhir:reference [ fhir:v "Practitioner/example" ] ; fhir:display [ fhir:v "Dr Adam Careful" ] ] ; # fhir:careTeam ( [ fhir:l <http://hl7.org/fhir/CareTeam/example> ; fhir:reference [ fhir:v "CareTeam/example" ] ] ) ; # fhir:addresses ( [ fhir:reference [ fhir:l <#p1> ; fhir:reference [ fhir:v "#p1" ] ; fhir:display [ fhir:v "obesity" ] ]] .] ) ; # fhir:goal ( [ fhir:l <http://hl7.org/fhir/Goal/example> ; fhir:reference [ fhir:v "Goal/example" ] ] ) ; # weight loss goal where the goal's outcome is the body weight observation fhir:activity ( [ fhir:performedActivity ( [ fhir:concept [ fhir:coding ( [ a sct:6397004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "6397004" ] ; fhir:display [ fhir:v "Muscular strength development exercise" ] ] ) ] ] ) ; # exercise activity completed fhir:plannedActivityReference [ fhir:l <http://hl7.org/fhir/ServiceRequest/benchpress> ; fhir:reference [ fhir:v "ServiceRequest/benchpress" ] ] # planned exercise plan ] ) . # exercise activity <http://hl7.org/fhir/Patient/example> a fhir:Patient . <http://hl7.org/fhir/Encounter/home> a fhir:Encounter . <http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner . <http://hl7.org/fhir/CareTeam/example> a fhir:CareTeam . <http://hl7.org/fhir/Goal/example> a fhir:Goal .<http://hl7.org/fhir/Observation/example> a fhir:Observation . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/CarePlan/example.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/CarePlan/example.ttl> .<http://hl7.org/fhir/ServiceRequest/benchpress> a fhir:ServiceRequest . # -------------------------------------------------------------------------------------
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
Release
4
(Technical
Correction
#1)
(v4.0.1)
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Fri,
Wed,
Nov
1,
2019
09:34+1100.
QA
Page
12,
2025
19:44+0000.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
R3
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change