Prepare 0.4.0: DGDA Drug and LOINC Integration fixed syntax
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user