{
  "resourceType" : "Patient",
  "id" : "3",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 3</b></p><a name=\"3\"> </a><a name=\"hc3\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jin Gomer Aarens (official) Other, DoB Unknown</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>987 Pinehurst Rd Apt 4 Chicago 60601 (home)</li><li>654 Evergreen Tce Apt 5 Houston 77001 (work)</li></ul></td></tr></table></div>"
  },
  "name" : [{
    "use" : "official",
    "family" : "Aarens",
    "given" : ["Jin",
    "Gomer"]
  }],
  "gender" : "other",
  "address" : [{
    "use" : "home",
    "line" : ["987 Pinehurst Rd",
    "Apt 4"],
    "city" : "Chicago",
    "postalCode" : "60601"
  },
  {
    "use" : "work",
    "line" : ["654 Evergreen Tce",
    "Apt 5"],
    "city" : "Houston",
    "postalCode" : "77001"
  }]
}