Botswana FHIR Implementation Guide
1.0.0 - STU1 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

: Organization - Current Laboratory - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="LaboratoryProviderExample"/>
  <meta>
    <profile value="http://moh.bw.org/StructureDefinition/uat-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization LaboratoryProviderExample</b></p><a name="LaboratoryProviderExample"> </a><a name="hcLaboratoryProviderExample"> </a><a name="LaboratoryProviderExample-en-US"> </a><p><b>identifier</b>: <code>http://moh.bw.org/identifier/mohid</code>/MOH001, <code>http://moh.bw.org/identifier/hfuid</code>/HFUID001, <code>http://moh.bw.org/ext/identifier/mfl-code</code>/MFL</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 45899008}">Laboratory</span></p><p><b>name</b>: Meshwalkiya Health Center</p><p><b>address</b>: Meshulekia Kirkos Addis Ababa </p></div>
  </text>
  <identifier>
    <system value="http://moh.bw.org/identifier/mohid"/>
    <value value="MOH001"/>
  </identifier>
  <identifier>
    <system value="http://moh.bw.org/identifier/hfuid"/>
    <value value="HFUID001"/>
  </identifier>
  <identifier>
    <system value="http://moh.bw.org/ext/identifier/mfl-code"/>
    <value value="MFL">
      <extension
                 url="http://moh.bw.org/StructureDefinition/master-facility-list-code">
        <valueCodeableConcept>
          <coding>
            <system
                    value="http://moh.bw.org/CodeSystem/cs-master-facility-list"/>
            <code value="537111-7"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </value>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="45899008"/>
    </coding>
    <text value="Laboratory"/>
  </type>
  <name value="Meshwalkiya Health Center"/>
  <address>
    <line value="Meshulekia"/>
    <city value="Kirkos"/>
    <district value="Kirkos woreda 9"/>
    <state value="Addis Ababa"/>
  </address>
</Organization>