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-Organization-GGZ - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="KoppelMij-Organization-GGZ"/>
  <meta>
    <profile
             value="http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Organisatie: GGZ<br/>AGB-code: 12095095<br/>Telefoon: +31653603740<br/>E-mail: huisartsenpraktijk-dehaard@huisarts.nl<br/>Adres: Herculeslaan 1, 3584 AB Utrecht</div>
  </text>
  <identifier>
    <system value="http://fhir.nl/fhir/NamingSystem/agb-z"/>
    <value value="12095095"/>
  </identifier>
  <name value="GGZ"/>
  <telecom>
    <system value="phone"/>
    <value value="+31653603740"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="ggz@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="Herculeslaan 1">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="Herculeslaan"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="1"/>
      </extension>
    </line>
    <city value="Utrecht"/>
    <postalCode value="3584 AB"/>
  </address>
</Organization>