{
  "resourceType" : "Patient",
  "id" : "example-patient-male",
  "meta" : {
    "profile" : ["https://hl7.lt/fhir/base/StructureDefinition/patient-lt"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Patient example-patient-male</b></p><a name=\"example-patient-male\"> </a><a name=\"hcexample-patient-male\"> </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://build.fhir.org/ig/HL7LT/ig-lt-base/StructureDefinition-patient-lt.html\">PatientLt</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jonas Pavardenis  Male, DoB: 1990-01-01 ( https://hl7.lt/fhir/sid/lt-patient-pid#39001010001)</p><hr/></div>"
  },
  "identifier" : [{
    "system" : "https://hl7.lt/fhir/sid/lt-patient-pid",
    "value" : "39001010001"
  }],
  "name" : [{
    "family" : "Pavardenis",
    "given" : ["Jonas"]
  }],
  "gender" : "male",
  "birthDate" : "1990-01-01"
}