FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeCarePlan
IdCarePlan-CZ-CarePlan-HDR-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

-KindStatusDescription
*AppointmentScheduledFollow-up appointment with cardiologist

Source1

{
  "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"
      }
    }
  ]
}