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 a Patient Creation Bundle - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="ExamplePatientCreationBundle"/>
  <meta>
    <profile
             value="http://nhin.example.ng/StructureDefinition/patient-creation-bundle"/>
  </meta>
  <type value="transaction"/>
  <entry>
    <fullUrl value="urn:uuid:relatedPerson-1"/>
    <resource>
      <RelatedPerson>
        <id value="ExampleNEIRRelatedPerson"/>
        <meta>
          <profile
                   value="http://nhin.example.ng/StructureDefinition/NEIRRelatedPerson"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="RelatedPerson_ExampleNEIRRelatedPerson"> </a><p class="res-header-id"><b>Generated Narrative: RelatedPerson ExampleNEIRRelatedPerson</b></p><a name="ExampleNEIRRelatedPerson"> </a><a name="hcExampleNEIRRelatedPerson"> </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-NEIRRelatedPerson.html">Related Person Profile - NEIR</a></p></div><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>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}">mother</span></p><p><b>name</b>: John Rocker Doe </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 2015-01-01</p></div>
        </text>
        <patient>🔗 
          <reference value="Patient/NEIRPatientExample"/>
        </patient>
        <relationship>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
            <code value="MTH"/>
            <display value="mother"/>
          </coding>
        </relationship>
        <name>
          <family value="Doe"/>
          <given value="John Rocker"/>
        </name>
        <gender value="male"/>
        <birthDate value="2015-01-01"/>
      </RelatedPerson>
    </resource>
    <request>
      <method value="POST"/>
      <url value="RelatedPerson"/>
    </request>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:patient-registration-obs-1"/>
    <resource>
      <Observation>
        <id value="ExampleNEIRRegistrationObservation"/>
        <meta>
          <profile
                   value="http://nhin.example.ng/StructureDefinition/NEIRRegistrationObservation"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Observation_ExampleNEIRRegistrationObservation"> </a><p class="res-header-id"><b>Generated Narrative: Observation ExampleNEIRRegistrationObservation</b></p><a name="ExampleNEIRRegistrationObservation"> </a><a name="hcExampleNEIRRegistrationObservation"> </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-NEIRRegistrationObservation.html">Observations - NEIR Registration</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 Registration 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>effective</b>: 2025-08-05 10:00:00+0300</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 11323-3}">State of Health of Mothers other children</span></p><p><b>value</b>: <span title="Codes:{http://snomed.info/sct 419099009}">Alive and well</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 82810-3}">Pregnancy status</span></p><p><b>value</b>: <span title="Codes:{http://snomed.info/sct 77386006}">Pregnant</span></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 8339-4}">Birth weight Measured</span></p><p><b>value</b>: 3200 g<span style="background: LightGoldenRodYellow"> (Details: UCUM  codeg = 'g')</span></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 Registration Observations"/>
          </coding>
        </code>
        <subject>🔗 
          <reference value="Patient/NEIRPatientExample"/>
        </subject>
        <effectiveDateTime value="2025-08-05T10:00:00+03:00"/>
        <component>
          <code>
            <coding>
              <system value="http://loinc.org"/>
              <code value="11323-3"/>
              <display value="State of Health of Mothers other children"/>
            </coding>
          </code>
          <valueCodeableConcept>
            <coding>
              <system value="http://snomed.info/sct"/>
              <code value="419099009"/>
              <display value="Alive and well"/>
            </coding>
          </valueCodeableConcept>
        </component>
        <component>
          <code>
            <coding>
              <system value="http://loinc.org"/>
              <code value="82810-3"/>
              <display value="Pregnancy status"/>
            </coding>
          </code>
          <valueCodeableConcept>
            <coding>
              <system value="http://snomed.info/sct"/>
              <code value="77386006"/>
              <display value="Pregnant"/>
            </coding>
          </valueCodeableConcept>
        </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="8339-4"/>
              <display value="Birth weight Measured"/>
            </coding>
          </code>
          <valueQuantity>
            <value value="3200"/>
            <unit value="g"/>
            <system value="http://unitsofmeasure.org"/>
            <code value="g"/>
          </valueQuantity>
        </component>
      </Observation>
    </resource>
    <request>
      <method value="POST"/>
      <url value="Observation"/>
    </request>
  </entry>
</Bundle>