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

FHIR IG analytics

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

IPTp Issue Resolution Status: Open

status: Final

category: Survey

code: Lost Medicine

subject: Anonymous Patient Female, DoB Unknown

effective: 2026-04-13 10:05:00+0300

note:

Referred to CHP for advice and replacement; followup_flag = TRUE


Source1

{
  "resourceType": "Observation",
  "id": "iptp-issue-001",
  "meta": {
    "profile": [
      "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-issue-report"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-resolution-status",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system",
            "code": "resolution-open",
            "display": "Open"
          }
        ]
      }
    }
  ],
  "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": "issue-type-lost-medicine",
        "display": "Lost Medicine"
      }
    ]
  },
  "subject": {
    "reference": "Patient/iptp-patient-001"
  },
  "effectiveDateTime": "2026-04-13T10:05:00+03:00",
  "note": [
    {
      "text": "Referred to CHP for advice and replacement; followup_flag = TRUE"
    }
  ]
}