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

: ProviderTasks-Practitioner-De-Jong - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="ProviderTasks-Practitioner-De-Jong"/>
  <meta>
    <profile
             value="http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner"/>
  </meta>
  <text>
    <status value="empty"/>
    <div xmlns="http://www.w3.org/1999/xhtml">No human-readable text provided in this case.</div>
  </text>
  <identifier>
    <system value="http://fhir.nl/fhir/NamingSystem/big"/>
    <value value="28910456"/>
  </identifier>
  <name>
    <use value="official"/>
    <text value="L. de Jong"/>
    <family value="de Jong">
      <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="Jong"/>
      </extension>
    </family>
    <given value="L.">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="IN"/>
      </extension>
    </given>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+31655504321"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="l.dejong@huisartspraktijk-example.nl"/>
    <use value="work"/>
  </telecom>
</Practitioner>