This
page
is
part
of
the
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
(v4.2.0:
R5
Preview
#1).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
R2
| Patient Care Work Group | Maturity Level : N/A | Standards Status : Informative | Compartments : Encounter , Patient , Practitioner , RelatedPerson |
Raw XML ( canonical form + also see XML Format Specification )
Care plan to address head-neck tumor by chemotherapy (id = "f202")
<?xml version="1.0" encoding="UTF-8"?> <CarePlan xmlns="http://hl7.org/fhir"> <id value="f202"/><text> <status value="generated"/> <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> : </p> <p> <b> goal</b> : id: goal; lifecycleStatus: active; Elimination of the spenoid bone tumor <span> (Details )</span> </p> <blockquote> <p> <b> activity</b> </p> <p> <b> outcome</b> : </p> <h3> Details</h3> <table> <tr> <td> -</td> <td> <b> Kind</b> </td> <td> <b> Code</b> </td> <td> <b> Status</b> </td> <td> <b> DoNotPerform</b> </td> <td> <b> Product[x]</b> </td> </tr> <tr> <td> *</td> <td> ServiceRequest</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> </text> <contained> <Medication> <id value="doce"/> <code> <coding> <system value="http://snomed.info/sct"/> <code value="108806006"/> <display value="Docetaxel"/> </coding> </code> </Medication> </contained> <contained> <Medication> <id value="cisp"/> <code> <coding> <system value="http://snomed.info/sct"/> <code value="57066004"/> <display value="Cisplatin"/> </coding> </code> </Medication> </contained> <contained> <Medication> <id value="fluo"/> <code> <coding> <system value="http://snomed.info/sct"/> <code value="3127006"/> <display value="Fluorouracil"/> </coding> </code> </Medication> </contained> <contained> <Medication> <id value="tpf"/> <!-- TPF consists of Docetaxel, Cisplatin and Fluorouracil --> <code> <text value="TPF"/> </code> <ingredient> <itemReference> <reference value="#doce"/> </itemReference> </ingredient> <ingredient> <itemReference> <reference value="#cisp"/> </itemReference> </ingredient> <ingredient> <itemReference> <reference value="#fluo"/> </itemReference> </ingredient> </Medication> </contained> <contained> <CareTeam> <id value="careteam"/> <participant> <role> <coding> <system value="http://snomed.info/sct"/> <code value="28995006"/> <display value="Treated with"/> </coding> </role> <member><reference value="Practitioner/f201"/> <display value="Dokter Bronsig"/> </member> </participant> </CareTeam> </contained> <contained> <Goal> <id value="goal"/> <lifecycleStatus value="active"/> <description> <text value="Elimination of the spenoid bone tumor"/> </description> <subject><reference value="Patient/f201"/> <display value="Roel"/> </subject> </Goal> </contained> <status value="active"/> <intent value="plan"/> <subject> <!-- It entails Roel's careplan --><reference value="Patient/f201"/> <display value="Roel"/> </subject> <careTeam><reference value="#careteam"/> </careTeam> <addresses><reference> <reference value="Condition/f202"/> <display value="Roel's head-neck tumor"/> </reference> </addresses> <goal><reference value="#goal"/> </goal> <activity><outcome> <reference> <reference value="Procedure/f201"/> <display value="Roel's Chemotherapy"/> </reference> </outcome> <detail> <kind value="ServiceRequest"/> <code> <coding> <system value="http://snomed.info/sct"/> <code value="367336001"/> <display value="Chemotherapy"/> </coding> </code> <status value="in-progress"/> <doNotPerform value="false"/> <productReference> <reference value="#tpf"/> </productReference> </detail> </activity> </ CarePlan >
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.