Clinical
Summary
This
page
is
part
of
the
FHIR
Specification
(v3.0.2:
STU
3).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
Continuous
Integration
Build
of
available
versions,
see
FHIR
(will
be
incorrect/inconsistent
at
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
R2
| Responsible Owner: Patient Care Work Group |
|
Compartments
:
|
Raw JSON ( canonical form + also see JSON Format Specification )
General
Person
Example
Care
plan
to
address
obesity
that
has
a
goal
of
weight
loss
{
"resourceType": "CarePlan",
"id": "example",
"text": {
"status": "additional",
"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>"
"resourceType" : "CarePlan",
"id" : "example",
"text" : {
"status" : "additional",
"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>"
},
"contained": [
{
"resourceType": "Condition",
"id": "p1",
"clinicalStatus": "active",
"verificationStatus": "confirmed",
"code": {
"text": "Obesity"
},
"subject": {
"reference": "Patient/example",
"display": "Peter James Chalmers"
}
}
],
"identifier": [
{
"value": "12345"
}
],
"definition": [
{
"display": "A PlanDefinition protocol for obesity"
}
],
"basedOn": [
{
"display": "Management of Type 2 Diabetes"
}
],
"replaces": [
{
"display": "Plan from urgent care clinic"
}
],
"partOf": [
{
"display": "Overall wellness plan"
}
],
"status": "active",
"intent": "plan",
"category": [
{
"text": "Weight management plan"
"contained" : [{
"resourceType" : "Condition",
"id" : "p1",
"clinicalStatus" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}]
},
"verificationStatus" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed"
}]
},
"code" : {
"text" : "Obesity"
},
"subject" : {
"reference" : "Patient/example",
"display" : "Peter James Chalmers"
}
],
"description": "Manage obesity and weight loss",
"subject": {
"reference": "Patient/example",
"display": "Peter James Chalmers"
}],
"identifier" : [{
"value" : "12345"
}],
"basedOn" : [{
"display" : "Management of Type 2 Diabetes"
}],
"replaces" : [{
"display" : "Plan from urgent care clinic"
}],
"partOf" : [{
"display" : "Overall wellness plan"
}],
"status" : "active",
"intent" : "plan",
"category" : [{
"text" : "Weight management plan"
}],
"description" : "Manage obesity and weight loss",
"subject" : {
"reference" : "Patient/example",
"display" : "Peter James Chalmers"
},
"context": {
"reference": "Encounter/home"
"encounter" : {
"reference" : "Encounter/home"
},
"period": {
"end": "2017-06-01"
"period" : {
"end" : "2017-06-01"
},
"author": [
{
"reference": "Practitioner/example",
"display": "Dr Adam Careful"
}
],
"careTeam": [
{
"reference": "CareTeam/example"
}
],
"addresses": [
{
"reference": "#p1",
"display": "obesity"
}
],
"goal": [
{
"reference": "Goal/example"
"created" : "2016-01-01",
"custodian" : {
"reference" : "Practitioner/example",
"display" : "Dr Adam Careful"
},
"careTeam" : [{
"reference" : "CareTeam/example"
}],
"addresses" : [{
"reference" : {
"reference" : "#p1",
"display" : "obesity"
}
],
"activity": [
{
"outcomeCodeableConcept": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "161832001",
"display": "Progressive weight loss"
}
]
}
],
"outcomeReference": [
{
"reference": "Observation/example",
"display": "Weight Measured"
}
],
"detail": {
"category": {
"coding": [
{
"system": "http://hl7.org/fhir/care-plan-activity-category",
"code": "observation"
}
]
},
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "3141-9",
"display": "Weight Measured"
},
{
"system": "http://snomed.info/sct",
"code": "27113001",
"display": "Body weight"
}
]
},
"status": "completed",
"statusReason": "Achieved weight loss to mitigate diabetes risk.",
"prohibited": false,
"scheduledTiming": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"location": {
"display": "Patient's home"
},
"performer": [
{
"reference": "Patient/example",
"display": "Peter James Chalmers"
}
]
}],
"goal" : [{
"reference" : "Goal/example"
}],
"activity" : [{
"performedActivity" : [{
"concept" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "6397004",
"display" : "Muscular strength development exercise"
}]
}
}],
"plannedActivityReference" : {
"reference" : "ServiceRequest/benchpress"
}
]
}]
}
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
3
(STU;
v3.0.2-11200)
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Thurs,
Oct
24,
2019
11:53+1100.
QA
Page
Wed,
Dec
17,
2025
09:53+0000.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
DSTU2
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change