{
  "resourceType" : "Patient",
  "id" : "GetPatientDetailsResultExample",
  "meta" : {
    "profile" : ["http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-patient"],
    "tag" : [{
      "system" : "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/pms-system",
      "code" : "frenda"
    }]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient GetPatientDetailsResultExample</b></p><a name=\"GetPatientDetailsResultExample\"> </a><a name=\"hcGetPatientDetailsResultExample\"> </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://canonical.fhir.link/servicewell/wof-connect/0.1.3/StructureDefinition-wof-connect-patient.html\">Wof Connect Patient</a></p><p style=\"margin-bottom: 0px\">Tag: Frenda (Details: WOF-Connect PMS System code frenda = 'Frenda')</p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Darth Vader (no stated gender), 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><a href=\"mailto:darth.vader@example.invalid\">darth.vader@example.invalid</a></li><li>ph: 0763002510(Mobile)</li></ul></td></tr></table></div>"
  },
  "name" : [{
    "text" : "Darth Vader",
    "family" : "Vader",
    "given" : ["Darth"]
  }],
  "telecom" : [{
    "system" : "email",
    "value" : "darth.vader@example.invalid",
    "use" : "home"
  },
  {
    "system" : "phone",
    "value" : "0763002510",
    "use" : "mobile"
  }]
}