Clinical
Summary
This
page
is
part
of
the
FHIR
Specification
(v5.0.0:
R5
-
STU
v6.0.0-ballot1:
Release
6
Ballot
(1st
Draft)
(see
Ballot
Notes
).
This
is
the
The
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
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 |
Raw JSON ( canonical form + also see JSON Format Specification )
Encounter-specific care plan for GP visit
{
"resourceType" : "CarePlan",
"id" : "gpvisit",
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p> Represents the flow of a patient within a practice. The plan is created when\n they arrive and represents the 'care' of the patient over the course of that encounter.\n They first see the nurse for basic observations (BP, pulse, temp) then the doctor for\n the consultation and finally the nurse again for a tetanus immunization. As the plan is\n updated (e.g. a new activity added), different versions of the plan exist, and workflow timings\n for reporting can be gained by examining the plan history. This example is the version after\n seeing the doctor, and waiting for the nurse.The plan can either be created 'ad hoc' and modified as\n the parient progresses, or start with a standard template (which can, of course, be altered to suit the patient.</p>\n </div>"
},
"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" : "Overseas encounter"
},
"subject" : {
"reference" : "Patient/100",
"display" : "Peter James Chalmers"
}
},
{
"resourceType" : "CareTeam",
"id" : "careteam",
"participant" : [{
"id" : "part1",
"role" : {
"coding" : [{
"system" : "http://example.org/local",
"code" : "nur"
}],
"text" : "nurse"
},
"member" : {
"reference" : "Practitioner/13",
"display" : "Nurse Nancy"
}
},
{
"id" : "part2",
"role" : {
"coding" : [{
"system" : "http://example.org/local",
"code" : "doc"
}],
"text" : "doctor"
},
"member" : {
"reference" : "Practitioner/14",
"display" : "Doctor Dave"
}
}]
},
{
"resourceType" : "Goal",
"id" : "goal",
"lifecycleStatus" : "planned",
"description" : {
"text" : "Complete consultation"
},
"subject" : {
"reference" : "Patient/100",
"display" : "Peter James Chalmers"
}
},
{
"resourceType" : "Appointment",
"id" : "activity-1",
"status" : "fulfilled",
"description" : "Nurse consultation",
"start" : "2013-01-01T10:38:00+00:00",
"end" : "2013-01-01T10:50:00+00:00",
"subject" : {
"reference" : "Patient/100",
"display" : "Peter James Chalmers"
},
"participant" : [{
"actor" : {
"reference" : "Patient/100",
"display" : "Peter James Chalmers"
},
"required" : true,
"status" : "accepted"
},
{
"type" : [{
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "ATND"
}]
}],
"actor" : {
"reference" : "Practitioner/13",
"display" : "Nurse Nancy"
},
"required" : true,
"status" : "accepted"
}]
},
{
"resourceType" : "Appointment",
"id" : "activity-2",
"status" : "proposed",
"description" : "Doctor Consultation",
"subject" : {
"reference" : "Patient/100",
"display" : "Peter James Chalmers"
},
"participant" : [{
"actor" : {
"reference" : "Patient/100",
"display" : "Peter James Chalmers"
},
"required" : true,
"status" : "accepted"
},
{
"type" : [{
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "ATND"
}]
}],
"actor" : {
"reference" : "Practitioner/14",
"display" : "Doctor Dave"
},
"required" : true,
"status" : "accepted"
}]
}],
"status" : "active",
"intent" : "plan",
"subject" : {
"reference" : "Patient/100",
"display" : "Peter James Chalmers"
},
"period" : {
"start" : "2013-01-01T10:30:00+00:00"
},
"careTeam" : [{
"reference" : "#careteam"
}],
"addresses" : [{
"reference" : {
"reference" : "#p1",
"display" : "obesity"
}
}],
"goal" : [{
"reference" : "#goal"
}],
"activity" : [{
"performedActivity" : [{
"reference" : {
"reference" : "Encounter/example"
}
}],
"plannedActivityReference" : {
"reference" : "#activity-1"
}
},
{
"plannedActivityReference" : {
"reference" : "#activity-2"
}
}]
}
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
R5
hl7.fhir.core#5.0.0
R6
hl7.fhir.core#6.0.0-ballot1
generated
on
Sun,
Mar
26,
Mon,
Dec
18,
2023
15:24+1100.
15:16+1100.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R4B
R5
|
|
Propose
a
change