Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 48cf707ea6 | |||
| 52d5726641 | |||
| 29a4f238bf | |||
| f86f4a7f2c | |||
| 03d49f4eb6 | |||
| ad91d12875 | |||
| 3363403c8e | |||
| 311a853c31 | |||
| f8a13f1b19 | |||
| db8c1e2119 | |||
| 8147d76ebd | |||
| 39fe848fd4 | |||
| 593e8cbb11 | |||
| 55aa2340ad |
@@ -382,10 +382,11 @@ jobs:
|
||||
cp -r /home/publisher/ig /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
|
||||
|
||||
_updatePublisher.sh -y
|
||||
_genonce.sh
|
||||
")
|
||||
|
||||
|
||||
@@ -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.0"/>
|
||||
<version value="0.4.4"/>
|
||||
<name value="BangladeshCoreFHIRIG"/>
|
||||
<title value="Bangladesh Core FHIR Implementation Guide"/>
|
||||
<status value="active"/>
|
||||
|
||||
@@ -16,7 +16,7 @@ Guide (BD-Core-FHIR-IG) published by DGHS/MoHFW.
|
||||
"""
|
||||
|
||||
* code 1..1 MS
|
||||
* code from bd-condition-icd11-diagnosis-valueset (preferred)
|
||||
* code from bd-condition-icd11-diagnosis-valueset (required)
|
||||
* code ^comment = """
|
||||
Condition.code SHALL contain at least one coding conforming to the
|
||||
coding[stem] slice with system = http://id.who.int/icd/release/11/mms.
|
||||
|
||||
@@ -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 ^short = "Plan or request this prescription is based on"
|
||||
|
||||
* dosageInstruction 0..* MS
|
||||
* dosageInstruction.route MS
|
||||
* dosageInstruction.route from BDRouteOfAdministrationVS (required)
|
||||
* dosageInstruction.route ^short = "Route of administration coded using HL7 v3 RouteOfAdministration"
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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/
|
||||
"""
|
||||
|
||||
* ^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"
|
||||
* ^status = #active
|
||||
* ^experimental = false
|
||||
|
||||
@@ -11,6 +11,38 @@
|
||||
"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",
|
||||
"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",
|
||||
"date": "2026-03-08",
|
||||
|
||||
@@ -11,6 +11,38 @@
|
||||
"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",
|
||||
"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",
|
||||
"date": "2026-03-08",
|
||||
|
||||
Reference in New Issue
Block a user