Prepare 0.4.0: DGDA Drug and LOINC Integration
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Failing after 8m28s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been skipped

This commit is contained in:
2026-04-07 01:49:09 +06:00
parent 3fc1acafe4
commit 6a9ca5639e

View File

@@ -1,24 +1,22 @@
Instance: BDOrganizationExample Instance: BDOrganizationExample
InstanceOf: BDOrganization InstanceOf: BDOrganization
Usage: #example Usage: #example
Title: "Example of a Bangladesh Healthcare Organization" Title: "Dhaka Medical College Hospital"
Description: "An example of a hospital or clinic identifier for the DGHS HIE." Description: "Example for DMCH using the Facility Code 10000033"
// Required Identifier (1..* MS) // Strictly following 'identifier 1..* MS' from your profile
// Using a mock DGHS Facility ID (often referred to as 'Org Code' in Bangladesh) * identifier[0].value = "10000033"
* identifier[0].system = "https://fhir.dghs.gov.bd/core/identifier/facility-id" * identifier[0].system = "http://hrm.dghs.gov.bd/facilities/code" // Using a generic DGHS system
* identifier[0].value = "10001234"
* identifier[0].type = http://terminology.hl7.org/CodeSystem/v2-0203#FI "Facility ID" * identifier[0].type = http://terminology.hl7.org/CodeSystem/v2-0203#FI "Facility ID"
* name = "Dhaka Medical College Hospital" * name = "Dhaka Medical College Hospital"
// Optional but helpful contact info // Standard FHIR Address fields (No 'division' as a top-level field)
* telecom[0].system = #phone
* telecom[0].value = "+88029669340"
* telecom[0].use = #work
* address[0].line = "100 Ramna" * address[0].line = "100 Ramna"
* address[0].city = "Dhaka" * address[0].city = "Dhaka"
* address[0].district = "Dhaka" * address[0].district = "Dhaka"
* address[0].division = "Dhaka"
* address[0].country = "BD" * address[0].country = "BD"
// To include Division without a 'does not exist' error, use the extension syntax:
* address[0].extension[0].url = "https://fhir.dghs.gov.bd/core/StructureDefinition/bd-division"
* address[0].extension[0].valueCodeableConcept = https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes#30 "Dhaka"