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

FHIR IG analytics

Packagefhir.iptpig
Resource TypeCommunication
IdCommunication-iptp-sms-t0-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: 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

Payloads

-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

Source1

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