{
  "resourceType" : "Patient",
  "id" : "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient a1b2c3d4-e5f6-7890-abcd-ef1234567890</b></p><a name=\"a1b2c3d4-e5f6-7890-abcd-ef1234567890\"> </a><a name=\"hca1b2c3d4-e5f6-7890-abcd-ef1234567890\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jane Doe (official) Female, DoB: 1950-11-15 ( Medical Record Number: MRN123456789\u00a0(use:\u00a0usual,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">123 Main Street Anytown MI 12345 US (home)</td></tr></table></div>"
  },
  "identifier" : [{
    "use" : "usual",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MR",
        "display" : "Medical Record Number"
      }]
    },
    "system" : "http://hospital.example.org/patient-id",
    "value" : "MRN123456789"
  }],
  "name" : [{
    "use" : "official",
    "family" : "Doe",
    "given" : ["Jane"]
  }],
  "gender" : "female",
  "birthDate" : "1950-11-15",
  "address" : [{
    "use" : "home",
    "line" : ["123 Main Street"],
    "city" : "Anytown",
    "state" : "MI",
    "postalCode" : "12345",
    "country" : "US"
  }]
}