Zambia Immunizations FHIR Implementation Guide
1.0.0 - STU1 Zambia flag

Zambia Immunizations FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Zambia-Immunizations/ and changes regularly. See the Directory of published versions

: Patient - Smartcare Immunization Patient - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="SmartcareImmunizationPatientExample"/>
  <meta>
    <profile
             value="http://moh.gov.zm/fhir/immunizations/StructureDefinition/smartcare-immunization-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient SmartcareImmunizationPatientExample</b></p><a name="SmartcareImmunizationPatientExample"> </a><a name="hcSmartcareImmunizationPatientExample"> </a><a name="SmartcareImmunizationPatientExample-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Jane Maria Smith (official) (no stated gender), DoB: 1990-12-12 ( http://moh.gov.zm/fhir/immunizations/identifier/patient-nupin#1001-XXGB0-12345-5)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}">Married</span></td></tr><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3"><code>http://moh.gov.zm/fhir/immunizations/identifier/patient-nrc</code>/999999/99/9</td></tr><tr><td style="background-color: #f3f5da" title="Alternate names (see the one above)">Alt. Name:</td><td colspan="3">Smitty(Nickname)</td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization-OrganizationExample.html">Organization Facility one</a></li><li>Also see: <a href="RelatedPerson-SpouseRelatedPersonExample.html">RelatedPerson Mike Jones (official)</a></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="This is an extension to capture that patient's administrative sex."><a href="StructureDefinition-administrative-sex.html">Administrative Sex</a></td><td colspan="3"><span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0001 F}">Female</span></td></tr><tr><td style="background-color: #f3f5da" title="This is an extension to capture whether the patient was born in Zambia."><a href="StructureDefinition-born-in-zambia.html">Patient born in Zambia?</a></td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="The patient's professed religious affiliations."><a href="http://hl7.org/fhir/extensions/5.1.0/StructureDefinition-patient-religion.html">Patient Religion</a></td><td colspan="3"><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation 1013}">Christian (non-Catholic, non-specific)</span></td></tr></table></div>
  </text>
  <extension
             url="http://moh.gov.zm/fhir/immunizations/StructureDefinition/administrative-sex">
    <valueCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0001"/>
        <code value="F"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://moh.gov.zm/fhir/immunizations/StructureDefinition/born-in-zambia">
    <valueBoolean value="true"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/patient-religion">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation"/>
        <code value="1013"/>
      </coding>
      <text value="Christian (non-Catholic, non-specific)"/>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <system
            value="http://moh.gov.zm/fhir/immunizations/identifier/patient-nupin"/>
    <value value="1001-XXGB0-12345-5"/>
  </identifier>
  <identifier>
    <system
            value="http://moh.gov.zm/fhir/immunizations/identifier/patient-nrc"/>
    <value value="999999/99/9"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Smith"/>
    <given value="Jane"/>
    <given value="Maria"/>
  </name>
  <name>
    <use value="nickname"/>
    <text value="Smitty"/>
  </name>
  <birthDate value="1990-12-12">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/patient-birthTime">
      <valueDateTime value="1983-05-22T16:40:17+02:00"/>
    </extension>
    <extension
               url="http://moh.gov.zm/fhir/immunizations/StructureDefinition/is-estimated-date-of-birth">
      <valueBoolean value="false"/>
    </extension>
  </birthDate>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="M"/>
    </coding>
  </maritalStatus>
  <managingOrganization>🔗 
    <reference value="Organization/OrganizationExample"/>
  </managingOrganization>
  <link>
    <other>🔗 
      <reference value="RelatedPerson/SpouseRelatedPersonExample"/>
      <type value="RelatedPerson"/>
    </other>
    <type value="seealso"/>
  </link>
</Patient>