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-Vonk - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="KoppelMij-Practitioner-Vonk"/>
  <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: M. Vonk<br/>BIG-nummer: 12082100<br/>Telefoon: +31612555600<br/>E-mail: vonk@ggz.nl<br/>Adres: Simon Smitweg 1, 2353 GA Leiderdorp, Nederland</div>
  </text>
  <identifier>
    <system value="http://fhir.nl/fhir/NamingSystem/big"/>
    <value value="12082100"/>
  </identifier>
  <name>
    <use value="official"/>
    <text value="M. Vonk"/>
    <family value="Vonk">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
        <valueString value="Vonk"/>
      </extension>
    </family>
    <given value="M.">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="IN"/>
      </extension>
    </given>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+31612555600"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="vonk@ggz.nl"/>
    <use value="work"/>
  </telecom>
  <address>
    <extension
               url="http://nictiz.nl/fhir/StructureDefinition/ext-AddressInformation.AddressType">
      <valueCodeableConcept>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/v3-AddressUse"/>
          <code value="WP"/>
          <display value="Work Place"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <use value="work"/>
    <line value="Simon Smitweg 1">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="Simon Smitweg"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="1"/>
      </extension>
    </line>
    <city value="Leiderdorp"/>
    <postalCode value="2353 GA"/>
    <country value="Nederland">
      <extension
                 url="http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification">
        <valueCodeableConcept>
          <coding>
            <system value="urn:iso:std:iso:3166"/>
            <code value="NL"/>
            <display value="Netherlands"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </country>
  </address>
</Practitioner>