Point-of-Care Device Implementation Guide
0.3.0 - STU 1 Ballot

This page is part of the Point-of-care Device FHIR IG (v0.3.0: STU 1 Ballot 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Some Practitioner example - XML Representation

Raw xml | Download



<Practitioner xmlns="http://hl7.org/fhir">
  <id value="SomePractitioner"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>active</b>: true</p><p><b>name</b>: Alice B. Careful </p></div>
  </text>
  <active value="true"/>
  <name>
    <family value="Careful"/>
    <given value="Alice"/>
    <given value="B."/>
    <prefix value="Dr."/>
  </name>
</Practitioner>