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

FHIR IG analytics

Packagehl7.fhir.uv.adverseeventclinicalcare
Resource TypeAdverseEvent
IdAdverseEvent-clinicalcareexample2phlebotomist.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 "clinicalcareexample2phlebotomist" Version "2" Updated "2021-12-15 21:05:01+0000"

Profile: Adverse Event Clinical Care

identifier: id: 001

status: completed

actuality: actual

category: Unsafe Physical Environment (AdverseEventCategory#unsafe-physical-environment)

code: Death or significant injury of a patient or staff member resulting from a physical assault (i.e., battery) that occurs within or on the grounds of the healthcare facility (event) (SNOMED CT#370927008)

subject: : phlebotomist

encounter: : Inpatient encounter of event that was initiated with ER visit

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

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

resultingEffect: : Condition with Diagnosis category, 3.5 cm laceration on left forearm

location: : Hospital, Inpatient

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

recorder: : The person entering in the information

suspectEntity

instance: : 14 year-old patient had increase in Levetiracetam

Causalities

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

MitigatingActions

-Item[x]
*: for 14 year-old patient dose reduced to pre-admission dose for the remainder of his hospital stay.

note: There was no clinical or electrographic seizure episode or recurrence of fever since admission in the 14 year-old patient. (By Practitioner)


Source1

{
  "resourceType": "AdverseEvent",
  "id": "clinicalcareexample2phlebotomist",
  "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": "unsafe-physical-environment",
          "display": "Unsafe Physical Environment"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "370927008",
        "display": "Death or significant injury of a patient or staff member resulting from a physical assault (i.e., battery) that occurs within or on the grounds of the healthcare facility (event)"
      }
    ]
  },
  "subject": {
    "type": "Practitioner",
    "display": "phlebotomist"
  },
  "encounter": {
    "display": "Inpatient encounter of event that was initiated with ER visit"
  },
  "detected": "2021-12-10T13:28:17-05:00",
  "recordedDate": "2021-12-15T13:28:17-05:00",
  "resultingEffect": [
    {
      "display": "Condition with Diagnosis category, 3.5 cm laceration on left forearm"
    }
  ],
  "location": {
    "display": "Hospital, Inpatient"
  },
  "outcome": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "398056004",
          "display": "Transient abnormality with full recovery (finding)"
        }
      ]
    }
  ],
  "recorder": {
    "display": "The person entering in the information"
  },
  "suspectEntity": [
    {
      "instanceReference": {
        "type": "MedicationAdministration",
        "display": "14 year-old patient had increase in Levetiracetam"
      },
      "causality": {
        "entityRelatedness": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/adverse-event-causality-assess",
              "code": "probably-likely",
              "display": "Probably/Likely"
            }
          ]
        }
      }
    }
  ],
  "mitigatingAction": [
    {
      "itemReference": {
        "type": "MedicationRequest",
        "display": "for 14 year-old patient dose reduced to pre-admission dose for the remainder of his hospital stay."
      }
    }
  ],
  "note": [
    {
      "authorString": "Practitioner",
      "text": "There was no clinical or electrographic seizure episode or recurrence of fever since admission in the 14 year-old patient."
    }
  ]
}