Uzbekistan Digital Health Platform - Integrations
0.1.0 - ci-build Uzbekistan flag

Uzbekistan Digital Health Platform - Integrations - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Patient

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "example-patient-john",
  "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-patient-john</b></p><a name=\"example-patient-john\"> </a><a name=\"hcexample-patient-john\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"file:///home/runner/work/digital-health-ig/digital-health-ig/output/StructureDefinition-uz-core-patient.html\">UZ Core Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Smith(official) Unknown, DoB: 2026-03-13 ( National unique individual identifier)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Iltifot MFY, 58-Harbiy shaharcha mavzesi, 53 Uy, 104 Kvartira(temp)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-example-organization.html\">Organization Respublika onkologiya markazi</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NI"
          }
        ]
      },
      "system" : "https://dhp.uz/fhir/core/sid/pid/uz/ni",
      "value" : "12345678901234"
    }
  ],
  "active" : false,
  "name" : [
    {
      "use" : "official",
      "text" : "John Smith",
      "family" : "Deera",
      "given" : [
        "John"
      ]
    }
  ],
  "gender" : "unknown",
  "birthDate" : "2026-03-13",
  "address" : [
    {
      "use" : "temp",
      "type" : "physical",
      "text" : "Iltifot MFY, 58-Harbiy shaharcha mavzesi, 53 Uy, 104 Kvartira",
      "city" : "104-0116",
      "district" : "1726290",
      "state" : "1726",
      "country" : "UZ"
    }
  ],
  "managingOrganization" : {
    🔗 "reference" : "Organization/example-organization"
  }
}