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

: Search Patient in FHIR. - XML Representation

Raw xml | Download


<Endpoint xmlns="http://hl7.org/fhir">
  <id value="SearchForPatientInFHIR"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Endpoint SearchForPatientInFHIR</b></p><a name="SearchForPatientInFHIR"> </a><a name="hcSearchForPatientInFHIR"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/endpoint-connection-type hl7-fhir-rest}">HL7 FHIR</span></p><p><b>name</b>: Patient</p><p><b>description</b>: The Patient endpoint coming with the FHIR API.</p><h3>Payloads</h3><table class="grid"><tr><td style="display: none">-</td><td><b>MimeType</b></td></tr><tr><td style="display: none">*</td><td>application/fhir+json</td></tr></table><p><b>address</b>: <a href="http://server.url/fhir/Patient?identifier=http://moh.bw.org/identifier/omang|omang123,identifier=http://moh.bw.org/identifier/birth|birth456,identifier=http://moh.bw.org/identifier/passport|passport789,identifier=http://moh.bw.org/identifier/immigration|immigration789,given=someName">http://server.url/fhir/Patient?identifier=http://moh.bw.org/identifier/omang|omang123,identifier=http://moh.bw.org/identifier/birth|birth456,identifier=http://moh.bw.org/identifier/passport|passport789,identifier=http://moh.bw.org/identifier/immigration|immigration789,given=someName</a></p></div>
  </text>
  <status value="active"/>
  <connectionType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
      <code value="hl7-fhir-rest"/>
    </coding>
  </connectionType>
  <name value="Patient"/>
  <description value="The Patient endpoint coming with the FHIR API."/>
  <payload>
    <mimeType value="application/fhir+json"/>
  </payload>
  <address
           value="http://server.url/fhir/Patient?identifier=http://moh.bw.org/identifier/omang|omang123,identifier=http://moh.bw.org/identifier/birth|birth456,identifier=http://moh.bw.org/identifier/passport|passport789,identifier=http://moh.bw.org/identifier/immigration|immigration789,given=someName"/>
</Endpoint>