Bangladesh Core FHIR Implementation Guide
0.4.0 - Published by DGHS, MoHFW
Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the Directory of published versions
| Page standards status: Informative |
@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:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "BDPatientExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.dghs.gov.bd/core/StructureDefinition/bd-patient"^^xsd:anyURI ;
fhir:l <https://fhir.dghs.gov.bd/core/StructureDefinition/bd-patient> ] )
] ; #
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: Patient BDPatientExample</b></p><a name=\"BDPatientExample\"> </a><a name=\"hcBDPatientExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-bd-patient.html\">Patient Profile for Bangladesh</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Abul Kashem(official) Male, DoB: 1985-05-20 ( National ID)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">House 12, Road 5 Dhamrai 1350 BD (home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's professed religious affiliations.\"><a href=\"http://hl7.org/fhir/extensions/5.2.0/StructureDefinition-patient-religion.html\">Patient Religion</a></td><td colspan=\"3\"><span title=\"Codes:{https://fhir.dghs.gov.bd/core/CodeSystem/bd-religions-cs islam}\">Islam</span></td></tr></table></div><div xml:lang=\"de\" lang=\"de\"><hr/><p><b>German</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Patient BDPatientExample</b></p><a name=\"de-BDPatientExample\"> </a><a name=\"de-hcBDPatientExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-bd-patient.html\">Patient Profile for Bangladesh</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Abul Kashem(official) Male, DoB: 1985-05-20 ( National ID)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">House 12, Road 5 Dhamrai 1350 BD (home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's professed religious affiliations.\"><a href=\"http://hl7.org/fhir/extensions/5.2.0/StructureDefinition-patient-religion.html\">Patient Religion</a></td><td colspan=\"3\"><span title=\"Codes:{https://fhir.dghs.gov.bd/core/CodeSystem/bd-religions-cs islam}\">Islam</span></td></tr></table></div><div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p class=\"res-header-id\"><b>Narratif généré : Patient BDPatientExample</b></p><a name=\"fr-BDPatientExample\"> </a><a name=\"fr-hcBDPatientExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-bd-patient.html\">Patient Profile for Bangladesh</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Abul Kashem(official) Male, Date de Naissance :1985-05-20 ( National ID)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Moyens de contacter le Patient\">Coordonnées</td><td colspan=\"3\">House 12, Road 5 Dhamrai 1350 BD (home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's professed religious affiliations.\"><a href=\"http://hl7.org/fhir/extensions/5.2.0/StructureDefinition-patient-religion.html\">Patient Religion</a></td><td colspan=\"3\"><span title=\"Codes :{https://fhir.dghs.gov.bd/core/CodeSystem/bd-religions-cs islam}\">Islam</span></td></tr></table></div></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/patient-religion"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/patient-religion> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://fhir.dghs.gov.bd/core/CodeSystem/bd-religions-cs"^^xsd:anyURI ;
fhir:l <https://fhir.dghs.gov.bd/core/CodeSystem/bd-religions-cs> ] ;
fhir:code [ fhir:v "islam" ] ;
fhir:display [ fhir:v "Islam" ] ] ) ]
] ) ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "https://fhir.dghs.gov.bd/core/CodeSystem/bd-identifier-type"^^xsd:anyURI ;
fhir:l <https://fhir.dghs.gov.bd/core/CodeSystem/bd-identifier-type> ] ;
fhir:code [ fhir:v "NID" ] ] ) ] ;
fhir:system [
fhir:v "http://dghs.gov.bd/identifier/nid"^^xsd:anyURI ;
fhir:l <http://dghs.gov.bd/identifier/nid> ] ;
fhir:value [ fhir:v "1234567890" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [
fhir:v "Abul Kashem" ;
( fhir:extension [
( fhir:extension [
fhir:url [
fhir:v "lang"^^xsd:anyURI ;
fhir:l fhir:lang ] ;
fhir:value [
a fhir:Code ;
fhir:v "en" ] ] [
fhir:url [
fhir:v "content"^^xsd:anyURI ;
fhir:l fhir:content ] ;
fhir:value [
a fhir:String ;
fhir:v "Abul Kashem" ] ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/translation> ] ] [
( fhir:extension [
fhir:url [
fhir:v "lang"^^xsd:anyURI ;
fhir:l fhir:lang ] ;
fhir:value [
a fhir:Code ;
fhir:v "bn" ] ] [
fhir:url [
fhir:v "content"^^xsd:anyURI ;
fhir:l fhir:content ] ;
fhir:value [
a fhir:String ;
fhir:v "আবুল কাশেম" ] ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/translation> ] ] ) ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1985-05-20"^^xsd:date] ; #
fhir:address ( [
( fhir:extension [
fhir:url [
fhir:v "https://fhir.dghs.gov.bd/core/StructureDefinition/bd-divisions"^^xsd:anyURI ;
fhir:l <https://fhir.dghs.gov.bd/core/StructureDefinition/bd-divisions> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes"^^xsd:anyURI ;
fhir:l <https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes> ] ;
fhir:code [ fhir:v "30" ] ;
fhir:display [ fhir:v "Dhaka" ] ] ) ] ] [
fhir:url [
fhir:v "https://fhir.dghs.gov.bd/core/StructureDefinition/bd-upazillas"^^xsd:anyURI ;
fhir:l <https://fhir.dghs.gov.bd/core/StructureDefinition/bd-upazillas> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes"^^xsd:anyURI ;
fhir:l <https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes> ] ;
fhir:code [ fhir:v "3026" ] ;
fhir:display [ fhir:v "Dhamrai" ] ] ) ] ] ) ;
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "House 12, Road 5" ] ) ;
fhir:city [ fhir:v "Dhamrai" ] ;
fhir:district [ fhir:v "Dhaka" ] ;
fhir:postalCode [ fhir:v "1350" ] ;
fhir:country [ fhir:v "BD" ]
] ) . #
IG © 2025+ Directorate General of Health Services (DGHS), Bangladesh. Package bd.fhir.core#0.4.0 based on FHIR 4.0.1. Generated 2026-04-06
Links: Table of Contents |
QA Report