Botswana FHIR Implementation Guide
1.0.0 - ci-build Botswana flag

Botswana 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/botswana-hie-fhir-ig/ and changes regularly. See the Directory of published versions

: Includes all personal patient data - After being supplied by the Client Registry. - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="RestrictedPatientExample2"/>
  <meta>
    <profile
             value="http://moh.bw.org/StructureDefinition/patient-identity-cross-reference"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient RestrictedPatientExample2</b></p><a name="RestrictedPatientExample2"> </a><a name="hcRestrictedPatientExample2"> </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-patient-identity-cross-reference.html">Patient - Patient Identity Cross Reference</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Anonymous Patient (no stated gender), DoB Unknown ( http://moh.bw.org/identifier/mpi#some id value)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Ids:</td><td colspan="3"><ul><li><code>http://moh.bw.org/identifier/mpi</code>/some other id value for some reason</li><li><code>http://moh.bw.org/identifier/mrn</code>/MRN12345671</li><li><code>http://moh.bw.org/identifier/openmrs</code>/Openmrs12345</li><li><code>http://moh.bw.org/identifier/internalid</code>/SysId12345</li><li><code>http://moh.bw.org/identifier/pims</code>/PIMS12345</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization-ServiceProviderExample.html">Organization Kweneng Health Post</a></li><li>Also see: <a href="#hcRestrictedPatientExample2/BwPatientDataFromCR">Patient data provided by Client Registry</a></li></ul></td></tr></table><hr/><p><b>Contained Resource</b></p><hr/><a name="RestrictedPatientExample2/BwPatientDataFromCR"> </a><p class="res-header-id"><b>Patient #BwPatientDataFromCR</b></p><a name="hcRestrictedPatientExample2/BwPatientDataFromCR"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Mark Adams  Male, DoB: 2000-11-11 ( http://moh.bw.org/identifier/omang#omang1234)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Ids:</td><td colspan="3"><ul><li><code>http://moh.bw.org/identifier/birth</code>/001209565658</li><li><code>http://moh.bw.org/identifier/passport</code>/ppn1234</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 27537652509(Work)</li><li><a href="mailto:someone@something.org">someone@something.org</a></li><li>5630 Maboneng Street Kweneng East Mogoditshane </li></ul></td></tr></table></div>
  </text>
  <contained>
    <Patient>
      <id value="BwPatientDataFromCR"/>
      <identifier>
        <system value="http://moh.bw.org/identifier/omang"/>
        <value value="omang1234"/>
      </identifier>
      <identifier>
        <system value="http://moh.bw.org/identifier/birth"/>
        <value value="001209565658"/>
      </identifier>
      <identifier>
        <system value="http://moh.bw.org/identifier/passport"/>
        <value value="ppn1234"/>
      </identifier>
      <name>
        <family value="Adams"/>
        <given value="Mark"/>
      </name>
      <telecom>
        <system value="phone"/>
        <value value="27537652509"/>
        <use value="work"/>
      </telecom>
      <telecom>
        <system value="email"/>
        <value value="someone@something.org"/>
        <use value="home"/>
      </telecom>
      <gender value="male"/>
      <birthDate value="2000-11-11"/>
      <address>
        <line value="5630"/>
        <line value="Maboneng Street"/>
        <line value="Kweneng East"/>
        <city value="Mogoditshane"/>
        <district value="Kweneng"/>
      </address>
    </Patient>
  </contained>
  <identifier>
    <system value="http://moh.bw.org/identifier/mpi"/>
    <value value="some id value"/>
  </identifier>
  <identifier>
    <system value="http://moh.bw.org/identifier/mpi"/>
    <value value="some other id value for some reason"/>
  </identifier>
  <identifier>
    <system value="http://moh.bw.org/identifier/mrn"/>
    <value value="MRN12345671"/>
  </identifier>
  <identifier>
    <system value="http://moh.bw.org/identifier/openmrs"/>
    <value value="Openmrs12345"/>
  </identifier>
  <identifier>
    <system value="http://moh.bw.org/identifier/internalid"/>
    <value value="SysId12345"/>
  </identifier>
  <identifier>
    <system value="http://moh.bw.org/identifier/pims"/>
    <value value="PIMS12345"/>
  </identifier>
  <managingOrganization>🔗 
    <reference value="Organization/ServiceProviderExample"/>
  </managingOrganization>
  <link>
    <other>
      <reference value="#BwPatientDataFromCR"/>
      <display value="Patient data provided by Client Registry"/>
    </other>
    <type value="seealso"/>
  </link>
</Patient>