Bangladesh Core FHIR Implementation Guide
0.4.3 - 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

: Example Practitioner - BDPractitionerExample - XML Representation

Page standards status: Informative

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="BDPractitionerExample"/>
  <meta>
    <profile
             value="https://fhir.dghs.gov.bd/core/StructureDefinition/bd-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MD"/>
        <display value="Medical License number"/>
      </coding>
    </type>
    <system
            value="https://fhir.dghs.gov.bd/core/identifier/bmdc-registration"/>
    <value value="A-12345"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Ahmed"/>
    <given value="Tanvir"/>
    <prefix value="Dr."/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+8801712345678"/>
    <use value="work"/>
  </telecom>
  <gender value="male"/>
</Practitioner>