Единая платформа цифрового здравоохранения Узбекистана
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-fatal-anaphylaxis",
"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-fatal-anaphylaxis</b></p><a name=\"ru-example-fatal-anaphylaxis\"> </a><a name=\"ru-hcexample-fatal-anaphylaxis\"> </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>: Completed</p><p><b>actuality</b>: Adverse Event</p><p><b>subject</b>: <a href=\"Patient-example-david.html\">Давыдов Давид(anonymous) Other, БД: 2001-10-16 ( Driver's license number)</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:45:00+0500</p><p><b>recordedDate</b>: 2026-04-30 11:15:00+0500</p><p><b>resultingEffect</b>: <a href=\"Condition-example-anaphylaxis.html\">Condition Anaphylaxis</a></p><p><b>location</b>: <a href=\"Location-example-location.html\">Location Toshkent shahar 1-sonli shifoxona</a></p><p><b>seriousness</b>: <span title=\"Коды:{http://terminology.hl7.org/CodeSystem/adverse-event-seriousness serious}\">Serious</span></p><p><b>outcome</b>: <span title=\"Коды:{http://snomed.info/sct 405535005}\">Adverse incident resulting in death</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-amoxicillin.html\">Medication amoxicillin</a></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Patient developed anaphylaxis shortly after amoxicillin administration and died despite resuscitation efforts.</p>\n</div></blockquote></div>"
},
"status" : "completed",
"actuality" : "actual",
"subject" : {
🔗 "reference" : "Patient/example-david"
},
"encounter" : {
🔗 "reference" : "Encounter/example-encounter"
},
"occurrenceDateTime" : "2026-04-30T10:30:00+05:00",
"detected" : "2026-04-30T10:45:00+05:00",
"recordedDate" : "2026-04-30T11:15:00+05:00",
"resultingEffect" : [
{
🔗 "reference" : "Condition/example-anaphylaxis"
}
],
"location" : {
🔗 "reference" : "Location/example-location"
},
"seriousness" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/adverse-event-seriousness",
"code" : "serious",
"display" : "Serious"
}
]
},
"outcome" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "405535005",
"display" : "Adverse incident resulting in death"
}
]
}
],
"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-amoxicillin"
}
}
],
"note" : [
{
"text" : "Patient developed anaphylaxis shortly after amoxicillin administration and died despite resuscitation efforts."
}
]
}