Bangladesh Core FHIR Implementation Guide
0.2.0 - Published by MoHFW Bangladesh flag

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

: Bangladesh Upazila ValueSet - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bd-upazilla-code-valueset"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<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: ValueSet bd-upazilla-code-valueset</b></p><a name=\"bd-upazilla-code-valueset\"> </a><a name=\"hcbd-upazilla-code-valueset\"> </a><ul><li>Include codes from<a href=\"CodeSystem-bd-geocodes.html\"><code>https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes</code></a> version <span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\">?0.2.0</span> where code  matches (by regex) ^[0-9]{8}$</li></ul></div><div xml:lang=\"de\" lang=\"de\"><hr/><p><b>German</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: ValueSet bd-upazilla-code-valueset</b></p><a name=\"de-bd-upazilla-code-valueset\"> </a><a name=\"de-hcbd-upazilla-code-valueset\"> </a><ul><li>Include codes from<a href=\"CodeSystem-bd-geocodes.html\"><code>https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes</code></a> version <span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\">?0.2.0</span> where code  matches (by regex) ^[0-9]{8}$</li></ul></div><div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p class=\"res-header-id\"><b>Narratif généré : EnsembleValeurs bd-upazilla-code-valueset</b></p><a name=\"fr-bd-upazilla-code-valueset\"> </a><a name=\"fr-hcbd-upazilla-code-valueset\"> </a><ul><li>Include codes provenant de<a href=\"CodeSystem-bd-geocodes.html\"><code>https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes</code></a> version <span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\">?0.2.0</span> où code  matches (by regex) ^[0-9]{8}$</li></ul></div></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
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:value [
a fhir:canonical ;
fhir:v "https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core"^^xsd:anyURI ;
fhir:link <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:value [
a fhir:code ;
fhir:v "informative" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core"^^xsd:anyURI ;
fhir:link <https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core>         ]       ] )     ]
  ] ) ; # 
  fhir:url [ fhir:v "https://fhir.dghs.gov.bd/core/ValueSet/bd-upazilla-code-valueset"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "BDUpazillasVS"] ; # 
  fhir:title [ fhir:v "Bangladesh Upazila ValueSet"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-10-06T15:46:52+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 "Bangladesh Upazila Codes (only two-digit codes)"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "050" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "code" ] ;
fhir:op [ fhir:v "regex" ] ;
fhir:value [ fhir:v "^[0-9]{8}$" ]       ] )     ] )
  ] . #