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

FHIR IG analytics

Packageke.fhir.eprescription
Resource TypeAllergyIntolerance
IdAllergyIntolerance-example-allergyintolerance-amina-penicillin.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: AllergyIntolerance example-allergyintolerance-amina-penicillin

Profiles: Kenya eRx AllergyIntolerance, https://fhir.dha.go.ke/fhir/StructureDefinition/ke-allergy-intolerance

identifier: KenyaAllergyIdentifier/ALG-2020-00042

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Medication

criticality: High Risk

code: Penicillin V potassium

patient: Amina Hassan (official) Female, DoB: 1988-04-15 ( https://ilm-hie.dha.go.ke/fhir/NamingSystem/national-id#KenyaNationalId#29834765)

encounter: Encounter: identifier = https://ilm-hie.dha.go.ke/fhir/NamingSystem/encounter-identifier#KenyaEncounterIdentifier#ENC-2025-OPD-00123; status = finished; class = ambulatory (ActCode#AMB); serviceType = General Practice; priority = Routine; period = 2025-06-15 09:00:00+0300 --> 2025-06-15 10:30:00+0300

onset: 2020-03-10

recordedDate: 2020-03-10

recorder: Practitioner Sarah Njoroge (official)

asserter: Amina Hassan (official) Female, DoB: 1988-04-15 ( https://ilm-hie.dha.go.ke/fhir/NamingSystem/national-id#KenyaNationalId#29834765)

note:

Patient reports severe urticarial reaction within 30 minutes of taking oral penicillin. Allergy confirmed and flagged in patient record.

Reactions

-SubstanceManifestationDescriptionOnsetSeverityExposureRoute
*Penicillin V potassiumUrticariaWidespread urticaria over trunk and limbs appearing within 30 minutes of penicillin administration.2020-03-10 14:00:00+0300ModerateOral

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "example-allergyintolerance-amina-penicillin",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/erx/StructureDefinition/ke-allergy-intolerance",
      "https://fhir.dha.go.ke/fhir/StructureDefinition/ke-allergy-intolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://ilm-hie.dha.go.ke/fhir/NamingSystem/allergy-identifier",
      "value": "ALG-2020-00042"
    }
  ],
  "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": "allergy",
  "category": [
    "medication"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "https://fhir.dha.go.ke/terminology/CodeSystem/active-components-cs",
        "code": "AC10686",
        "display": "Penicillin V potassium"
      }
    ]
  },
  "patient": {
    "reference": "Patient/example-patient-amina"
  },
  "encounter": {
    "reference": "Encounter/example-encounter-amina-outpatient"
  },
  "onsetDateTime": "2020-03-10",
  "recordedDate": "2020-03-10",
  "recorder": {
    "reference": "Practitioner/example-practitioner-njoroge"
  },
  "asserter": {
    "reference": "Patient/example-patient-amina"
  },
  "note": [
    {
      "text": "Patient reports severe urticarial reaction within 30 minutes of taking oral penicillin. Allergy confirmed and flagged in patient record."
    }
  ],
  "reaction": [
    {
      "substance": {
        "coding": [
          {
            "system": "https://fhir.dha.go.ke/terminology/CodeSystem/active-components-cs",
            "code": "AC10686",
            "display": "Penicillin V potassium"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "system": "https://fhir.dha.go.ke/terminology/CodeSystem/manifestation-cs",
              "code": "URTICARIA",
              "display": "Urticaria"
            }
          ]
        }
      ],
      "description": "Widespread urticaria over trunk and limbs appearing within 30 minutes of penicillin administration.",
      "onset": "2020-03-10T14:00:00+03:00",
      "severity": "moderate",
      "exposureRoute": {
        "coding": [
          {
            "system": "https://fhir.dha.go.ke/terminology/CodeSystem/route-of-administration-cs",
            "code": "RT10025",
            "display": "Oral"
          }
        ]
      }
    }
  ]
}