FHIR IG analytics| Package | hl7.fhir.us.physical-activity.r4 |
| Resource Type | CarePlan |
| Id | CarePlan-ExampleCarePlan.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "CarePlan",
"id": "ExampleCarePlan",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"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."
}
]
}