diff --git a/input/fsh/codeSystems/BDDGDADrugCS.fsh b/input/fsh/codeSystems/BDDGDADrugCS.fsh index 3b304c1..8b7fafe 100644 --- a/input/fsh/codeSystems/BDDGDADrugCS.fsh +++ b/input/fsh/codeSystems/BDDGDADrugCS.fsh @@ -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. """ diff --git a/input/fsh/codeSystems/ICD11MMSCS.fsh b/input/fsh/codeSystems/ICD11MMSCS.fsh index 151d9fd..1b92e02 100644 --- a/input/fsh/codeSystems/ICD11MMSCS.fsh +++ b/input/fsh/codeSystems/ICD11MMSCS.fsh @@ -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} diff --git a/input/fsh/namingSystems/ICD11MMSNamingSystem.fsh b/input/fsh/namingSystems/ICD11MMSNamingSystem.fsh index 96f62da..69db6a5 100644 --- a/input/fsh/namingSystems/ICD11MMSNamingSystem.fsh +++ b/input/fsh/namingSystems/ICD11MMSNamingSystem.fsh @@ -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 diff --git a/input/fsh/profile/BDMedication.fsh b/input/fsh/profile/BDMedication.fsh index ab6659f..b545265 100644 --- a/input/fsh/profile/BDMedication.fsh +++ b/input/fsh/profile/BDMedication.fsh @@ -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. diff --git a/input/fsh/profile/BDMedicationRequest.fsh b/input/fsh/profile/BDMedicationRequest.fsh index bb732bf..60256a1 100644 --- a/input/fsh/profile/BDMedicationRequest.fsh +++ b/input/fsh/profile/BDMedicationRequest.fsh @@ -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 diff --git a/input/fsh/valueSets/BDMedicationDoseFormVS.fsh b/input/fsh/valueSets/BDMedicationDoseFormVS.fsh index 24f16c8..a324595 100644 --- a/input/fsh/valueSets/BDMedicationDoseFormVS.fsh +++ b/input/fsh/valueSets/BDMedicationDoseFormVS.fsh @@ -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.