2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Organization-example-f201-aumc.xml

Raw XML (canonical form)

Real-world organization example (Artis UMC) (id = "f201")

Raw XML

<Organization xmlns="http://hl7.org/fhir">
  <id value="f201"/>
    <identifier>
        <!--  Identifier for the AUMC  -->
        <use value="official"/>
        <label value="Zorginstelling naam"/>
        <system value="http://www.zorgkaartnederland.nl/"/>
        <value value="Artis University Medical Center"/>
    </identifier>
    <name value="Artis University Medical Center (AUMC)"/>
    <type>
        <!--  AUMC is an Academic Medical Center  -->
        <coding>
            <system value="http://snomed.info/sct"/>
            <code value="405608006"/>
            <display value="Academic Medical Center"/>
        </coding>
        <coding>
            <system value="urn:oid:2.16.840.1.113883.2.4.15.1060"/>
            <!--   RoleCodeNLUZIRoleCodeOrganisaties   -->
            <code value="V6"/>
            <display value="University Medical Hospital"/>
        </coding>
        <coding>
            <system value="http://hl7.org/fhir/organization-type"/>
            <code value="prov"/>
            <display value="Healthcare Provider"/>
        </coding>
    </type>
    <telecom>
        <!--  AUMC's contact detail  -->
        <system value="phone"/>
        <value value="+31715269111"/>
        <use value="work"/>
    </telecom>
    <address><!--  AUMC's address  -->
        <use value="work"/>
        <line value="Walvisbaai 3"/>    
        <city value="Den Helder"/>
        <postalCode value="2333ZA"/>
        <country value="NLD"/><!--  ISO 3166 3 letter code  -->
     </address>
    <!--  The AUMC is in active use  -->
<!--      &lt;accreditation&gt;
        &lt;!-\-HIMSS-6 Accreditation-\-&gt;
        &lt;identifier&gt;
            &lt;label value=&quot;AUMC's HIMMS Stage 6 accreditation&quot;/&gt;
            &lt;system value=&quot;http://www.himss.org/&quot;/&gt;
            &lt;value value=&quot;HIMSS Stage 6 accreditation&quot;/&gt;
        &lt;/identifier&gt;
    &lt;/accreditation&gt;
    &lt;accreditation&gt;
        &lt;!-\-NIAZ accreditation-\-&gt;
        &lt;identifier&gt;
            &lt;!-\-Identifier for the accreditation -\-&gt;
            &lt;label value=&quot;AUMC's NIAZ accreditation&quot;/&gt;
            &lt;system value=&quot;http://www.niaz.nl/&quot;/&gt;
            &lt;value value=&quot;NIAZ accreditation&quot;/&gt;
        &lt;/identifier&gt;
        &lt;period&gt;
            &lt;start value=&quot;2000-01-01&quot;/&gt;
            &lt;end value=&quot;2013-12-31&quot;/&gt;
        &lt;/period&gt;
    &lt;/accreditation&gt;   -->
    <contact>
        <!--  Contact for the AUMC  -->
        <name>
            <use value="official"/>
            <text value="Professor Brand"/>
            <family value="Brand"/>
            <given value="Ronald"/>
            <prefix value="Prof.Dr."/>
        </name>
        <telecom>
            <system value="phone"/>
            <value value="+31715269702"/>
            <use value="work"/>
        </telecom>
        <address>
            <line value="Walvisbaai 3"/>
            <line value="Gebouw 2"/>  
            <city value="Den helder"/>
            <postalCode value="2333ZA"/>
            <country value="NLD"/><!--  ISO 3166 3 letter code  -->
        </address>
    </contact>
    <active value="true"/>
</Organization>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.