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

This commit is contained in:
2026-04-06 23:11:12 +06:00
parent e9561f15b3
commit d88695dd8b
19 changed files with 829 additions and 58 deletions

View File

@@ -0,0 +1,33 @@
Instance: BDMedicationExample
InstanceOf: BDMedication
Title: "Medication Example — Marvelous Fe (Combination Drug)"
Description: """
Example BDMedication instance for Marvelous Fe, a combination drug containing
ferrous sulphate and folic acid. Demonstrates multi-ingredient handling with
ICD-11 MMS substance codes populated from OCL Has-active-ingredient mappings.
Dose form coded using EDQM Standard Terms.
"""
Usage: #example
* code.coding[0].system = "https://dgda.gov.bd/drug-registry"
* code.coding[0].code = #353-0026-039--marvelous-fe
* code.coding[0].display = "Marvelous Fe"
* code.text = "Marvelous Fe"
* form.coding[0].system = "http://standardterms.edqm.eu"
* form.coding[0].code = #10219000
* form.coding[0].display = "Tablet"
// Ingredient 1: Ferrous Sulphate → ICD-11 XM substance code
* ingredient[0].itemCodeableConcept.coding[0].system = "http://id.who.int/icd/release/11/mms"
* ingredient[0].itemCodeableConcept.coding[0].code = #XM3SQ1
* ingredient[0].itemCodeableConcept.coding[0].display = "Ferrous sulphate"
* ingredient[0].itemCodeableConcept.text = "Ferrous sulphate"
* ingredient[0].isActive = true
// Ingredient 2: Folic Acid → ICD-11 XM substance code
* ingredient[1].itemCodeableConcept.coding[0].system = "http://id.who.int/icd/release/11/mms"
* ingredient[1].itemCodeableConcept.coding[0].code = #XM7R82
* ingredient[1].itemCodeableConcept.coding[0].display = "Folic acid"
* ingredient[1].itemCodeableConcept.text = "Folic acid"
* ingredient[1].isActive = true