{
  "resourceType" : "RelatedPerson",
  "id" : "relatedPerson-HowardThompson-01",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson relatedPerson-HowardThompson-01</b></p><a name=\"relatedPerson-HowardThompson-01\"> </a><a name=\"hcrelatedPerson-HowardThompson-01\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-relatedperson.html\">US Core RelatedPerson Profile</a></p></div><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-patient-betsysmith-johnson01.html\">Betsy Smith-Johnson</a></p><p><b>name</b>: Thompson Howard (Official)</p><p><b>telecom</b>: <a href=\"mailto:Mmoen+howardthompson@midirectives.com\">Mmoen+howardthompson@midirectives.com</a></p><p><b>address</b>: The Vernon Center 9341 Agnes Street, Unit 114 Detroit MI 48214 (home)</p></div>"
  },
  "active" : true,
  "patient" : {
    "reference" : "Patient/patient-betsysmith-johnson01",
    "display" : "Betsy Smith-Johnson"
  },
  "name" : [{
    "use" : "official",
    "family" : "Howard",
    "given" : ["Thompson"]
  }],
  "telecom" : [{
    "system" : "email",
    "value" : "Mmoen+howardthompson@midirectives.com"
  }],
  "address" : [{
    "use" : "home",
    "line" : ["The Vernon Center 9341 Agnes Street, Unit 114"],
    "city" : "Detroit",
    "state" : "MI",
    "postalCode" : "48214"
  }]
}