This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

 

CDA Example Author (id = "xcda-author")

<Person xmlns="http://hl7.org/fhir">
  <name>
    <family>Dolin</family>
    <given>Bob</given>
    <suffix>MD</suffix>
  </name>
  <text>
    <status>generated</status>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Bob Dolin, MD</p>
    </div>
  </text>
</Person>