<?xml version="1.0" encoding="UTF-8"?>

<Practitioner xmlns="http://hl7.org/fhir">
  <id value="xcda1"/>
  <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>