{
  "resourceType": "RelatedPerson",
  "id": "Example-Smith-Johnson-Notary1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-Participant"
    ]
  },
  "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"
  },
  "name": [
    {
      "family": "Xavier",
      "given": [
        "Charles"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "Chales@example.com",
      "use": "work"
    }
  ]
}