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

Raw json | Download

{
  "resourceType" : "Endpoint",
  "id" : "SearchForPatientInFHIR",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "active",
  "connectionType" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
          "code" : "hl7-fhir-rest"
        }
      ]
    }
  ],
  "name" : "Patient",
  "description" : "The Patient endpoint coming with the FHIR API.",
  "payload" : [
    {
      "mimeType" : [
        "application/fhir+json"
      ]
    }
  ],
  "address" : "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"
}