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

FHIR IG analytics

Packageng.gov.nphcda.immunization
Resource TypeAllergyIntolerance
IdAllergyIntolerance-exampleAllergyIntolerance-003.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 exampleAllergyIntolerance-003

NG-Imm Allergy Dose Number: 777

NG-Imm Dose Series: Yellow Fever Routine Infant Dose

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Medication, Biologic

criticality: High Risk

code: Yellow fever vaccine

patient: Amina Bello Female, DoB: 2023-04-02 ( MRN)

encounter: Encounter: extension = ; status = in-progress; class = Outreach Post (IMMZ.D.DE3 Facility Type CS#outreach)

onset: 2025-06-05 09:15:00+0100

recordedDate: 2025-06-05 09:45:00+0100

recorder: Practitioner Chinelo Eze

lastOccurrence: 2025-06-05 10:30:00+0100

Reactions

-SubstanceManifestationDescriptionOnsetSeverity
*Yellow fever vaccineAnaphylaxisPatient collapsed with generalized urticaria, hypotension, and difficulty breathing within 15 minutes of vaccination.2025-06-05 09:20:00+0100Severe

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "exampleAllergyIntolerance-003",
  "meta": {
    "profile": [
      "https://nphcda.gov.ng/ig/StructureDefinition/allergy-intolerance-profile"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://nphcda.gov.ng/ig/StructureDefinition/allergy-reference-dose-number",
      "valueInteger": 777
    },
    {
      "url": "https://nphcda.gov.ng/ig/StructureDefinition/allergy-reference-dose-series",
      "valueString": "Yellow Fever Routine Infant Dose"
    }
  ],
  "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",
    "biologic"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "871717007",
        "display": "Yellow fever vaccine"
      }
    ]
  },
  "patient": {
    "reference": "Patient/patient-002"
  },
  "encounter": {
    "reference": "Encounter/encounter-003"
  },
  "onsetDateTime": "2025-06-05T09:15:00+01:00",
  "recordedDate": "2025-06-05T09:45:00+01:00",
  "recorder": {
    "reference": "Practitioner/practitioner-003"
  },
  "lastOccurrence": "2025-06-05T10:30:00+01:00",
  "reaction": [
    {
      "substance": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "871717007",
            "display": "Yellow fever vaccine"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "39579001",
              "display": "Anaphylaxis"
            }
          ]
        }
      ],
      "description": "Patient collapsed with generalized urticaria, hypotension, and difficulty breathing within 15 minutes of vaccination.",
      "onset": "2025-06-05T09:20:00+01:00",
      "severity": "severe"
    }
  ]
}