View raw Markdown
type: exampleresource: Practitionerexample: practitioner-example-xcda1

Practitioner Example: practitioner-example-xcda1

Example XML

<Practitioner xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/practitioner.xsd">
  <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>