hospital_actlog {daqapo} | R Documentation |
An activity log of 20 patients in a hospital (activity log object)
Description
A dataset containing the logged activities in an illustrative hospital process. 20 patients are described in the log. Process activities include Registration, Triage, Clinical exam, Treatment and Treatment evaluation.
Usage
hospital_actlog
Format
An activity log with 53 rows and 7 variables:
- patient_visit_nr
the patient's identifier
- activity
the executed activity
- originator
the resource performing the activity execution
- start
the timestamp at which the activity was started
- complete
the timestamp at which the activity was completed
- triagecode
a case attribute describing the triage code
- specialization
a case attribute describing the specialization
Source
An illustrative example developed in-house for demonstrational purposes.
[Package daqapo version 0.3.2 Index]