This page is part of the PACIO Advance Directive Information Implementation Guide (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
<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>