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 8m47s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been skipped

This commit is contained in:
2026-04-07 01:32:33 +06:00
parent 7761cd2b32
commit 3fc1acafe4
5 changed files with 12 additions and 10 deletions

View File

@@ -30,10 +30,10 @@ Description: "A minimal example for a patient satisfying name translations and a
* address[0].country = "BD"
// The "Division" extension (Must match the name in BDAddress)
* address[0].extension[division].valueCodeableConcept = https://fhir.dghs.gov.bd/core/CodeSystem/bd-geo-codes#30 "Dhaka"
* address[0].extension[division].valueCodeableConcept = https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes#30 "Dhaka"
// The "Upazilla" extension (Must match the name in BDAddress)
* address[0].extension[upazilla].valueCodeableConcept = https://fhir.dghs.gov.bd/core/CodeSystem/bd-geo-codes#3026 "Dhamrai"
* address[0].extension[upazilla].valueCodeableConcept = https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes#3026 "Dhamrai"
// Optional Religion Extension
* extension[religion].valueCodeableConcept = https://fhir.dghs.gov.bd/core/CodeSystem/bd-religions-cs#islam "Islam"

View File

@@ -6,5 +6,5 @@ Description: "BD Division"
Context: Address
* value[x] only string
* value[x] from BDDivisionsVS
* value[x] only CodeableConcept
valueCodeableConcept from BDDivisionsVS (required)

View File

@@ -6,5 +6,5 @@ Description: "BD Upazilla"
Context: Address
* value[x] only string
* value[x] from BDUpazillasVS
* value[x] only CodeableConcept
* valueCodeableConcept from BDUpazillasVS (required)

View File

@@ -51,7 +51,7 @@ Patient profile for Bangladesh.
* identifier[NID].system = "http://dghs.gov.bd/identifier/nid"
* identifier[NID].type.coding.code = #NID
// * identifier[NID].type.coding.system = "http://terminology.hl7.org/CodeSystem/v2-0203"
* identifier[NID].type.coding.system = "https://fhir.dghs.gov.bd/core/ValueSet/bd-identifier-type-valueset"
* identifier[NID].type.coding.system = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-identifier-type"
* identifier[NID].type from BangladeshIdentifierTypeVS (extensible)
* identifier[NID].type.text = "Organization identifier"
// * identifier[NID].value = "Personal identifier National ID"
@@ -61,7 +61,7 @@ Patient profile for Bangladesh.
* identifier[BRN].system = "http://dghs.gov.bd/identifier/brn"
* identifier[BRN].type.coding.code = #BRN
* identifier[BRN].type.coding.system = "https://fhir.dghs.gov.bd/core/ValueSet/bd-identifier-type-valueset"
* identifier[BRN].type.coding.system = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-identifier-type"
* identifier[BRN].type from BangladeshIdentifierTypeVS (extensible)
* identifier[BRN].type.text = "Organization identifier"
// * identifier[BRN].value = "Personal identifier Birth Registration"
@@ -69,7 +69,7 @@ Patient profile for Bangladesh.
* identifier[UHID].system = "http://dghs.gov.bd/identifier/uhid"
* identifier[UHID].type.coding.code = #UHID
* identifier[UHID].type.coding.system = "https://fhir.dghs.gov.bd/core/ValueSet/bd-identifier-type-valueset"
* identifier[UHID].type.coding.system = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-identifier-type"
* identifier[UHID].type from BangladeshIdentifierTypeVS (extensible)
* identifier[UHID].type.text = "Organization identifier"

View File

@@ -10,8 +10,10 @@ Description: "Address for Bangladesh Standard"
* country 1..1 MS
* extension contains Division named division 1..1 MS
* extension[division] ^short = "Division code"
* district 1..1 MS
* district from BDDistrictsVS
* extension contains Upazillas named upazilla 1..1 MS
* extension contains Upazillas named upazilla 1..1 MS
* extension[upazilla] ^short = "Upazilla code"