Nigeria Immunization FHIR IG
0.1.0 - ci-build Nigeria flag

Nigeria Immunization FHIR IG, published by intellisoftkenya.com. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Nigeria-Immunization-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example of an Alllergy Intolerance - XML Representation

Raw xml | Download


<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="allergy-intolerance-example"/>
  <meta>
    <profile
             value="http://nhin.example.ng/StructureDefinition/NEIRAllergyIntolerance"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance allergy-intolerance-example</b></p><a name="allergy-intolerance-example"> </a><a name="hcallergy-intolerance-example"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-NEIRAllergyIntolerance.html">AllergyIntolerance Profile - NEIR</a></p></div><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Food</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 91936005}">Allergy to penicillin</span></p><p><b>patient</b>: <a href="Patient-NEIRPatientExample.html">John Doe  Male, DoB: 2020-06-18 ( http://moh.nigeria/identifier/nationalID-no#NEIR-12345)</a></p><p><b>encounter</b>: <a href="Encounter/encounter-example">Encounter/encounter-example</a></p><p><b>onset</b>: 2023-05-01 00:00:00+0000</p><p><b>recordedDate</b>: 2023-05-05 00:00:00+0000</p><p><b>recorder</b>: <a href="Practitioner-practitioner-example.html">Practitioner John Doe </a></p><p><b>lastOccurrence</b>: 2025-03-11 00:00:00+0000</p><p><b>note</b>: </p><blockquote><div><p>Avoid all peanut-containing foods.</p>
</div></blockquote><h3>Reactions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Substance</b></td><td><b>Manifestation</b></td><td><b>Description</b></td><td><b>Onset</b></td><td><b>Severity</b></td><td><b>ExposureRoute</b></td><td><b>Note</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://nhin.example.ng/CodeSystem/my-substances 1160593008}">Peanut protein</span></td><td><span title="Codes:{http://snomed.info/sct 247472004}">Weal</span></td><td>Severe anaphylactic reaction requiring epinephrine.</td><td>2025-03-11 01:00:00+0000</td><td>Severe</td><td><span title="Codes:{http://snomed.info/sct 47625008}">Intravenous route</span></td><td><blockquote><div><p>Patient carries an epinephrine auto-injector.</p>
</div></blockquote></td></tr></table></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
      <code value="confirmed"/>
    </coding>
  </verificationStatus>
  <type value="allergy"/>
  <category value="food"/>
  <criticality value="high"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="91936005"/>
      <display value="Allergy to penicillin"/>
    </coding>
  </code>
  <patient>🔗 
    <reference value="Patient/NEIRPatientExample"/>
  </patient>
  <encounter>
    <reference value="Encounter/encounter-example"/>
  </encounter>
  <onsetDateTime value="2023-05-01T00:00:00Z"/>
  <recordedDate value="2023-05-05T00:00:00Z"/>
  <recorder>🔗 
    <reference value="Practitioner/practitioner-example"/>
  </recorder>
  <lastOccurrence value="2025-03-11T00:00:00Z"/>
  <note>
    <text value="Avoid all peanut-containing foods."/>
  </note>
  <reaction>
    <substance>
      <coding>
        <system value="http://nhin.example.ng/CodeSystem/my-substances"/>
        <code value="1160593008"/>
        <display value="Peanut protein"/>
      </coding>
    </substance>
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="247472004"/>
        <display value="Weal"/>
      </coding>
    </manifestation>
    <description value="Severe anaphylactic reaction requiring epinephrine."/>
    <onset value="2025-03-11T01:00:00Z"/>
    <severity value="severe"/>
    <exposureRoute>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="47625008"/>
        <display value="Intravenous route"/>
      </coding>
    </exposureRoute>
    <note>
      <text value="Patient carries an epinephrine auto-injector."/>
    </note>
  </reaction>
</AllergyIntolerance>