FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | AdverseEvent |
| Id | AdverseEvent-example-averted-medication-error.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: AdverseEvent example-averted-medication-error
Profile: UZ Core AdverseEvent
status: In Progress
actuality: Potential Adverse Event
subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)
occurrence: 2026-04-30 10:30:00+0500
detected: 2026-04-30 10:35:00+0500
recordedDate: 2026-04-30 11:15:00+0500
location: Location Respublika onkologiya markazi
seriousness: Serious
recorder: Practitioner Test Test Test(official)
| Function | Actor |
| author (originator) | Practitioner Test Test Test(official) |
| Instance[x] |
| Medication prednisone |
note:
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.
Russian
Сгенерированный нарратив: AdverseEvent example-averted-medication-error
Профиль: UZ Core AdverseEvent
status: In Progress
actuality: Potential Adverse Event
subject: Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)
occurrence: 2026-04-30 10:30:00+0500
detected: 2026-04-30 10:35:00+0500
recordedDate: 2026-04-30 11:15:00+0500
location: Location Республиканский онкологический центр
seriousness: Serious
recorder: Practitioner Test Test Test(official)
| Function | Actor |
| author (originator) | Practitioner Test Test Test(official) |
| Instance[x] |
| Medication prednisone |
note:
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.
Uzbek
Generated Narrative: AdverseEvent example-averted-medication-error
Profile: UZ Core AdverseEvent
status: In Progress
actuality: Potential Adverse Event
subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)
occurrence: 2026-04-30 10:30:00+0500
detected: 2026-04-30 10:35:00+0500
recordedDate: 2026-04-30 11:15:00+0500
location: Location Respublika onkologiya markazi
seriousness: Serious
recorder: Practitioner Test Test Test(official)
| Function | Actor |
| author (originator) | Practitioner Test Test Test(official) |
| Instance[x] |
| Medication prednisone |
note:
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.
{
"resourceType": "AdverseEvent",
"id": "example-averted-medication-error",
"meta": {
"profile": [
"https://dhp.uz/fhir/core/StructureDefinition/uz-core-adverse-event"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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."
}
]
}