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 )
Real-world
patient
example
Care
plan
to
address
head-neck
tumor
by
chemotherapy
{
"resourceType": "CarePlan",
"id": "f202",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>contained</b>: , , , , , </p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>subject</b>: <a>Roel</a></p><p><b>careTeam</b>: id: careteam</p><p><b>addresses</b>: <a>Roel's head-neck tumor</a></p><p><b>goal</b>: id: goal; status: in-progress; Elimination of the spenoid bone tumor <span>(Details )</span>; Roel</p><blockquote><p><b>activity</b></p><p><b>outcomeReference</b>: <a>Roel's Chemotherapy</a></p><h3>Details</h3><table><tr><td>-</td><td><b>Category</b></td><td><b>Code</b></td><td><b>Status</b></td><td><b>Prohibited</b></td><td><b>Product[x]</b></td></tr><tr><td>*</td><td>Procedure <span>(Details : {http://hl7.org/fhir/care-plan-activity-category code 'procedure' = 'Procedure)</span></td><td>Chemotherapy <span>(Details : {SNOMED CT code '367336001' = 'Chemotherapy', given as 'Chemotherapy'})</span></td><td>in-progress</td><td>false</td><td>id: tpf; TPF <span>(Details )</span></td></tr></table></blockquote></div>"
},
"contained": [
{
"resourceType": "Medication",
"id": "doce",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "108806006",
"display": "Docetaxel"
}
]
}
},
{
"resourceType": "Medication",
"id": "cisp",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "57066004",
"display": "Cisplatin"
}
]
}
},
{
"resourceType": "Medication",
"id": "fluo",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "3127006",
"display": "Fluorouracil"
}
]
}
},
{
"resourceType": "Medication",
"id": "tpf",
"code": {
"text": "TPF"
},
"ingredient": [
{
"itemReference": {
"reference": "#doce"
}
},
{
"itemReference": {
"reference": "#cisp"
}
},
{
"itemReference": {
"reference": "#fluo"
}
}
]
},
{
"resourceType": "CareTeam",
"id": "careteam",
"participant": [
{
"role": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "28995006",
"display": "Treated with"
}
]
},
"member": {
"reference": "Practitioner/f201",
"display": "Dokter Bronsig"
}
}
]
},
{
"resourceType": "Goal",
"id": "goal",
"status": "in-progress",
"description": {
"text": "Elimination of the spenoid bone tumor"
"resourceType" : "CarePlan",
"id" : "f202",
"contained" : [{
"resourceType" : "CareTeam",
"id" : "careteam",
"participant" : [{
"role" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "28995006",
"display" : "Treated with"
}]
},
"subject": {
"reference": "Patient/f201",
"display": "Roel"
"member" : {
"reference" : "Practitioner/f201",
"display" : "Dokter Bronsig"
}
}
],
"status": "active",
"intent": "plan",
"subject": {
"reference": "Patient/f201",
"display": "Roel"
}]
},
"careTeam": [
{
"reference": "#careteam"
}
],
"addresses": [
{
"reference": "Condition/f202",
"display": "Roel's head-neck tumor"
{
"resourceType" : "Goal",
"id" : "goal",
"lifecycleStatus" : "active",
"description" : {
"text" : "Elimination of the spenoid bone tumor"
},
"subject" : {
"reference" : "Patient/f201",
"display" : "Roel"
}
],
"goal": [
{
"reference": "#goal"
}],
"status" : "active",
"intent" : "plan",
"subject" : {
"reference" : "Patient/f201",
"display" : "Roel"
},
"careTeam" : [{
"reference" : "#careteam"
}],
"addresses" : [{
"reference" : {
"reference" : "Condition/f202",
"display" : "Roel's head-neck tumor"
}
],
"activity": [
{
"outcomeReference": [
{
"reference": "Procedure/f201",
"display": "Roel's Chemotherapy"
}
],
"detail": {
"category": {
"coding": [
{
"system": "http://hl7.org/fhir/care-plan-activity-category",
"code": "procedure"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "367336001",
"display": "Chemotherapy"
}
]
},
"status": "in-progress",
"prohibited": false,
"productReference": {
"reference": "#tpf"
}
}],
"goal" : [{
"reference" : "#goal"
}],
"activity" : [{
"performedActivity" : [{
"reference" : {
"reference" : "Procedure/f201",
"display" : "Roel's Chemotherapy"
}
}],
"plannedActivityReference" : {
"reference" : "RequestOrchestration/example"
}
]
}]
}
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
Mon,
Nov
10,
2025
15:21+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