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

FHIR IG analytics

Packagehl7.fhir.uv.adverseeventclinicalcare
Resource TypeAdverseEvent
IdAdverseEvent-clinicalcareexample1stage2.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

Generated Narrative: AdverseEvent

Resource AdverseEvent "clinicalcareexample1stage2" Version "2" Updated "2021-12-15 21:05:01+0000"

Profile: Adverse Event Clinical Care

identifier: id: 001

status: completed

actuality: actual

category: Medication mishap (AdverseEventCategory#medication-mishap)

code: Patient death or serious disability associated with a medication error (event) (SNOMED CT#370910000)

subject: : 39 year-old male

encounter: : encounter where nurse noticed the problem

detected: 2021-12-10 13:28:17-0500

recordedDate: 2021-12-15 13:28:17-0500

resultingEffect:

  • : Condition with Diagnosis category, 296393006 | Anticholinergic drug overdose (disorder)
  • : Condition with Diagnosis category, 216468001 | Accidental poisoning caused by morphine (disorder)

location: : Palliative Care Agency

outcome: Transient abnormality with full recovery (finding) (SNOMED CT#398056004)

recorder: : Physician reviewer giving diagnosis of morphine toxicity and anticholinergic syndrome caused by drug overdose

suspectEntity

instance: : A pancreatic enzyme capsule (Creon / Nutrizym / Pancrease / Pancrex) is the only other drug that this patient is prescribed and taking.

Causalities

-EntityRelatedness
*unlikely (AdverseEventCausalityAssessment#unlikely)

suspectEntity

instance: : The nurse made an assessment that there was a temporal relationship between the adverse reactions and administration of this new batch of premixed morphine + hyoscine medication supply, recorded the S/S, the assessment.

Causalities

-EntityRelatedness
*Probably/Likely (AdverseEventCausalityAssessment#probably-likely)

mitigatingAction

item: : The nurse immediately stopped the syringe driver, initiated review all previous medication administration record to the moment adverse event was identified. There was no evidence of adverse reaction to the medications administration since the start of the morphine + hyoscine therapy.

mitigatingAction

item: : The nurse reported the adverse event to the pharmacy for investigation.

supportingInfo

item: : The pharmacy contacted the supplier to initiate an investigation, which revealed that a software error had occurred resulting in a wrong label (morphine 40 + hyoscine 80) being printed and attached to this batch of pre-mixed morphine + hyoscine with dose strength of 60 + 120.

supportingInfo

item: Observation/heartrateobservation: heart rate was 62/min. Patient Base line is 76-82/min. Observation has a referenceRange with type=Patient base-line, this is an additional code, to indicate the base-line range for the patient

supportingInfo

item: : temperature = 38.7C

supportingInfo

item: : Signs and Symptoms observation, 123640000 | Mucous membrane dryness (finding)

supportingInfo

item: : Signs and Symptoms observation, 16386004 | Dry skin (finding)

supportingInfo

item: : Signs and Symptoms observation, 37125009 | Dilated pupil (finding)

supportingInfo

item: : Signs and Symptoms observation, 102835006 | Difficulty passing urine (finding)

supportingInfo

item: : Signs and Symptoms observation, 71782001 | Drowsy (finding)

note: Use Case 8 - Adverse Event resulted from a separate prior breach The case will be reviewed by a physician and the diagnosis of morphine toxicity and anticholinergic syndrome caused by drug overdose will be determined and recorded (See also the Adverse Event and Consequences confluence page for another similar use case Drug overdose scenario) (By Nurse)


Source1

{
  "resourceType": "AdverseEvent",
  "id": "clinicalcareexample1stage2",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2021-12-15T21:05:01.812+00:00",
    "profile": [
      "http://hl7.org/fhir/uv/adverseeventclinicalcare/StructureDefinition/AdverseEvent-clinical-care"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://acme.com/ids/patients/risks",
      "value": "001"
    }
  ],
  "status": "completed",
  "actuality": "actual",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/adverse-event-category",
          "code": "medication-mishap",
          "display": "Medication mishap"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "370910000",
        "display": "Patient death or serious disability associated with a medication error (event)"
      }
    ]
  },
  "subject": {
    "display": "39 year-old male"
  },
  "encounter": {
    "display": "encounter where nurse noticed the problem"
  },
  "detected": "2021-12-10T13:28:17-05:00",
  "recordedDate": "2021-12-15T13:28:17-05:00",
  "resultingEffect": [
    {
      "display": "Condition with Diagnosis category, 296393006 | Anticholinergic drug overdose (disorder)"
    },
    {
      "display": "Condition with Diagnosis category, 216468001 | Accidental poisoning caused by morphine (disorder)"
    }
  ],
  "location": {
    "display": "Palliative Care Agency"
  },
  "outcome": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "398056004",
          "display": "Transient abnormality with full recovery (finding)"
        }
      ]
    }
  ],
  "recorder": {
    "display": "Physician reviewer giving diagnosis of morphine toxicity and anticholinergic syndrome caused by drug overdose"
  },
  "suspectEntity": [
    {
      "instanceReference": {
        "type": "MedicationRequest",
        "display": "A pancreatic enzyme capsule (Creon / Nutrizym / Pancrease / Pancrex) is the only other drug that this patient is prescribed and taking."
      },
      "causality": {
        "entityRelatedness": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/adverse-event-causality-assess",
              "code": "unlikely",
              "display": "unlikely"
            }
          ]
        }
      }
    },
    {
      "instanceReference": {
        "type": "MedicationAdministration",
        "display": "The nurse made an assessment that there was a temporal relationship between the adverse reactions and administration of this new batch of premixed morphine + hyoscine medication supply, recorded the S/S, the assessment."
      },
      "causality": {
        "entityRelatedness": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/adverse-event-causality-assess",
              "code": "probably-likely",
              "display": "Probably/Likely"
            }
          ]
        }
      }
    }
  ],
  "mitigatingAction": [
    {
      "itemReference": {
        "type": "MedicationAdministration",
        "display": "The nurse immediately stopped the syringe driver, initiated review all previous medication administration record to the moment adverse event was identified. There was no evidence of adverse reaction to the medications administration since the start of the morphine + hyoscine therapy."
      }
    },
    {
      "itemReference": {
        "type": "DocumentReference",
        "display": "The nurse reported the adverse event to the pharmacy for investigation."
      }
    }
  ],
  "supportingInfo": [
    {
      "itemReference": {
        "type": "DocumentReference",
        "display": "The pharmacy contacted the supplier to initiate an investigation, which revealed that a software error had occurred resulting in a wrong label (morphine 40 + hyoscine 80) being printed and attached to this batch of pre-mixed morphine + hyoscine with dose strength of 60 + 120."
      }
    },
    {
      "itemReference": {
        "reference": "Observation/heartrateobservation",
        "display": "heart rate was 62/min. Patient Base line is 76-82/min. Observation has a referenceRange with type=Patient base-line, this is an additional code, to indicate the base-line range for the patient"
      }
    },
    {
      "itemReference": {
        "type": "Observation",
        "display": "temperature = 38.7C"
      }
    },
    {
      "itemReference": {
        "type": "Observation",
        "display": "Signs and Symptoms observation, 123640000 | Mucous membrane dryness (finding)"
      }
    },
    {
      "itemReference": {
        "type": "Observation",
        "display": "Signs and Symptoms observation, 16386004 | Dry skin (finding)"
      }
    },
    {
      "itemReference": {
        "type": "Observation",
        "display": "Signs and Symptoms observation, 37125009 | Dilated pupil (finding)"
      }
    },
    {
      "itemReference": {
        "type": "Observation",
        "display": "Signs and Symptoms observation, 102835006 | Difficulty passing urine (finding)"
      }
    },
    {
      "itemReference": {
        "type": "Observation",
        "display": "Signs and Symptoms observation, 71782001 | Drowsy (finding)"
      }
    }
  ],
  "note": [
    {
      "authorString": "Nurse",
      "text": "Use Case 8 - Adverse Event resulted from a separate prior breach The case will be reviewed by a physician and the diagnosis of morphine toxicity and anticholinergic syndrome caused by drug overdose will be determined and recorded (See also the Adverse Event and Consequences confluence page for another similar use case Drug overdose scenario)"
    }
  ]
}