PACIO Advance Healthcare Directive Interoperability Implementation Guide
2.0.0-ballot - STU 2 – Ballot United States of America flag

PACIO Advance Healthcare Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/pacio-adi/ and changes regularly. See the Directory of published versions

: Example-Smith-Johnson-ADINotary2 - XML Representation

Page standards status: Informative

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="Example-Smith-Johnson-ADINotary2"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Notary"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Notary</b></p><p>Nancy Smith</p></div>
  </text>
  <active value="true"/>
  <patient>🔗 
    <reference value="Patient/Example-Smith-Johnson-Patient1"/>
  </patient>
  <relationship id="5212468">
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
      <code value="NOTARY"/>
    </coding>
  </relationship>
  <name>
    <text value="Smith, Nancy"/>
    <family value="Smith"/>
    <given value="Nancy"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="NancySmith@example.org"/>
    <use value="work"/>
  </telecom>
</RelatedPerson>