<?xml version="1.0" encoding="UTF-8"?>

<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>