{
  "resourceType" : "Patient",
  "id" : "patient-example-Jake-Donald",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Jake M. Donald </b> male, DoB: 1997-12-12 ( Medical Record Number:\u00a01032890\u00a0(use:\u00a0USUAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>ph: 333-777-1234(HOME)</li><li><a href=\"mailto:jake.donald@example.com\">jake.donald@example.com</a></li><li>49 South St Baltimore MD 74047 US </li></ul></td></tr></table></div>"
  },
  "identifier" : [{
    "use" : "usual",
    "type" : {
      "coding" : [{
        "system" : "http://example.org",
        "code" : "MR",
        "display" : "Medical record number"
      }],
      "text" : "Medical Record Number"
    },
    "system" : "http://hospital.smarthealthit.org",
    "value" : "1032890"
  }],
  "active" : true,
  "name" : [{
    "family" : "Donald",
    "given" : ["Jake",
    "M."]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "333-777-1234",
    "use" : "home"
  },
  {
    "system" : "email",
    "value" : "jake.donald@example.com"
  }],
  "gender" : "male",
  "birthDate" : "1997-12-12",
  "address" : [{
    "line" : ["49 South St"],
    "city" : "Baltimore",
    "state" : "MD",
    "postalCode" : "74047",
    "country" : "US"
  }]
}