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

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