FHIR IG analytics| Package | hl7.fhir.uv.adverseeventclinicalcare |
| Resource Type | AdverseEvent |
| Id | AdverseEvent-clinicalcareexample2mom.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AdverseEvent
Resource AdverseEvent "clinicalcareexample2mom" Version "2" Updated "2021-12-15 21:05:01+0000"
Profile: Adverse Event Clinical Care
identifier: id: 002
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: : mother
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, bruises to forehead, neck and both forearms
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)
| - | 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)
{
"resourceType": "AdverseEvent",
"id": "clinicalcareexample2mom",
"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": "002"
}
],
"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": "RelatedPerson",
"display": "mother"
},
"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, bruises to forehead, neck and both forearms"
}
],
"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."
}
]
}