Koppelmij Implementation Guide
0.1.0 - ci-build

Koppelmij Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: KoppelMij-Practitioner-De-Haard - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="KoppelMij-Practitioner-De-Haard"/>
  <meta>
    <profile
             value="http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Zorgverlener: A. de Haard<br/>BIG-nummer: 12070100<br/>Telefoon: +31612345600<br/>E-mail: dehaard@huisarts.nl<br/>Adres: Simon Smitweg 1, 2353 GA Leiderdorp, Nederland</div>
  </text>
  <identifier>
    <system value="http://fhir.nl/fhir/NamingSystem/big"/>
    <value value="12070100"/>
  </identifier>
  <name>
    <use value="official"/>
    <text value="A. de Haard"/>
    <family value="de Haard">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/humanname-own-prefix">
        <valueString value="de"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
        <valueString value="Haard"/>
      </extension>
    </family>
    <given value="A.">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="IN"/>
      </extension>
    </given>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+31612345600"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="dehaard@huisarts.nl"/>
    <use value="work"/>
  </telecom>
</Practitioner>