{
  "resourceType" : "Patient",
  "id" : "patient-VioletGartner01",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]
  },
  "language" : "en-US",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-VioletGartner01</b></p><a name=\"patient-VioletGartner01\"> </a><a name=\"hcpatient-VioletGartner01\"> </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\">Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-patient.html\">US Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Gartner, Violet Female, DoB: 2008-10-01 ( Social Security Number:\u00a0SSN#111-45-6677)</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 Detail</td><td colspan=\"3\"><ul><li>ph: (555) 333-4444(Mobile)</li><li>15935 Mack Avenue, Detroit, MI 48224</li></ul></td></tr></table></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "SS",
        "display" : "Social Security Number"
      }],
      "text" : "Social Security Number"
    },
    "system" : "http://hl7.org/fhir/sid/us-ssn",
    "value" : "111-45-6677"
  }],
  "active" : true,
  "name" : [{
    "use" : "usual",
    "text" : "Gartner, Violet",
    "family" : "Gartner",
    "given" : ["Violet"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "(555) 333-4444",
    "use" : "mobile"
  }],
  "gender" : "female",
  "birthDate" : "2008-10-01",
  "address" : [{
    "text" : "15935 Mack Avenue, Detroit, MI 48224",
    "line" : ["15935 Mack Avenue"],
    "city" : "Detroit",
    "state" : "MI",
    "postalCode" : "48224",
    "country" : "US"
  }]
}