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

FHIR IG analytics

Packagefhir.kenyaEmergencyIG
Resource TypeAllergyIntolerance
IdAllergyIntolerance-em-allergy-example-valid.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


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "em-allergy-example-valid",
  "meta": {
    "profile": [
      "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-allergy-intolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "Active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed",
        "display": "Confirmed"
      }
    ]
  },
  "category": [
    "medication"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/active-components-cs",
        "code": "AC10008",
        "display": "Domiphen"
      }
    ]
  },
  "patient": {
    "reference": "Patient/pat-0712345678"
  },
  "encounter": {
    "reference": "Encounter/em-poc-encounter-example"
  },
  "recordedDate": "2026-06-29T12:10:00+03:00",
  "recorder": {
    "reference": "Practitioner/em-practitioner-example"
  },
  "asserter": {
    "reference": "Patient/pat-0712345678"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/manifestation-cs",
              "code": "ANAPHYLAXIS",
              "display": "Anaphylaxis"
            }
          ]
        }
      ],
      "severity": "severe"
    }
  ]
}