View raw Markdown
type: exampleresource: Practitionerexample: practitioner-example-xcda-author

Practitioner Example: practitioner-example-xcda-author

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<Practitioner xmlns="http://hl7.org/fhir" xmlns:xhtml="http://www.w3.org/1999/xhtml"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://hl7.org/fhir   ../../schema/practitioner.xsd">
  <id value="xcda-author"/>
  <text>
    <status value="generated"/>
    <xhtml:div>
      <xhtml:p>Harold Hippocrates, MD</xhtml:p>
    </xhtml:div>
  </text>
  <name>
    <family value="Hippocrates"/>
    <given value="Harold"/>
    <suffix value="MD"/>
  </name>
</Practitioner>