{
  "resourceType" : "RelatedPerson",
  "id" : "Example-Smith-Johnson-Notary2",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-HealthcareAgentParticipant"]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Notary</b></p><p>Charles Xavier</p></div>"
  },
  "patient" : {
    "reference" : "Patient/Example-Smith-Johnson-Patient1"
  },
  "relationship" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
      "code" : "SON",
      "display" : "natural son"
    }]
  }],
  "name" : [{
    "text" : "Johnson, Charles",
    "family" : "Johnson",
    "given" : ["Charles"]
  }],
  "telecom" : [{
    "system" : "email",
    "value" : "CharlesSJ@example.com",
    "use" : "home"
  }]
}