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

FHIR IG analytics

Packagefhir.iptpig
Resource TypeObservation
IdObservation-iptp-feedback-002.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: Observation iptp-feedback-002

status: Final

category: Survey

code: IPTp Reminder Program Helpfulness

subject: Anonymous Patient Female, DoB Unknown

effective: 2026-06-13 09:05:00+0300

value: false

note:

Suggestion: send reminders a day earlier so I have time to buy airtime to reply


Source1

{
  "resourceType": "Observation",
  "id": "iptp-feedback-002",
  "meta": {
    "profile": [
      "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-feedback-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system",
        "code": "feedback-program-helpfulness",
        "display": "IPTp Reminder Program Helpfulness"
      }
    ]
  },
  "subject": {
    "reference": "Patient/iptp-patient-001"
  },
  "effectiveDateTime": "2026-06-13T09:05:00+03:00",
  "valueBoolean": false,
  "note": [
    {
      "text": "Suggestion: send reminders a day earlier so I have time to buy airtime to reply"
    }
  ]
}