Единая платформа цифрового здравоохранения Узбекистана
0.5.0 - ci-build
Uzbekistan Digital Health Platform, опубликовано Ministry of Health of the Republic of Uzbekistan. Это руководство не является санкционированной публикацией; это непрерывная сборка для версии 0.5.0, созданной FHIR (HL7® FHIR® Standard) CI Build. Эта версия основана на нынешнем содержании https://github.com/uzinfocom-org/digital-health-ig/ и регулярно изменяется. Смотрите каталог опубликованных версий
{
"resourceType" : "AdverseEvent",
"id" : "example-averted-medication-error",
"meta" : {
"profile" : [
🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-adverse-event"
]
},
"language" : "ru",
"text" : {
"status" : "generated",
"div" : "<div xml:lang=\"ru\" lang=\"ru\"><hr/><p><b>Russian</b></p><hr/><p class=\"res-header-id\"><b>Сгенерированный нарратив: AdverseEvent example-averted-medication-error</b></p><a name=\"ru-example-averted-medication-error\"> </a><a name=\"ru-hcexample-averted-medication-error\"> </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\">Профиль: <a href=\"StructureDefinition-uz-core-adverse-event.html\">UZ Core AdverseEvent</a></p></div><p><b>status</b>: In Progress</p><p><b>actuality</b>: Potential Adverse Event</p><p><b>subject</b>: <a href=\"Patient-example-salim.html\">Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)</a></p><p><b>encounter</b>: <a href=\"Encounter-example-encounter.html\">Encounter: status = completed; class = Inpatient encounter; priority = Emergency; type = Treatment services; subjectStatus = Awake; actualPeriod = 2024-01-01 10:00:00+0000 --> 2024-01-01 11:00:00+0000; plannedStartDate = 2024-01-01 10:00:00+0000; plannedEndDate = 2024-01-01 11:00:00+0000</a></p><p><b>occurrence</b>: 2026-04-30 10:30:00+0500</p><p><b>detected</b>: 2026-04-30 10:35:00+0500</p><p><b>recordedDate</b>: 2026-04-30 11:15:00+0500</p><p><b>location</b>: <a href=\"Location-example-location-1.html\">Location Республиканский онкологический центр</a></p><p><b>seriousness</b>: <span title=\"Коды:{http://terminology.hl7.org/CodeSystem/adverse-event-seriousness serious}\">Serious</span></p><p><b>recorder</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Test Test Test(official)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Коды:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType AUT}\">author (originator)</span></td><td><a href=\"Practitioner-example-practitioner.html\">Practitioner Test Test Test(official)</a></td></tr></table><h3>SuspectEntities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Instance[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-example-prednisone.html\">Medication prednisone</a></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Prednisone was ordered despite a documented contraindication. The order was flagged by clinical decision support and intercepted by the pharmacist before administration, so no dose reached the patient. Investigation in progress.</p>\n</div></blockquote></div>"
},
"status" : "in-progress",
"actuality" : "potential",
"subject" : {
🔗 "reference" : "Patient/example-salim"
},
"encounter" : {
🔗 "reference" : "Encounter/example-encounter"
},
"occurrenceDateTime" : "2026-04-30T10:30:00+05:00",
"detected" : "2026-04-30T10:35:00+05:00",
"recordedDate" : "2026-04-30T11:15:00+05:00",
"location" : {
🔗 "reference" : "Location/example-location-1"
},
"seriousness" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/adverse-event-seriousness",
"code" : "serious",
"display" : "Serious"
}
]
},
"recorder" : {
🔗 "reference" : "Practitioner/example-practitioner"
},
"participant" : [
{
"function" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "AUT",
"display" : "author (originator)"
}
]
},
"actor" : {
🔗 "reference" : "Practitioner/example-practitioner"
}
}
],
"suspectEntity" : [
{
"instanceReference" : {
🔗 "reference" : "Medication/example-prednisone"
}
}
],
"note" : [
{
"text" : "Prednisone was ordered despite a documented contraindication. The order was flagged by clinical decision support and intercepted by the pharmacist before administration, so no dose reached the patient. Investigation in progress."
}
]
}