Class: Resource_slot

Description of: Resource_slot

Class steward is Inter-Enterprise (ADT/Finance/Inter-Enterprise)
An allocation of time on a schedule for a resource that must be reserved prior to its use.

OpenIssue:

Attribute definitions for: Resource_slot

allocated_qty ::

Number of slots allocated to a given purpose

offset_qty ::

Offset from start date and time when this allocated use will begin

OpenIssue:

resource_type_cd ::

Type of resource controlled by this set of slots: provider, location, or equipment.

OpenIssue:

start_dttm ::

Start date and time for this set of slots

OpenIssue:

status_cd ::

Current status for this set of slots:Booked, Started, Completed, Available, Blocked, Overbooked

OpenIssue:

Association definitions for: Resource_slot

is_reserved_by (0,n) :: Appointment :: reserves (0,n)

Links a schedule to its contents.

Rationale: This many-to-many association represents the over-booking of a resoruce slot Patient is just another resource and an appoinment can be booked without including the patient, i.e., a consult. It is not believed that this many-to-many will ever need to be resolved.

is_managed_by (1,1) :: Schedule :: manages (0,n)