Prepare 0.4.0: DGDA Drug and LOINC Integration fixed syntax
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Failing after 8m6s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been skipped

This commit is contained in:
2026-04-06 23:51:17 +06:00
parent 3f62ec237b
commit 68a428f084
6 changed files with 13 additions and 13 deletions

View File

@@ -11,10 +11,10 @@ This code system contains two concept classes:
- **Drug**: Finished pharmaceutical drug products (identified by DAR number and trade name)
- **Ingredient**: Raw material / active pharmaceutical ingredients
Concept IDs follow the format: `{DAR-number}--{trade-name-slug}`
Example: `353-0026-039--marvelous-fe`
Concept IDs follow the format: {DAR-number}--{trade-name-slug}
Example: 353-0026-039--marvelous-fe
**Canonical URL note:** `https://dgda.gov.bd/drug-registry` is a logical identifier
**Canonical URL note:** https://dgda.gov.bd/drug-registry is a logical identifier
only and does not resolve to a web endpoint.
"""

View File

@@ -17,7 +17,7 @@ The authoritative content is maintained by the World Health Organization.
In Bangladesh, runtime code validation and lookup are delegated to the
national OCL terminology server at https://tr.ocl.dghs.gov.bd.
Supported operations (use `system=` parameter, not `url=`):
Supported operations (use system= parameter, not url=):
- $validate-code: https://tr.ocl.dghs.gov.bd/api/fhir/CodeSystem/$validate-code?system=http://id.who.int/icd/release/11/mms&code={code}
- $lookup: https://tr.ocl.dghs.gov.bd/api/fhir/CodeSystem/$lookup?system=http://id.who.int/icd/release/11/mms&code={code}

View File

@@ -23,7 +23,7 @@ Linearization URIs are not used as code identifiers in this IG.
National terminology resolver (OCL):
https://tr.ocl.dghs.gov.bd
Supported OCL operations (use `system=` parameter, not `url=`):
Supported OCL operations (use system= parameter, not url=):
- $validate-code: https://tr.ocl.dghs.gov.bd/api/fhir/CodeSystem/$validate-code
?system=http://id.who.int/icd/release/11/mms&code={code}
- $lookup: https://tr.ocl.dghs.gov.bd/api/fhir/CodeSystem/$lookup

View File

@@ -13,9 +13,9 @@ International Patient Summary (IPS) generation and cross-border data exchange.
Ingredient data is system-populated from OCL Has-active-ingredient mappings and
is not required to be entered manually by clinicians.
Combination drugs are supported via the repeating `ingredient` element.
Combination drugs are supported via the repeating ingredient element.
Unmatched ingredients (not yet mapped to ICD-11 substances) may be represented
using `ingredient.itemCodeableConcept.text` without a coded value.
using ingredient.itemCodeableConcept.text without a coded value.
Dose form is optional and should be coded using EDQM Standard Terms when
populated. Dose form is derivable from the DGDA drug concept via OCL lookup.

View File

@@ -4,13 +4,13 @@ Parent: MedicationRequest
Title: "Medication Request Profile for Bangladesh"
Description: """
Profile of the MedicationRequest resource for the Bangladesh National Health
Information Exchange (HIE). Prescriptions must reference a `BDMedication`
Information Exchange (HIE). Prescriptions must reference a BDMedication
resource coded against the DGDA Drug Registry, ensuring all prescribed
medications are traceable to DGDA-registered drug products.
This profile constrains medication references to `BDMedication` only.
Inline `medicationCodeableConcept` is not permitted — all medication data
must be carried in a referenced `BDMedication` resource to support ingredient
This profile constrains medication references to BDMedication only.
Inline medicationCodeableConcept is not permitted — all medication data
must be carried in a referenced BDMedication resource to support ingredient
coding for IPS and cross-border data exchange.
Route of administration is coded using HL7 v3 RouteOfAdministration served

View File

@@ -7,14 +7,14 @@ Directorate for the Quality of Medicines (EDQM) Standard Terms, domain:
Pharmaceutical Dose Forms (PDF).
This value set is used to code the physical form of a medication product
in `BDMedication.form`. EDQM Standard Terms are maintained and versioned
in BDMedication.form. EDQM Standard Terms are maintained and versioned
by the Council of Europe and are the WHO-recommended international standard
for pharmaceutical dose form coding.
Concepts are loaded into the national OCL terminology server at
https://tr.ocl.dghs.gov.bd under the MoHFW organisation as source EDQM-PDF.
**Binding:** preferred on `BDMedication.form` — systems should use EDQM
**Binding:** preferred on BDMedication.form — systems should use EDQM
codes when populating dose form, but omission is permitted. A mapping from
DGDA plain text dose forms to EDQM codes is planned for a future IG version.