13 Commits

Author SHA1 Message Date
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
f86f4a7f2c #
All checks were successful
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Successful in 7m14s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Successful in 12s
2026-04-10 16:04:20 +06:00
03d49f4eb6 #
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been cancelled
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Has been cancelled
2026-04-10 15:49:24 +06:00
ad91d12875 #
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been cancelled
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Has been cancelled
2026-04-10 15:46:45 +06:00
3363403c8e #
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Waiting to run
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been cancelled
2026-04-10 15:29:52 +06:00
311a853c31 #
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Failing after 2s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been skipped
2026-04-10 15:28:01 +06:00
f8a13f1b19 #
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Failing after 31s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been skipped
2026-04-10 15:11:11 +06:00
db8c1e2119 #
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Failing after 30s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been skipped
2026-04-10 15:04:45 +06:00
8147d76ebd #
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Failing after 32s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been skipped
2026-04-10 14:52:58 +06:00
39fe848fd4 modified ci/cd
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Failing after 1m17s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been skipped
2026-04-10 14:37:44 +06:00
593e8cbb11 Prepare 0.4.1
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Failing after 38m45s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been skipped
2026-04-10 12:09:45 +06:00
55aa2340ad # 2026-04-07 15:32:42 +06:00
8 changed files with 71 additions and 10 deletions

View File

@@ -382,10 +382,11 @@ jobs:
cp -r /home/publisher/ig /tmp/build/ig cp -r /home/publisher/ig /tmp/build/ig
cd /tmp/build/ig cd /tmp/build/ig
mkdir -p input-cache
curl -L -o input-cache/publisher.jar https://supervision.dghs.gov.bd/publisher.jar
ls -lh input-cache
rm -f package-list.json rm -f package-list.json
_updatePublisher.sh -y
_genonce.sh _genonce.sh
") ")

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.0"/> <version value="0.4.3"/>
<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

@@ -16,7 +16,7 @@ Guide (BD-Core-FHIR-IG) published by DGHS/MoHFW.
""" """
* code 1..1 MS * code 1..1 MS
* code from bd-condition-icd11-diagnosis-valueset (preferred) * code from bd-condition-icd11-diagnosis-valueset (required)
* code ^comment = """ * code ^comment = """
Condition.code SHALL contain at least one coding conforming to the Condition.code SHALL contain at least one coding conforming to the
coding[stem] slice with system = http://id.who.int/icd/release/11/mms. coding[stem] slice with system = http://id.who.int/icd/release/11/mms.

View File

@@ -60,5 +60,7 @@ for inpatient and outpatient prescriptions where an encounter record exists.
* basedOn only Reference(BDMedicationRequest or ServiceRequest or CarePlan or ImmunizationRecommendation) * basedOn only Reference(BDMedicationRequest or ServiceRequest or CarePlan or ImmunizationRecommendation)
* basedOn ^short = "Plan or request this prescription is based on" * basedOn ^short = "Plan or request this prescription is based on"
* dosageInstruction 0..* MS
* dosageInstruction.route MS
* dosageInstruction.route from BDRouteOfAdministrationVS (required) * dosageInstruction.route from BDRouteOfAdministrationVS (required)
* dosageInstruction.route ^short = "Route of administration coded using HL7 v3 RouteOfAdministration" * dosageInstruction.route ^short = "Route of administration coded using HL7 v3 RouteOfAdministration"

View File

@@ -13,25 +13,35 @@ Patient profile for Bangladesh.
""" """
// ----- Begin rules: // ----- Begin rules:
// Require exactly one HumanName
* name 1..1 MS * name 1..1 MS
* name.use 1..1 * name.use 1..1
* name.use = #official (exactly) * name.use = #official (exactly)
// Require a text element
* name.text 1..1 MS * 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 = #value
* name.text.extension ^slicing.discriminator.path = "url"
* 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
$translation named nameBn 1..1 MS $translation named nameBn 1..1 MS
// Constraints on English name // English name — pattern discriminated by lang=en
* name.text.extension[nameEn] ^short = "English name translation"
* name.text.extension[nameEn].extension ^slicing.discriminator.type = #value
* name.text.extension[nameEn].extension ^slicing.discriminator.path = "url"
* name.text.extension[nameEn].extension ^slicing.rules = #open
* name.text.extension[nameEn].extension[lang].valueCode = #en (exactly) * name.text.extension[nameEn].extension[lang].valueCode = #en (exactly)
* name.text.extension[nameEn].extension[content] 1..1 MS * name.text.extension[nameEn].extension[content] 1..1 MS
// Constraints on Bangla name // Bangla name — pattern discriminated by lang=bn
* name.text.extension[nameBn] ^short = "Bangla name translation"
* name.text.extension[nameBn].extension ^slicing.discriminator.type = #value
* name.text.extension[nameBn].extension ^slicing.discriminator.path = "url"
* name.text.extension[nameBn].extension ^slicing.rules = #open
* name.text.extension[nameBn].extension[lang].valueCode = #bn (exactly) * name.text.extension[nameBn].extension[lang].valueCode = #bn (exactly)
* name.text.extension[nameBn].extension[content] 1..1 MS * name.text.extension[nameBn].extension[content] 1..1 MS

View File

@@ -22,7 +22,7 @@ DGDA plain text dose forms to EDQM codes is planned for a future IG version.
**OCL source:** https://tr.ocl.dghs.gov.bd/#/orgs/MoHFW/sources/EDQM-PDF/ **OCL source:** https://tr.ocl.dghs.gov.bd/#/orgs/MoHFW/sources/EDQM-PDF/
""" """
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-medication-dose-form" * ^url = "https://fhir.dghs.gov.bd/core/ValueSet/edqm-dose-forms"
* ^version = "1.0.0" * ^version = "1.0.0"
* ^status = #active * ^status = #active
* ^experimental = false * ^experimental = false

View File

@@ -11,6 +11,30 @@
"status": "ci-build", "status": "ci-build",
"current": true "current": true
}, },
{
"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",
"desc": "DGDA Drug and LOINC Integration",
"path": "https://fhir.dghs.gov.bd/core/0.4.0/",
"status": "trial-use",
"sequence": "STU 1"
},
{ {
"version": "0.3.0", "version": "0.3.0",
"date": "2026-03-08", "date": "2026-03-08",

View File

@@ -11,6 +11,30 @@
"status": "ci-build", "status": "ci-build",
"current": true "current": true
}, },
{
"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",
"desc": "DGDA Drug and LOINC Integration",
"path": "https://fhir.dghs.gov.bd/core/0.4.0/",
"status": "trial-use",
"sequence": "STU 1"
},
{ {
"version": "0.3.0", "version": "0.3.0",
"date": "2026-03-08", "date": "2026-03-08",