hospital {daqapo}R Documentation

An activity log of 20 patients in a hospital (data frame)

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

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

start_ts

the timestamp at which the activity was started

complete_ts

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]