3 Commits

Author SHA1 Message Date
48cf707ea6 Minor bug fix
All checks were successful
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Successful in 7m0s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Successful in 10s
2026-04-10 23:22:57 +06:00
52d5726641 Modified Patient name slice
All checks were successful
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Successful in 7m2s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Successful in 11s
2026-04-10 23:08:40 +06:00
29a4f238bf Fixed Patient name slice
All checks were successful
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Successful in 7m21s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Successful in 11s
2026-04-10 22:51:33 +06:00
4 changed files with 56 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
</extension>-->
<url value="https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core"/>
<!-- This version will propagate to all artifacts unless the "propagate-version" extension is overridden -->
<version value="0.4.1"/>
<version value="0.4.4"/>
<name value="BangladeshCoreFHIRIG"/>
<title value="Bangladesh Core FHIR Implementation Guide"/>
<status value="active"/>

View File

@@ -13,25 +13,25 @@ Patient profile for Bangladesh.
"""
// ----- Begin rules:
// Require exactly one HumanName
* name 1..1 MS
* name.use 1..1
* name.use = #official (exactly)
// Require a text element
* name.text 1..1 MS
// Require translation extensions on text
// Slice translation extensions by pattern on the lang sub-extension
* name.text.extension ^slicing.discriminator.type = #pattern
* name.text.extension ^slicing.discriminator.path = "extension('lang').value"
* name.text.extension ^slicing.rules = #open
* name.text.extension ^slicing.ordered = false
* name.text.extension 2..* MS
* name.text.extension contains
$translation named nameEn 1..1 MS and
$translation named nameBn 1..1 MS
// Constraints on English name
* name.text.extension[nameEn].extension[lang].valueCode = #en (exactly)
* name.text.extension[nameEn].extension[content] 1..1 MS
// Constraints on Bangla name
* name.text.extension[nameBn].extension[lang].valueCode = #bn (exactly)
* name.text.extension[nameBn].extension[content] 1..1 MS

View File

@@ -11,6 +11,30 @@
"status": "ci-build",
"current": true
},
{
"version": "0.4.3",
"date": "2026-04-06",
"desc": "minor bug fixes",
"path": "https://fhir.dghs.gov.bd/core/0.4.3/",
"status": "trial-use",
"sequence": "STU 1"
},
{
"version": "0.4.2",
"date": "2026-04-06",
"desc": "Patient profile minor bug fixes",
"path": "https://fhir.dghs.gov.bd/core/0.4.2/",
"status": "trial-use",
"sequence": "STU 1"
},
{
"version": "0.4.1",
"date": "2026-04-06",
"desc": "DGDA Drug and LOINC Integration with minor bug fixes",
"path": "https://fhir.dghs.gov.bd/core/0.4.1/",
"status": "trial-use",
"sequence": "STU 1"
},
{
"version": "0.4.0",
"date": "2026-04-06",

View File

@@ -11,6 +11,30 @@
"status": "ci-build",
"current": true
},
{
"version": "0.4.3",
"date": "2026-04-06",
"desc": "minor bug fixes",
"path": "https://fhir.dghs.gov.bd/core/0.4.3/",
"status": "trial-use",
"sequence": "STU 1"
},
{
"version": "0.4.2",
"date": "2026-04-06",
"desc": "Patient profile minor bug fixes",
"path": "https://fhir.dghs.gov.bd/core/0.4.2/",
"status": "trial-use",
"sequence": "STU 1"
},
{
"version": "0.4.1",
"date": "2026-04-06",
"desc": "DGDA Drug and LOINC Integration with minor bug fixes",
"path": "https://fhir.dghs.gov.bd/core/0.4.1/",
"status": "trial-use",
"sequence": "STU 1"
},
{
"version": "0.4.0",
"date": "2026-04-06",