Bangladesh Core FHIR Implementation Guide
0.4.2 - 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 |
{
"resourceType" : "Practitioner",
"id" : "BDPractitionerExample",
"meta" : {
"profile" : [
🔗 "https://fhir.dghs.gov.bd/core/StructureDefinition/bd-practitioner"
]
},
"text" : {
"status" : "generated",
"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: Practitioner BDPractitionerExample</b></p><a name=\"BDPractitionerExample\"> </a><a name=\"hcBDPractitionerExample\"> </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-practitioner.html\">Practitioner for Bangladesh</a></p></div><p><b>identifier</b>: Medical License number/A-12345</p><p><b>name</b>: Tanvir Ahmed (Official)</p><p><b>telecom</b>: <a href=\"tel:+8801712345678\">+8801712345678</a></p><p><b>gender</b>: Male</p></div><div xml:lang=\"de\" lang=\"de\"><hr/><p><b>German</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Practitioner BDPractitionerExample</b></p><a name=\"de-BDPractitionerExample\"> </a><a name=\"de-hcBDPractitionerExample\"> </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-practitioner.html\">Practitioner for Bangladesh</a></p></div><p><b>identifier</b>: Medical License number/A-12345</p><p><b>name</b>: Tanvir Ahmed (Official)</p><p><b>telecom</b>: <a href=\"tel:+8801712345678\">+8801712345678</a></p><p><b>gender</b>: Male</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é : Praticien BDPractitionerExample</b></p><a name=\"fr-BDPractitionerExample\"> </a><a name=\"fr-hcBDPractitionerExample\"> </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-practitioner.html\">Practitioner for Bangladesh</a></p></div><p><b>identifier</b>: Medical License number/A-12345</p><p><b>name</b>: Tanvir Ahmed (Official)</p><p><b>telecom</b>: <a href=\"tel:+8801712345678\">+8801712345678</a></p><p><b>gender</b>: Male</p></div></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MD",
"display" : "Medical License number"
}
]
},
"system" : "https://fhir.dghs.gov.bd/core/identifier/bmdc-registration",
"value" : "A-12345"
}
],
"name" : [
{
"use" : "official",
"family" : "Ahmed",
"given" : [
"Tanvir"
],
"prefix" : [
"Dr."
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+8801712345678",
"use" : "work"
}
],
"gender" : "male"
}