hospital_events {daqapo}R Documentation

An event log of 20 patients in a hospital

Description

A dataset containing the logged activities in an illustrative hospital process. 20 patients are described in this log Process activities include Registration, Triage, Clinical exam, Treatment and Treatment evaluation.

Usage

hospital_events

Format

A data frame with 53 rows and 7 variables:

patient_visit_nr

the patient's identifier

activity

the executed activity

originator

the resource performing the activity execution

event_lifecycle_state

the state the activity is in at the given timestamp

timestamp

the moment in time the lifecycle state was reached

triagecode

a case attribute describing the triage code

specialization

a case attribute describing the specialization

event_matching

a specification of which events form a pair in the log

Source

An illustrative example developed in-house for demonstrational purposes.


[Package daqapo version 0.3.2 Index]