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

FHIR IG analytics

Packagefhir.iptpig
Resource TypeEpisodeOfCare
IdEpisodeOfCare-iptp-enrollment-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: EpisodeOfCare iptp-enrollment-001

IPTp Messaging Status: Messaging Active

IPTp Gestational Age Band: Early GA Band

IPTp CHP Follow-up Flag: false

status: Active

type: IPTp Enrollment

patient: Anonymous Patient Female, DoB Unknown

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


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "iptp-enrollment-001",
  "meta": {
    "profile": [
      "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-enrollment"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-messaging-status",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system",
            "code": "messaging-active",
            "display": "Messaging Active"
          }
        ]
      }
    },
    {
      "url": "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-ga-band",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system",
            "code": "ga-early",
            "display": "Early GA Band"
          }
        ]
      }
    },
    {
      "url": "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-chp-followup-flag",
      "valueBoolean": false
    }
  ],
  "status": "active",
  "type": [
    {
      "coding": [
        {
          "system": "http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system",
          "code": "iptp-enrollment",
          "display": "IPTp Enrollment"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/iptp-patient-001"
  },
  "period": {
    "start": "2026-03-16"
  }
}