Allergy (Patient Dossier)
1.2.0 - STU1 Belgium flag

This page is part of the HL7 Belgium FHIR Implementation Guide - Allergy profiles (v1.2.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: practitioner - XML Representation

Raw xml | Download



<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitioner"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2019-07-01T13:30:55.864+00:00"/>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Practitioner</b><a name="practitioner"> </a></p><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">Resource Practitioner &quot;practitioner&quot; Version &quot;1&quot; Updated &quot;2019-07-01 13:30:55+0000&quot; </p><p style="margin-bottom: 0px">Profile: <a href="https://www.ehealth.fgov.be/standards/fhir/core/2.0.1/StructureDefinition-be-practitioner.html">BePractitioner</a></p></div><p><b>identifier</b>: id: BeSSINNamingSystem#79121137740 (use: OFFICIAL), id: BeNIHDINamingSystem#18749704477 (use: OFFICIAL)</p><p><b>name</b>: Katherine Pulaski (OFFICIAL)</p><p><b>telecom</b>: ph: 022675198(WORK), <a href="mailto:katherine.pulaski@enterprisehospital.be">katherine.pulaski@enterprisehospital.be</a>, fax: 022675209(WORK)</p><p><b>address</b>: Jupiterlaan 5, 1853 Grimbergen(HOME)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1979-12-11</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <system
            value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"/>
    <value value="79121137740"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <system
            value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi"/>
    <value value="18749704477"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Pulaski"/>
    <given value="Katherine"/>
    <suffix value="MD"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="022675198"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="katherine.pulaski@enterprisehospital.be"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="022675209"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="home"/>
    <text value="Jupiterlaan 5, 1853 Grimbergen"/>
    <line value="Jupiterlaan 5">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="Jupiterlaan"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="5"/>
      </extension>
    </line>
    <city value="Grimbergen"/>
    <postalCode value="1853"/>
    <country value="BE"/>
  </address>
  <gender value="female"/>
  <birthDate value="1979-12-11"/>
</Practitioner>