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