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

FHIR IG analytics

Packagezm-core
Resource TypeAllergyIntolerance
IdAllergyIntolerance-ExampleZMCoreAllergyIntolerance.json
FHIR VersionR5

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: AllergyIntolerance ExampleZMCoreAllergyIntolerance

clinicalStatus: Active

verificationStatus: Confirmed

type: allergy

category: Medication

criticality: High Risk

code: Penicillin

patient: John Mwale Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1)

encounter: Encounter: status = completed; class = ambulatory; type = ; actualPeriod = 2025-11-15 09:00:00+0200 --> 2025-11-15 10:30:00+0200

recordedDate: 2026-08-08 08:30:00+0200

reaction

Manifestations

-Concept
*Generalized urticaria

severity: Severe


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "ExampleZMCoreAllergyIntolerance",
  "meta": {
    "profile": [
      "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-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"
      }
    ]
  },
  "type": {
    "coding": [
      {
        "code": "allergy"
      }
    ]
  },
  "category": [
    "medication"
  ],
  "criticality": "high",
  "code": {
    "text": "Penicillin"
  },
  "patient": {
    "reference": "Patient/ExampleZMCorePatient"
  },
  "encounter": {
    "reference": "Encounter/ExampleZMCoreEncounter"
  },
  "recordedDate": "2026-08-08T08:30:00+02:00",
  "reaction": [
    {
      "manifestation": [
        {
          "concept": {
            "text": "Generalized urticaria"
          }
        }
      ],
      "severity": "severe"
    }
  ]
}