FHIR IG analytics| Package | hl7.fhir.cz.hdr |
| Resource Type | CarePlan |
| Id | CarePlan-CZ-CarePlan-HDR-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CarePlan CZ-CarePlan-HDR-Example
status: Active
intent: Plan
title: Post-Discharge Care Plan
description: Care plan for patient post-discharge following critical heart failure treatment.
subject: Mračena Mrakomorová Female, DoB: 1971-11-26 ( Passport number (use: official, ))
period: 2025-01-10 08:00:00+0100 --> 2025-06-10 08:00:00+0100
addresses: Condition Heart failure
activity
Details
Kind Status Description Appointment Scheduled Follow-up appointment with cardiologist
{
"resourceType": "CarePlan",
"id": "CZ-CarePlan-HDR-Example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "plan",
"title": "Post-Discharge Care Plan",
"description": "Care plan for patient post-discharge following critical heart failure treatment.",
"subject": {
"reference": "Patient/Mracena2"
},
"period": {
"start": "2025-01-10T08:00:00+01:00",
"end": "2025-06-10T08:00:00+01:00"
},
"addresses": [
{
"reference": "Condition/CZ-Condition-HDR-Example"
}
],
"activity": [
{
"detail": {
"kind": "Appointment",
"status": "scheduled",
"description": "Follow-up appointment with cardiologist"
}
}
]
}