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 update client history observation - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="ExampleNEIRUpdateClientHistoryObservation"/>
  <meta>
    <profile
             value="http://nhin.example.ng/StructureDefinition/NEIRUpdateClientHistoryObservation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation ExampleNEIRUpdateClientHistoryObservation</b></p><a name="ExampleNEIRUpdateClientHistoryObservation"> </a><a name="hcExampleNEIRUpdateClientHistoryObservation"> </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-NEIRUpdateClientHistoryObservation.html">Observations - NEIR Update Client History</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}">Social History</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 123456}">NEIR Update Client History Observations</span></p><p><b>subject</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-NEIREncounterExample.html">Encounter: status = in-progress; class = home health (ActCode#HH); type = Outreach</a></p><p><b>effective</b>: 2025-08-07 10:00:00+0300</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 11323-3}">Indicates if the client has completed the primary vaccination series of a product/antigen. If the client has not yet completed their primary series, it means they may be expected to receive more doses to complete their vaccination regimen for the respective product/antigen.</span></p><p><b>value</b>: true</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 55284-4}">HIV status</span></p><p><b>value</b>: <span title="Codes:{http://snomed.info/sct 86406008}">HIV negative</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 11323-31}"> </span></p><p><b>value</b>: Test State</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 11323-391}"> </span></p><p><b>value</b>: Test Comment</p></blockquote></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="social-history"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="123456"/>
      <display value="NEIR Update Client History Observations"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/NEIRPatientExample"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/NEIREncounterExample"/>
  </encounter>
  <effectiveDateTime value="2025-08-07T10:00:00+03:00"/>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="11323-3"/>
        <display
                 value="Indicates if the client has completed the primary vaccination series of a product/antigen. If the client has not yet completed their primary series, it means they may be expected to receive more doses to complete their vaccination regimen for the respective product/antigen."/>
      </coding>
    </code>
    <valueBoolean value="true"/>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="55284-4"/>
        <display value="HIV status"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="86406008"/>
        <display value="HIV negative"/>
      </coding>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="11323-31"/>
        <display value=" "/>
      </coding>
    </code>
    <valueString value="Test State"/>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="11323-391"/>
        <display value=" "/>
      </coding>
    </code>
    <valueString value="Test Comment"/>
  </component>
</Observation>