{
  "resourceType" : "Patient",
  "id" : "patient-example",
  "meta" : {
    "profile" : ["https://hl7.lt/fhir/base/StructureDefinition/patient-lt"]
  },
  "language" : "lt",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"lt\" lang=\"lt\"><hr/><p><b>Lithuanian</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-example</b></p><a name=\"lt-patient-example\"> </a><a name=\"lt-hcpatient-example\"> </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</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://hl7.lt/fhir/base/0.3.0/StructureDefinition-patient-lt.html\">PatientLt</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Doe(official) Male, DoB Unknown ( http://hospital.org/patient-id#10005\u00a0(use:\u00a0usual,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr></table></div>"
  },
  "identifier" : [{
    "use" : "usual",
    "system" : "http://hospital.org/patient-id",
    "value" : "10005"
  }],
  "active" : true,
  "name" : [{
    "use" : "official",
    "text" : "John Doe",
    "family" : "Doe",
    "given" : ["John"]
  }],
  "gender" : "male"
}