Last updated: 13 September 2026
Your subscription is described by a single number: users (maxUser). Beds are
never stored separately — they are always derived from users at a fixed ratio of
1 user = 2.5 beds. This means:
There are two limits that grow out of this number, and they behave differently depending on your plan size.
| Limit | What it controls | When it applies |
|---|---|---|
| User limit | How many users (and visitors) you can create | Only below 20 users / 50 beds |
| Bed rule | How many in-progress inpatient beds you can occupy at once | Always, on every plan |
For organizations below the 20-user / 50-bed boundary, both limits apply:
maxUser). Nurses are
added under the Visitor role, which has a larger allowance of users × 2.5 —
so your total active users (regular + nurses) can reach maxUser × 2.5, with
only maxUser of them being non-nurse roles. Inactive users don't count.users × 2.5), plus a safety buffer of
50% for in-progress lag (a patient being discharged or a summary being finalized).If you need more users or beds, upgrade your plan or add extra users.
At the 20-user / 50-bed boundary the user limit is lifted:
users × 2.5 plus the 50% buffer, and in-progress inpatient encounters are
capped against that allowance.In practice this means a large organization pays per bed (by setting its user count), but is no longer blocked from adding staff.
When you admit a patient to an inpatient bed (Encounter with class IMP and
status in-progress), NICE HMS checks the total in-progress inpatient count against
your allowance:
allowance = ceil( maxUser × 2.5 × 1.5 )
The 1.5 is a configurable buffer that gives you 50% headroom for discharge
summaries and in-progress lag. If the in-progress count would exceed this
allowance, the admission is blocked with a message asking you to discharge finished
encounters or purchase additional beds.
The bed rule applies on all plans. The only exception is a manual exemption
(bedCountRule = false) which is honored only below 20 users; at 20+ users it
is ignored.
When you renew and reduce your user count, NICE HMS checks that the smaller plan is still valid:
ceil(users × 2.5 × 1.5)). If it doesn't, finish/discharge
in-progress encounters first./pricing) — shows the users↔beds relationship and the
two-limit policy.N users / N × 2.5 beds".Q: How are beds calculated from users?
A: beds = users × 2.5. There is no separate bed field — beds are always derived
from your user count.
Q: What happens at exactly 20 users / 50 beds?
A: Your user limit is lifted (unlimited users and visitors), but the bed rule still
applies at ceil(20 × 2.5 × 1.5) = 75 in-progress beds.
Q: Can a large organization downsize below 50 beds? A: No. An organization at or above 20 users / 50 beds cannot cross back below that boundary.
Q: Does the bed rule apply to outpatients?
A: The bed rule keys off in-progress inpatient (IMP) encounters. Outpatient
(OPD) visits are not bed-limited.