This page is part of the U.S. Physical Activity IG (v1.0.0: STU 1.0) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: CarePlan - initial - Scenario 1 - JSON Representation
Raw json | Download
{
"resourceType" : "CarePlan",
"id" : "Scen1CarePlanV1",
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Jorin will experiment with jogging in his neighborhood and using an exercise bike at the local gym at least 3 times a week and will continue to monitor his blood pressure.</div>"
},
"status" : "active",
"intent" : "plan",
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/core/CodeSystem/careplan-category",
"code" : "assess-plan"
}
]
},
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes",
"code" : "PhysicalActivity"
}
]
}
],
"subject" : {
"reference" : "Patient/Scen1PatientKhatun",
"display" : "Jorin Khatun"
},
"period" : {
"start" : "2023-06-01"
},
"author" : {
"reference" : "PractitionerRole/Scen1RolePatel",
"display" : "Dr. Rajesh Patel"
},
"goal" : [
{
"reference" : "Goal/Scen1GoalV1"
}
]
}