FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | AdverseEvent |
| Id | AdverseEvent-example-fatal-anaphylaxis.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-fatal-anaphylaxis
Profile: UZ Core AdverseEvent
status: Completed
actuality: Adverse Event
subject: Давыдов Давид(anonymous) Other, DoB: 2001-10-16 ( Driver's license number)
occurrence: 2026-04-30 10:30:00+0500
detected: 2026-04-30 10:45:00+0500
recordedDate: 2026-04-30 11:15:00+0500
resultingEffect: Condition Anaphylaxis
location: Location Toshkent shahar 1-sonli shifoxona
seriousness: Serious
outcome: Adverse incident resulting in death
recorder: Practitioner Test Test Test(official)
| Function | Actor |
| author (originator) | Practitioner Test Test Test(official) |
| Instance[x] |
| Medication amoxicillin |
note:
Patient developed anaphylaxis shortly after amoxicillin administration and died despite resuscitation efforts.
Russian
Сгенерированный нарратив: AdverseEvent example-fatal-anaphylaxis
Профиль: UZ Core AdverseEvent
status: Completed
actuality: Adverse Event
subject: Давыдов Давид(anonymous) Other, БД: 2001-10-16 ( Driver's license number)
occurrence: 2026-04-30 10:30:00+0500
detected: 2026-04-30 10:45:00+0500
recordedDate: 2026-04-30 11:15:00+0500
resultingEffect: Condition Anaphylaxis
location: Location Toshkent shahar 1-sonli shifoxona
seriousness: Serious
outcome: Adverse incident resulting in death
recorder: Practitioner Test Test Test(official)
| Function | Actor |
| author (originator) | Practitioner Test Test Test(official) |
| Instance[x] |
| Medication amoxicillin |
note:
Patient developed anaphylaxis shortly after amoxicillin administration and died despite resuscitation efforts.
Uzbek
Generated Narrative: AdverseEvent example-fatal-anaphylaxis
Profile: UZ Core AdverseEvent
status: Completed
actuality: Adverse Event
subject: Давыдов Давид(anonymous) Other, DoB: 2001-10-16 ( Driver's license number)
occurrence: 2026-04-30 10:30:00+0500
detected: 2026-04-30 10:45:00+0500
recordedDate: 2026-04-30 11:15:00+0500
resultingEffect: Condition Anaphylaxis
location: Location Toshkent shahar 1-sonli shifoxona
seriousness: Serious
outcome: Adverse incident resulting in death
recorder: Practitioner Test Test Test(official)
| Function | Actor |
| author (originator) | Practitioner Test Test Test(official) |
| Instance[x] |
| Medication amoxicillin |
note:
Patient developed anaphylaxis shortly after amoxicillin administration and died despite resuscitation efforts.
{
"resourceType": "AdverseEvent",
"id": "example-fatal-anaphylaxis",
"meta": {
"profile": [
"https://dhp.uz/fhir/core/StructureDefinition/uz-core-adverse-event"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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."
}
]
}