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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeAdverseEvent
IdAdverseEvent-example-averted-medication-error.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-averted-medication-error

status: In Progress

actuality: Potential Adverse Event

subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

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:35:00+0500

recordedDate: 2026-04-30 11:15:00+0500

location: Location Respublika onkologiya markazi

seriousness: Serious

recorder: Practitioner Test Test Test(official)

Participants

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

SuspectEntities

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

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:35:00+0500

recordedDate: 2026-04-30 11:15:00+0500

location: Location Республиканский онкологический центр

seriousness: Serious

recorder: Practitioner Test Test Test(official)

Participants

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

SuspectEntities

-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

status: In Progress

actuality: Potential Adverse Event

subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

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:35:00+0500

recordedDate: 2026-04-30 11:15:00+0500

location: Location Respublika onkologiya markazi

seriousness: Serious

recorder: Practitioner Test Test Test(official)

Participants

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

SuspectEntities

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


Source1

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