FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/bw-hie-server

Packagebotswana.hie.fhir
Resource TypeCapabilityStatement
Idbw-hie-server
FHIR VersionR5
Sourcehttp://moh.bw.org/https://build.fhir.org/ig/jembi/botswana-hie-fhir-ig/CapabilityStatement-bw-hie-server.html
URLhttp://moh.bw.org/CapabilityStatement/bw-hie-server
Version1.0.0
Statusactive
Date2025-03-18T13:15:56.964-00:00
NameBwHieServerCapabilityStatement
TitleBotswana HIE Server Capability Statement
DescriptionThis section describes the expected capabilities of the Botswana HIE server actor which is responsible for providing responses to the queries submitted for lab orders. The list of FHIR profiles and operations supported by the Botswana HIE server are defined.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
actor-classificationActor Classification
actor-referenceActor Reference
bw-patientPatient - Botswana Patient
bw-requirementsRequirements
lab-order-diagnostic-reportDiagnosticReport - Lab Order
lab-order-service-requestServiceRequest - Lab Orders
lab-order-specimenSpecimen
lab-order-taskTask - Lab Orders
lab-orders-bundleBundle - Lab Orders
lab-result-observationObservation - Lab Result
patient-identity-cross-referencePatient - Patient Identity Cross Reference
practitionerPractitioner
process-patient-bundleBundle - Process Patient in FHIR
requirements-typeRequirements Type
service-organizationService Provider
target-facility-encounterEncounter - Initiated By The Facility Providing the Service

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CapabilityStatement bw-hie-server

Botswana HIE Server Capability Statement

  • Implementation Guide Version: 1.0.0
  • FHIR Version: 5.0.0
  • Supported Formats: application/fhir+json, json
  • Supported Patch Formats:
  • Published on: 2025-03-18 13:15:56+0000
  • Published by: Jembi Health Systems

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

FHIR RESTful Capabilities

Mode: server

Summary of System-wide Interactions

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)

Resource Conformance: SHALL Bundle

Core FHIR Resource
Bundle
Reference Policy
Interaction summary
  • Supports create, read.

Resource Conformance: SHALL Patient

Core FHIR Resource
Patient
Reference Policy
Interaction summary
  • Supports create, read, update, search-type.

Extended Operations
ConformanceOperationDocumentation
SHOULD$validate

https://hl7.org/fhir/resource-operation-validate.html

Resource Conformance: MAY Encounter

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, read, update.

Resource Conformance: SHALL ServiceRequest

Base System Profile
ServiceRequest - Lab Orders
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, read, update.

Resource Conformance: SHALL Specimen

Base System Profile
Specimen
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, read, update.

Resource Conformance: SHALL Task

Base System Profile
Task - Lab Orders
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, read, update, search-type.

Resource Conformance: SHALL Practitioner

Base System Profile
Practitioner
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, read, update.

Resource Conformance: SHALL DiagnosticReport

Base System Profile
DiagnosticReport - Lab Order
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, read, update.

Resource Conformance: SHALL Observation

Base System Profile
Observation - Lab Result
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, read, update.

Resource Conformance: SHALL Organization

Base System Profile
Service Provider
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, read, update.

Resource Conformance: SHALL Requirements

Base System Profile
Requirements
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, read, update.

Resource Conformance: MAY StructureDefinition

Base System Profile
Actor Reference
Profile Conformance
SHALL
Reference Policy

Interaction summary


    Source

    {
      "resourceType": "CapabilityStatement",
      "id": "bw-hie-server",
      "text": {
        "status": "extensions",
        "div": "<!-- snip (see above) -->"
      },
      "url": "http://moh.bw.org/CapabilityStatement/bw-hie-server",
      "version": "1.0.0",
      "name": "BwHieServerCapabilityStatement",
      "title": "Botswana HIE Server Capability Statement",
      "status": "active",
      "experimental": false,
      "date": "2025-03-18T13:15:56.964-00:00",
      "publisher": "Jembi Health Systems",
      "contact": [
        {
          "name": "Jembi Health Systems",
          "telecom": [
            {
              "system": "url",
              "value": "https://www.jembi.org"
            },
            {
              "system": "email",
              "value": "info@jembi.org"
            }
          ]
        },
        {
          "name": "Jembi Health Systems",
          "telecom": [
            {
              "system": "email",
              "value": "info@jembi.org",
              "use": "work"
            }
          ]
        }
      ],
      "description": "This section describes the expected capabilities of the Botswana HIE server actor which is responsible for providing responses to the queries submitted for lab orders. The list of FHIR profiles and operations supported by the Botswana HIE server are defined.",
      "jurisdiction": [
        {
          "coding": [
            {
              "system": "urn:iso:std:iso:3166",
              "code": "BW",
              "display": "Botswana"
            }
          ]
        }
      ],
      "kind": "requirements",
      "fhirVersion": "5.0.0",
      "format": [
        "application/fhir+json",
        "json"
      ],
      "rest": [
        {
          "mode": "server",
          "resource": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "type": "Bundle",
              "supportedProfile": [
                "http://moh.bw.org/StructureDefinition/lab-orders-bundle",
                "http://moh.bw.org/StructureDefinition/process-patient-bundle"
              ],
              "interaction": [
                {
                  "code": "create"
                },
                {
                  "code": "read"
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "type": "Patient",
              "supportedProfile": [
                "http://moh.bw.org/StructureDefinition/bw-patient",
                "http://moh.bw.org/StructureDefinition/patient-identity-cross-reference"
              ],
              "interaction": [
                {
                  "code": "create"
                },
                {
                  "code": "read"
                },
                {
                  "code": "update"
                },
                {
                  "code": "search-type"
                }
              ],
              "conditionalCreate": true,
              "conditionalUpdate": true,
              "operation": [
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode": "SHOULD"
                    }
                  ],
                  "name": "validate",
                  "definition": "https://hl7.org/fhir/operation-resource-validate.html",
                  "documentation": "https://hl7.org/fhir/resource-operation-validate.html"
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "MAY"
                }
              ],
              "type": "Encounter",
              "profile": "http://moh.bw.org/StructureDefinition/target-facility-encounter",
              "interaction": [
                {
                  "code": "create"
                },
                {
                  "code": "read"
                },
                {
                  "code": "update"
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "type": "ServiceRequest",
              "profile": "http://moh.bw.org/StructureDefinition/lab-order-service-request",
              "interaction": [
                {
                  "code": "create"
                },
                {
                  "code": "read"
                },
                {
                  "code": "update"
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "type": "Specimen",
              "profile": "http://moh.bw.org/StructureDefinition/lab-order-specimen",
              "interaction": [
                {
                  "code": "create"
                },
                {
                  "code": "read"
                },
                {
                  "code": "update"
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "type": "Task",
              "profile": "http://moh.bw.org/StructureDefinition/lab-order-task",
              "interaction": [
                {
                  "code": "create"
                },
                {
                  "code": "read"
                },
                {
                  "code": "update"
                },
                {
                  "code": "search-type"
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "type": "Practitioner",
              "profile": "http://moh.bw.org/StructureDefinition/practitioner",
              "interaction": [
                {
                  "code": "create"
                },
                {
                  "code": "read"
                },
                {
                  "code": "update"
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "type": "DiagnosticReport",
              "profile": "http://moh.bw.org/StructureDefinition/lab-order-diagnostic-report",
              "interaction": [
                {
                  "code": "create"
                },
                {
                  "code": "read"
                },
                {
                  "code": "update"
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "type": "Observation",
              "profile": "http://moh.bw.org/StructureDefinition/lab-result-observation",
              "interaction": [
                {
                  "code": "create"
                },
                {
                  "code": "read"
                },
                {
                  "code": "update"
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "type": "Organization",
              "profile": "http://moh.bw.org/StructureDefinition/service-organization",
              "interaction": [
                {
                  "code": "create"
                },
                {
                  "code": "read"
                },
                {
                  "code": "update"
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "type": "Requirements",
              "profile": "http://moh.bw.org/StructureDefinition/bw-requirements",
              "supportedProfile": [
                "http://moh.bw.org/StructureDefinition/requirements-type",
                "http://moh.bw.org/StructureDefinition/actor-classification"
              ],
              "interaction": [
                {
                  "code": "create"
                },
                {
                  "code": "read"
                },
                {
                  "code": "update"
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "MAY"
                }
              ],
              "type": "StructureDefinition",
              "profile": "http://moh.bw.org/StructureDefinition/actor-reference"
            }
          ]
        }
      ]
    }