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

FHIR IG analytics

Packagefhir.iptpig
Resource TypeCarePlan
IdCarePlan-iptp-careplan-001.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 iptp-careplan-001

status: Active

intent: Plan

title: IPTp-SP Malaria Prevention Care Plan

subject: Anonymous Patient Female, DoB Unknown

period: 2026-03-16 --> (ongoing)

author: Practitioner Grace Wanjiru

addresses: Condition Pregnant

activity

Details

-StatusScheduled[x]Description
*CompletedEvents: 2026-03-16 IPTp Dose 1 (DOT at clinic)

activity

Details

-StatusScheduled[x]Description
*CompletedEvents: 2026-04-13 IPTp Dose 2 (self-admin)

activity

Details

-StatusScheduled[x]Description
*ScheduledEvents: 2026-05-11 IPTp Dose 3 (self-admin, ≥28 days after Dose 2)

activity

Details

-StatusScheduled[x]Description
*ScheduledEvents: 2026-06-08 IPTp Dose 4 (self-admin, ≥28 days after Dose 3)

Source1

{
  "resourceType": "CarePlan",
  "id": "iptp-careplan-001",
  "meta": {
    "profile": [
      "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-care-plan"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "title": "IPTp-SP Malaria Prevention Care Plan",
  "subject": {
    "reference": "Patient/iptp-patient-001"
  },
  "period": {
    "start": "2026-03-16"
  },
  "author": {
    "reference": "Practitioner/iptp-practitioner-001"
  },
  "addresses": [
    {
      "reference": "Condition/iptp-pregnancy-001"
    }
  ],
  "activity": [
    {
      "detail": {
        "status": "completed",
        "scheduledTiming": {
          "event": [
            "2026-03-16"
          ]
        },
        "description": "IPTp Dose 1 (DOT at clinic)"
      }
    },
    {
      "detail": {
        "status": "completed",
        "scheduledTiming": {
          "event": [
            "2026-04-13"
          ]
        },
        "description": "IPTp Dose 2 (self-admin)"
      }
    },
    {
      "detail": {
        "status": "scheduled",
        "scheduledTiming": {
          "event": [
            "2026-05-11"
          ]
        },
        "description": "IPTp Dose 3 (self-admin, ≥28 days after Dose 2)"
      }
    },
    {
      "detail": {
        "status": "scheduled",
        "scheduledTiming": {
          "event": [
            "2026-06-08"
          ]
        },
        "description": "IPTp Dose 4 (self-admin, ≥28 days after Dose 3)"
      }
    }
  ]
}