FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuz.dhp.core
Resource TypeAdverseEvent
IdAdverseEvent-example-fatal-anaphylaxis.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


English


Generated Narrative: AdverseEvent example-fatal-anaphylaxis

status: Completed

actuality: Adverse Event

subject: Давыдов Давид(anonymous) Other, DoB: 2001-10-16 ( Driver's license number)

encounter: 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

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)

Participants

-FunctionActor
*author (originator)Practitioner Test Test Test(official)

SuspectEntities

-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)

encounter: 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

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)

Participants

-FunctionActor
*author (originator)Practitioner Test Test Test(official)

SuspectEntities

-Instance[x]
*Medication amoxicillin

note:

Patient developed anaphylaxis shortly after amoxicillin administration and died despite resuscitation efforts.


Uzbek


Generated Narrative: AdverseEvent example-fatal-anaphylaxis

status: Completed

actuality: Adverse Event

subject: Давыдов Давид(anonymous) Other, DoB: 2001-10-16 ( Driver's license number)

encounter: 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

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)

Participants

-FunctionActor
*author (originator)Practitioner Test Test Test(official)

SuspectEntities

-Instance[x]
*Medication amoxicillin

note:

Patient developed anaphylaxis shortly after amoxicillin administration and died despite resuscitation efforts.


Source1

{
  "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."
    }
  ]
}