This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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

Fictive Nurse (id = "f204")

Raw XML

<Practitioner xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Generated Narrative</b>
      </p>
      <p>
        <b>identifier</b>: UZI-nummer = 12345678904 (official)
      </p>
      <p>
        <b>name</b>: Carla Espinosa
      </p>
      <p>
        <b>telecom</b>: ph: +31715262169(work)
      </p>
      <p>
        <b>address</b>: Walvisbaai 3 Den helder 2333ZA NLD (work)
      </p>
      <p>
        <b>gender</b>: 
        <span title="Codes: {http://snomed.info/sct 248152002}">Female</span>
      </p>
      <p>
        <b>birthDate</b>: 5-Nov 1967
      </p>
      <p>
        <b>organization</b>: AUMC
      </p>
      <p>
        <b>role</b>: 
        <span title="Codes: {http://snomed.info/sct 224565004}">Renal nurse</span>
      </p>
      <p>
        <b>specialty</b>: 
        <span title="Codes: {http://snomed.info/sct 9632001}">Nursing procedure</span>
      </p>
    </div>
  </text><!--   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"/>
    <zip value="2333ZA"/>
    <country value="NLD"/>
  </address>
  <gender>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="248152002"/>
      <display value="Female"/>
    </coding>
  </gender>
  <birthDate value="1967-11-05"/><!--       &lt;photo&gt;    
        &lt;reference value=&quot;picture/@CE-204.bmp&quot;/&gt;
        &lt;display value=&quot;Picture_Carla_Espinosa&quot;/&gt;
    &lt;/photo&gt;   -->
  <organization>
    <reference value="Organization/f201"/>
    <display value="AUMC"/>
  </organization>
  <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>
</Practitioner>