Botswana FHIR Implementation Guide
1.0.0 - ci-build
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
Active as of 2025-08-20 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Requirements ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "IntegratedPatientManagementSystemRequirements"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://moh.bw.org/StructureDefinition/bw-requirements"^^xsd:anyURI ;
fhir:link <http://moh.bw.org/StructureDefinition/bw-requirements> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Requirements IntegratedPatientManagementSystemRequirements</b></p><a name=\"IntegratedPatientManagementSystemRequirements\"> </a><a name=\"hcIntegratedPatientManagementSystemRequirements\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-bw-requirements.html\">Requirements</a></p></div><p>These requirements apply to the following actors: </p><ul><li><a href=\"ActorDefinition-IPMSActorDefinitionExample.html\">Integrated Patient Management System (IPMS)</a></li><li><a href=\"ActorDefinition-OmangActorDefinitionExample.html\">Omang</a></li><li><a href=\"ActorDefinition-MFLActorDefinitionExample.html\">Master Facility List (MFL)</a></li></ul><table class=\"grid\"><tr><td><b><a name=\"BOTS.FR-IPMS.001\"> </a></b>BOTS.FR-IPMS.001</td><td/><td><div><p>Must receive a new lab order from the HIE as an ORM Hl7v2 message over MLLP.</p>\n</div></td></tr><tr><td><b><a name=\"BOTS.FR-IPMS.002\"> </a></b>BOTS.FR-IPMS.002</td><td/><td><div><p>Must send an ACK message to the HIE with the IPMS-specific lab order number for the lab order generated on the IPMS side by the ORM message AND the IPMS-specific MRN for the existing patient.</p>\n</div></td></tr><tr><td><b><a name=\"BOTS.FR-IPMS.003\"> </a></b>BOTS.FR-IPMS.003</td><td/><td><div><p>On registration of a new patient on IPMS, IPMS must send an HL7 v2.3 - Admit, Discharge and Transfer 04 message that includes IPMS-specific MRN and the patient’s Omang and/or passport number to the specified IP and Port number.</p>\n</div></td></tr><tr><td><b><a name=\"BOTS.FR-IPMS.004\"> </a></b>BOTS.FR-IPMS.004</td><td/><td><div><p>Should be able to send a HL7V2 ORU message to the HIE with lab order result information as soon as this information is available in IPMS. The message must include IPMS-specific identifiers for the patient and the lab order that correspond to the identifiers sent with the ACK for the ORM messages and with the ADT messages.</p>\n</div></td></tr><tr><td><b><a name=\"BOTS.FR-IPMS.005\"> </a></b>BOTS.FR-IPMS.005</td><td/><td><div><p>Must ensure that IPMS-specific facility identifiers are sent with the ADT and ORU messages, and that these identifiers can be mapped to the BW MFL.</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://moh.bw.org/StructureDefinition/requirements-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://moh.bw.org/CodeSystem/cs-requirements-type-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "functional" ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://moh.bw.org/Requirements/IntegratedPatientManagementSystemRequirements"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "IntegratedPatientManagementSystemRequirements"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-08-20T07:21:53+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Jembi Health Systems"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Jembi Health Systems" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.jembi.org" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@jembi.org" ] ] )
] [
fhir:name [ fhir:v "Jembi Health Systems" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@jembi.org" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BW" ] ;
fhir:display [ fhir:v "Botswana" ] ] )
] ) ; #
fhir:actor ( [
fhir:v "http://moh.bw.org/ActorDefinition/IPMSActorDefinitionExample"^^xsd:anyURI ;
fhir:link <http://moh.bw.org/ActorDefinition/IPMSActorDefinitionExample> ;
( fhir:extension [
fhir:url [ fhir:v "http://moh.bw.org/StructureDefinition/actor-classification"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://moh.bw.org/CodeSystem/cs-actor-classification-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "primary" ] ] ) ] ] )
] [
fhir:v "http://moh.bw.org/ActorDefinition/OmangActorDefinitionExample"^^xsd:anyURI ;
fhir:link <http://moh.bw.org/ActorDefinition/OmangActorDefinitionExample> ;
( fhir:extension [
fhir:url [ fhir:v "http://moh.bw.org/StructureDefinition/actor-classification"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://moh.bw.org/CodeSystem/cs-actor-classification-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "secondary" ] ] ) ] ] )
] [
fhir:v "http://moh.bw.org/ActorDefinition/MFLActorDefinitionExample"^^xsd:anyURI ;
fhir:link <http://moh.bw.org/ActorDefinition/MFLActorDefinitionExample> ;
( fhir:extension [
fhir:url [ fhir:v "http://moh.bw.org/StructureDefinition/actor-classification"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://moh.bw.org/CodeSystem/cs-actor-classification-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "secondary" ] ] ) ] ] )
] ) ; #
fhir:statement ( [
fhir:key [ fhir:v "BOTS.FR-IPMS.001" ] ;
fhir:requirement [ fhir:v "Must receive a new lab order from the HIE as an ORM Hl7v2 message over MLLP." ]
] [
fhir:key [ fhir:v "BOTS.FR-IPMS.002" ] ;
fhir:requirement [ fhir:v "Must send an ACK message to the HIE with the IPMS-specific lab order number for the lab order generated on the IPMS side by the ORM message AND the IPMS-specific MRN for the existing patient." ]
] [
fhir:key [ fhir:v "BOTS.FR-IPMS.003" ] ;
fhir:requirement [ fhir:v "On registration of a new patient on IPMS, IPMS must send an HL7 v2.3 - Admit, Discharge and Transfer 04 message that includes IPMS-specific MRN and the patient’s Omang and/or passport number to the specified IP and Port number." ]
] [
fhir:key [ fhir:v "BOTS.FR-IPMS.004" ] ;
fhir:requirement [ fhir:v "Should be able to send a HL7V2 ORU message to the HIE with lab order result information as soon as this information is available in IPMS. The message must include IPMS-specific identifiers for the patient and the lab order that correspond to the identifiers sent with the ACK for the ORM messages and with the ADT messages." ]
] [
fhir:key [ fhir:v "BOTS.FR-IPMS.005" ] ;
fhir:requirement [ fhir:v "Must ensure that IPMS-specific facility identifiers are sent with the ADT and ORU messages, and that these identifiers can be mapped to the BW MFL." ]
] ) . #
IG © 2021+ Jembi Health Systems. Package botswana.hie.fhir#1.0.0 based on FHIR 5.0.0. Generated 2025-08-20
Links: Table of Contents |
QA Report