This page is part of the U.S. Physical Activity IG (v1.0.0-ballot: STU 1.0 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: Example Physical Activity Care Plan - JSON Representation
Raw json | Download
{
"resourceType" : "CarePlan",
"id" : "ExampleCarePlan",
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Put contents of CarePlan here</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" : "http://example.org/Patient/1",
"display" : "Example Patient"
},
"period" : {
"start" : "2022-06-08",
"end" : "2023-06-08"
},
"note" : [
{
"authorReference" : {
"reference" : "RelatedPerson/ExampleRelatedPerson",
"display" : "Mother"
},
"time" : "2022-12-15",
"text" : "Some comments."
}
]
}