Uzbekistan Digital Health Platform - Integrations
0.1.0 - ci-build
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
{
"resourceType" : "Patient",
"id" : "example-hepatitis-patient",
"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-hepatitis-patient</b></p><a name=\"example-hepatitis-patient\"> </a><a name=\"hcexample-hepatitis-patient\"> </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;\">To'lanboev Tolibjon(official) Male, DoB: 1990-02-01 ( Passport number\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">National unique individual identifier/515050500505\u00a0(use:\u00a0official,\u00a0)</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(home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's legal status as citizen of a country.\">Patient Citizenship:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes:{urn:iso:std:iso:3166 UZ}\">Uzbekistan</span></li></ul></td></tr></table></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "code",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "UZ",
"display" : "Uzbekistan"
}
]
}
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
}
],
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NI"
}
]
},
"system" : "https://dhp.uz/fhir/core/sid/pid/uz/ni",
"value" : "515050500505"
},
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PPN"
}
]
},
"system" : "https://dhp.uz/fhir/core/sid/pid/uz/ppn/local",
"value" : "AB1234567"
}
],
"name" : [
{
"use" : "official",
"text" : "To'lanboev Tolibjon",
"family" : "To'lanboyev",
"given" : [
"Tolibjon"
]
}
],
"gender" : "male",
"birthDate" : "1990-02-01",
"address" : [
{
"use" : "home",
"type" : "physical",
"text" : "Iltifot MFY, 58-Harbiy shaharcha mavzesi, 53 Uy, 104 Kvartira",
"city" : "17150085",
"district" : "1726262",
"state" : "1726",
"country" : "UZ"
}
]
}