Bangladesh Core FHIR Implementation Guide
0.4.1 - Published by DGHS, MoHFW Bangladesh flag

Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the Directory of published versions

: DGDA Drug Registry Code System - TTL Representation

Page standards status: Informative Maturity Level: 1

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dgda-drug-registry"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem dgda-drug-registry</b></p><a name=\"dgda-drug-registry\"> </a><a name=\"hcdgda-drug-registry\"> </a><p>This case-sensitive code system <code>https://dgda.gov.bd/drug-registry</code> defines codes, but no codes are represented here</p></div><div xml:lang=\"de\" lang=\"de\"><hr/><p><b>German</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem dgda-drug-registry</b></p><a name=\"de-dgda-drug-registry\"> </a><a name=\"de-hcdgda-drug-registry\"> </a><p>This case-sensitive code system <code>https://dgda.gov.bd/drug-registry</code> defines codes, but no codes are represented here</p></div><div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p class=\"res-header-id\"><b>Narratif généré : CodeSystem dgda-drug-registry</b></p><a name=\"fr-dgda-drug-registry\"> </a><a name=\"fr-hcdgda-drug-registry\"> </a><p>This case-sensitive code system <code>https://dgda.gov.bd/drug-registry</code> defines codes, but no codes are represented here</p></div></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 1 ;
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom>         ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core"^^xsd:anyURI ;
fhir:l <https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core>         ]       ] )     ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "informative" ;
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom>         ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core"^^xsd:anyURI ;
fhir:l <https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core>         ]       ] )     ]
  ] ) ; # 
  fhir:url [
fhir:v "https://dgda.gov.bd/drug-registry"^^xsd:anyURI ;
fhir:l <https://dgda.gov.bd/drug-registry>
  ] ; # 
  fhir:version [ fhir:v "0.4.1"] ; # 
  fhir:name [ fhir:v "BDDGDADrugCS"] ; # 
  fhir:title [ fhir:v "DGDA Drug Registry Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-04-10T10:05:14+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Directorate General of Health Services (DGHS), Bangladesh"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://dghs.gov.bd" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code system representing the Drug Registration Authority (DGDA) of Bangladesh's\nofficial drug registry. Concepts are maintained in the national OCL terminology\nserver at https://tr.ocl.dghs.gov.bd and are not enumerated within this\nImplementation Guide.\n\nThis code system contains two concept classes:\n- **Drug**: Finished pharmaceutical drug products (identified by DAR number and trade name)\n- **Ingredient**: Raw material / active pharmaceutical ingredients\n\nConcept IDs follow the format: {DAR-number}--{trade-name-slug}\nExample: 353-0026-039--marvelous-fe\n\n**Canonical URL note:** https://dgda.gov.bd/drug-registry is a logical identifier\nonly and does not resolve to a web endpoint."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "050" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
fhir:v "https://dgda.gov.bd/fhir/ValueSet/registered-drugs"^^xsd:anyURI ;
fhir:l <https://dgda.gov.bd/fhir/ValueSet/registered-drugs>
  ] ; # 
  fhir:content [ fhir:v "not-present"] ; # 
  fhir:count [ fhir:v "39196"^^xsd:nonNegativeInteger] . #