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

Practitioner-example-f204-ce.xml

Raw XML (canonical form)

Fictive Nurse (id = "f204")

Raw XML

<Practitioner xmlns="http://hl7.org/fhir">
  <id value="f204"/>
        <!--  Practitioner's personal demographics  -->
        <identifier>
            <!--  The (fictive) identifier for this individual  -->
            <use value="official"/>
            <label value="UZI-nummer"/>
            <system value="urn:oid:2.16.528.1.1007.3.1"/>
            <value value="12345678904"/>
        </identifier>
        <name>
            <use value="usual"/>
            <text value="Carla Espinosa"/>
        </name>
        <telecom>
            <system value="phone"/>
            <value value="+31715262169"/>
            <use value="work"/>
        </telecom>
        <address>
            <use value="work"/>
            <line value="Walvisbaai 3"/>    
            <city value="Den helder"/>
            <postalCode value="2333ZA"/>
            <country value="NLD"/>
        </address>
        <gender value="female"/>
        <birthDate value="1967-11-05"/>
        <!--      &lt;photo&gt;    
        &lt;reference value=&quot;Media/@CE-204.bmp&quot;/&gt;
        &lt;display value=&quot;Picture_Carla_Espinosa&quot;/&gt;
    &lt;/photo&gt;  -->
   
    <practitionerRole>
    <managingOrganization>
        <reference value="Organization/f201"/>
        <display value="AUMC"/>
    </managingOrganization>
    <role>
        <coding>
            <system value="http://snomed.info/sct"/>
            <code value="224565004"/>
            <display value="Renal nurse"/>
        </coding>
    </role>
    <specialty>
        <coding>
            <system value="http://snomed.info/sct"/>
            <code value="9632001"/>
            <display value="Nursing procedure"/>
        </coding>
    </specialty>
    </practitionerRole>
</Practitioner>

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.