Policy

Defines the policy for operations and ADT.

See trigger_policy() for how policies are executed.

Placement Policy

class policy.nh_clinical_patient_placement[source]

Extends placement to update _POLICY.

When a patient is placed in a bed location then a recurring EWS will be scheduled. All existing EWS will be cancelled.

Admission Policy

class policy.nh_clinical_patient_admission[source]

Extends admission to update _POLICY.

When a patient is admitted into hospital then a placement is scheduled. All other placements will be cancelled.

Transfer Policy

class policy.nh_clinical_patient_transfer[source]

Extends transfer to update _POLICY.

When a patient is transferred into the hospital then a placement is scheduled. All other placements will be cancelled.

ADT Spell Update Policy

class policy.nh_clinical_adt_spell_update[source]

Extends spell update to update _POLICY.

When completed a placement is scheduled. All other placements will be cancelled.

Discharge Policy

class policy.nh_clinical_patient_discharge[source]

Extends discharge to update _POLICY.

When cancelled a new placement is scheduled. All other placements will be cancelled.