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 Client Registry. - XML Representation

Raw xml | Download


<Endpoint xmlns="http://hl7.org/fhir">
  <id value="SearchForPatientInCR"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Endpoint SearchForPatientInCR</b></p><a name="SearchForPatientInCR"> </a><a name="hcSearchForPatientInCR"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: <span title="Codes:{http://moh.bw.org/CodeSystem/cs-connection-type-codes CR-rest}">Client Registry</span></p><p><b>name</b>: Patient</p><p><b>description</b>: This endoint is used for searching patients in the Client Registry.</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://omang-api:80/api/Patient/get?identifier=http://moh.bw.org/identifier/identifierType|identifierValue">http://omang-api:80/api/Patient/get?identifier=http://moh.bw.org/identifier/identifierType|identifierValue</a></p></div>
  </text>
  <status value="active"/>
  <connectionType>
    <coding>
      <system value="http://moh.bw.org/CodeSystem/cs-connection-type-codes"/>
      <code value="CR-rest"/>
    </coding>
  </connectionType>
  <name value="Patient"/>
  <description
               value="This endoint is used for searching patients in the Client Registry."/>
  <payload>
    <mimeType value="application/fhir+json"/>
  </payload>
  <address
           value="http://omang-api:80/api/Patient/get?identifier=http://moh.bw.org/identifier/identifierType|identifierValue"/>
</Endpoint>