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

FHIR IG analytics

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

status: Final

category: Survey

code: Adverse reactions

subject: Anonymous Patient Female, DoB Unknown

effective: 2026-04-20 11:30:00+0300

value: Severe ADR

note:

Action: immediate facility referral; CHP urgent follow-up queue; facility alert; pharmacovigilance reporting queue; InfoAFYA blocked until resolved

Components

-CodeValue[x]
*ProblemSevere rash, swelling, and difficulty breathing

Source1

{
  "resourceType": "Observation",
  "id": "iptp-adr-002",
  "meta": {
    "profile": [
      "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-adr-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://snomed.info/sct",
        "code": "281647001"
      }
    ]
  },
  "subject": {
    "reference": "Patient/iptp-patient-001"
  },
  "effectiveDateTime": "2026-04-20T11:30:00+03:00",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system",
        "code": "adr-severe",
        "display": "Severe ADR"
      }
    ]
  },
  "note": [
    {
      "text": "Action: immediate facility referral; CHP urgent follow-up queue; facility alert; pharmacovigilance reporting queue; InfoAFYA blocked until resolved"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "75326-9",
            "display": "Problem"
          }
        ]
      },
      "valueString": "Severe rash, swelling, and difficulty breathing"
    }
  ]
}