Da Vinci - Member Attribution (ATR) List
2.0.0 - STU 2.0.0 United States of America flag

Da Vinci - Member Attribution (ATR) List, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-atr/ and changes regularly. See the Directory of published versions

: PRovider Organization Example - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="2"/>
  <meta>
    <versionId value="1"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">A human-readable rendering of the Organization</div>
  </text>
  <identifier>
    <system value="urn:oid:2.16.840.1.113883.3.19.2.3"/>
    <value value="666666"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="dept"/>
      <display value="Hospital Department"/>
    </coding>
  </type>
  <name value="Burgers UMC Cardiology unit"/>
  <telecom>
    <system value="phone"/>
    <value value="022-655 2320"/>
  </telecom>
  <address>
    <line value="South Wing, floor 2"/>
  </address>
  <contact>
    <purpose>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/contactentity-type"/>
        <code value="ADMIN"/>
      </coding>
    </purpose>
    <name>
      <text value="mevr. D. de Haan"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="022-655 2321"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="cardio@burgersumc.nl"/>
    </telecom>
    <telecom>
      <system value="fax"/>
      <value value="022-655 2322"/>
    </telecom>
    <address>
      <line value="South Wing, floor 2"/>
    </address>
  </contact>
</Organization>