FHIR IG analytics| Package | fhir.iptpig |
| Resource Type | EpisodeOfCare |
| Id | EpisodeOfCare-iptp-enrollment-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: EpisodeOfCare iptp-enrollment-001
Profile: IPTp Enrollment Episode
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)
{
"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"
}
}