{
  "resourceType" : "Patient",
  "id" : "example-emma",
  "meta" : {
    "profile" : ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-patient"]
  },
  "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-emma</b></p><a name=\"example-emma\"> </a><a name=\"hcexample-emma\"> </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=\"StructureDefinition-uz-core-patient.html\">UZ Core Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Emma Sanders(anonymous) Female, DoB: 2000-10-16 ( Passport number)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>false</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus U}\">Unmarried</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Known multipleBirth status of Patient\">Multiple Birth:</td><td colspan=\"3\">2</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Driver's license number/SANDE805166E99NJ</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>-unknown-(Temp)</li><li>123 Baker Street GB (temp)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Emergency Contact\">Emergency Contact:</td><td colspan=\"3\"><ul><li>Isabella (Female)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The nationality of the patient.\">Patient nationality:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/nationality-cs 42}\">TURKMAN</span></li></ul></td></tr></table></div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "code",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/nationality-cs",
          "code" : "42",
          "display" : "TURKMAN"
        }]
      }
    }],
    "url" : "https://dhp.uz/fhir/core/StructureDefinition/patient-nationality"
  }],
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "PPN"
      }]
    },
    "system" : "https://dhp.uz/fhir/core/sid/pid/gb/ppn",
    "value" : "533401572"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "DL"
      }]
    },
    "system" : "https://dhp.uz/fhir/core/sid/pid/gb/dl",
    "value" : "SANDE805166E99NJ"
  }],
  "active" : false,
  "name" : [{
    "use" : "anonymous",
    "text" : "Emma Sanders"
  }],
  "telecom" : [{
    "system" : "sms",
    "use" : "temp",
    "rank" : 1,
    "period" : {
      "start" : "2024-02-10"
    }
  }],
  "gender" : "female",
  "birthDate" : "2000-10-16",
  "address" : [{
    "use" : "temp",
    "type" : "physical",
    "line" : ["123 Baker Street"],
    "country" : "GB",
    "period" : {
      "start" : "2000-10-16"
    }
  }],
  "maritalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
      "code" : "U",
      "display" : "Unmarried"
    }]
  },
  "multipleBirthInteger" : 2,
  "contact" : [{
    "relationship" : [{
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
        "code" : "C",
        "display" : "Emergency Contact"
      }]
    }],
    "name" : {
      "text" : "Isabella"
    },
    "gender" : "female"
  }]
}