1 Commits

Author SHA1 Message Date
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 24 additions and 4 deletions

View File

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

View File

@@ -21,7 +21,11 @@ Patient profile for Bangladesh.
// Require a text element // Require a text element
* name.text 1..1 MS * name.text 1..1 MS
// Require translation extensions on text // Require translation extensions on text — sliced by lang sub-extension value
* name.text.extension ^slicing.discriminator.type = #value
* 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 2..* MS
* name.text.extension contains * name.text.extension contains
$translation named nameEn 1..1 MS and $translation named nameEn 1..1 MS and

View File

@@ -11,6 +11,14 @@
"status": "ci-build", "status": "ci-build",
"current": true "current": true
}, },
{
"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", "version": "0.4.0",
"date": "2026-04-06", "date": "2026-04-06",

View File

@@ -11,6 +11,14 @@
"status": "ci-build", "status": "ci-build",
"current": true "current": true
}, },
{
"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", "version": "0.4.0",
"date": "2026-04-06", "date": "2026-04-06",