<?xml version=“1.0” encoding=“UTF-8”?> <Practitioner xmlns=“hl7.org/fhir”>

<id value="xcda1"/>   
<meta>
  <security>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
    <code value="HTEST"/>
    <display value="test health data"/>
  </security>
</meta>
<identifier>
  <use value="official"/>
  <system value="http://healthcare.example.org/identifiers/staff"/>
  <value value="D234123"/>
</identifier>
<name>
  <family value="Dopplemeyer"/>
  <given value="Sherry"/>
</name>
<telecom>
  <system value="email"/>
  <value value="john.doe@healthcare.example.org"/>
</telecom>

</Practitioner>