Digital Health Platform
0.1.0 -
Digital Health Platform, published by Uzinfocom LLC. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/uzinfocom-org/digital-health-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "example-david",
"meta" : {
"profile" : [
🔗 "http://medcore.uz/StructureDefinition/dhp-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-david</b></p><a name=\"example-david\"> </a><a name=\"hcexample-david\"> </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-dhp-patient.html\">Uzbekistan DHP Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Давыдов Давид(anonymous) Other, DoB: 2001-10-16 ( Driver's license number: Uzbekistan_Drivers_License_System#AG1141110)</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 M}\">Состоит в браке</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=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>-unknown-(Temp)</li><li>2 квартал 13 дом 12 квартира 1726 UZ (temp)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Emergency Contact\">Emergency Contact:</td><td colspan=\"3\"><ul><li>Саидов Саид (Male)</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.medcore.uz/CodeSystem/nationality-cs 32}\">Армяне</span></li></ul></td></tr></table></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "code",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://terminology.medcore.uz/CodeSystem/nationality-cs",
"code" : "32",
"display" : "Армяне"
}
]
}
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/patient-nationality"
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "DL",
"display" : "Driver's license number"
}
]
},
"system" : "https://gov.uz/iiv/identifier/driverslicense",
"value" : "AG1141110"
}
],
"active" : false,
"name" : [
{
"use" : "anonymous",
"text" : "Давыдов Давид"
}
],
"telecom" : [
{
"system" : "sms",
"use" : "temp",
"rank" : 1,
"period" : {
"start" : "2024-02-10"
}
}
],
"gender" : "other",
"_gender" : {
"extension" : [
{
"url" : "http://medcore.uz/StructureDefinition/gender-other",
"valueCoding" : {
"system" : "https://terminology.medcore.uz/CodeSystem/gender-other-cs",
"code" : "regis0007.00005",
"display" : "Сменил пол на мужчину"
}
}
]
},
"birthDate" : "2001-10-16",
"address" : [
{
"use" : "temp",
"type" : "physical",
"line" : [
"2 квартал 13 дом 12 квартира"
],
"city" : "1726",
"district" : "1726280",
"country" : "UZ",
"period" : {
"start" : "2001-10-16"
}
}
],
"maritalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code" : "M",
"display" : "Состоит в браке"
}
]
},
"multipleBirthInteger" : 2,
"contact" : [
{
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
"code" : "C",
"display" : "Emergency Contact"
}
]
}
],
"name" : {
"text" : "Саидов Саид"
},
"gender" : "male"
}
]
}