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 - Response. - JSON Representation

Raw json | Download

{
  "resourceType" : "Endpoint",
  "id" : "SearchForPatientInCRResponse",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint SearchForPatientInCRResponse</b></p><a name=\"SearchForPatientInCRResponse\"> </a><a name=\"hcSearchForPatientInCRResponse\"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: <span title=\"Codes:{http://moh.bw.org/CodeSystem/cs-connection-type-codes IL-rest}\">Interoperability Layer</span></p><p><b>description</b>: The Client Registry's Patient endpoint that was used to find the patient.</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/json</td></tr></table><p><b>address</b>: <a href=\"https://openhim-core:5001\">https://openhim-core:5001</a></p></div>"
  },
  "status" : "active",
  "connectionType" : [
    {
      "coding" : [
        {
          "system" : "http://moh.bw.org/CodeSystem/cs-connection-type-codes",
          "code" : "IL-rest"
        }
      ]
    }
  ],
  "description" : "The Client Registry's Patient endpoint that was used to find the patient.",
  "payload" : [
    {
      "mimeType" : [
        "application/json"
      ]
    }
  ],
  "address" : "https://openhim-core:5001"
}