FHIR IG analytics| Package | hl7.fhir.us.pco.r4 |
| Resource Type | CarePlan |
| Id | CarePlan-pcoSocialConnectionsCarePlanExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CarePlan pcoSocialConnectionsCarePlanExample
Profile: Person-Centered Care Plan
status: Active
intent: Plan
category: Assessment and Plan of Treatment
period: 2025-02-15 --> 2025-09-30
| Reference |
| ServiceRequest Mindfulness Based Stress Reduction program (regime/therapy) |
{
"resourceType": "CarePlan",
"id": "pcoSocialConnectionsCarePlanExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pco/StructureDefinition/pco-care-plan"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "plan",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/careplan-category",
"code": "assess-plan"
}
]
}
],
"subject": {
"reference": "Patient/pcoPatientJones"
},
"period": {
"start": "2025-02-15",
"end": "2025-09-30"
},
"goal": [
{
"reference": "Goal/pcoGoalSocialConnectionsWithGAS"
}
],
"activity": [
{
"reference": {
"reference": "ServiceRequest/pcoMindfulnessSupportProgram"
}
}
]
}