FHIR IG analytics| Package | fhir.iptpig |
| Resource Type | Communication |
| Id | Communication-iptp-sms-t0-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Communication iptp-sms-t0-001
Language: en
Profile: IPTp SMS Communication
IPTp Reminder Anchor: T-0 Reminder
status: Completed
category: T-0 Reminder
medium: written
subject: Anonymous Patient Female, DoB Unknown
sent: 2026-04-13 08:00:00+0300
recipient: Anonymous Patient Female, DoB Unknown
| Content[x] |
| Today is your malaria prevention dose day. Take all 3 tablets together. Once you do, Reply: 1 Took it 2 Not yet 3 Have an issue. STOP to stop |
{
"resourceType": "Communication",
"id": "iptp-sms-t0-001",
"meta": {
"profile": [
"http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-sms-communication"
]
},
"language": "en",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-reminder-anchor",
"valueCodeableConcept": {
"coding": [
{
"system": "http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system",
"code": "reminder-t0",
"display": "T-0 Reminder"
}
]
}
}
],
"status": "completed",
"category": [
{
"coding": [
{
"system": "http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system",
"code": "reminder-t0",
"display": "T-0 Reminder"
}
]
}
],
"medium": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode",
"code": "WRITTEN",
"display": "written"
}
]
}
],
"subject": {
"reference": "Patient/iptp-patient-001"
},
"sent": "2026-04-13T08:00:00+03:00",
"recipient": [
{
"reference": "Patient/iptp-patient-001"
}
],
"payload": [
{
"contentString": "Today is your malaria prevention dose day. Take all 3 tablets together. Once you do, Reply: 1 Took it 2 Not yet 3 Have an issue. STOP to stop"
}
]
}