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}