Group

This entity represents a group

Properties

PropertyTypeDescription

id *

The id of the group. We encourage using either a v4 UUID or a HL7 Id.

rev

The revision of the group in the database, used for conflict management / optimistic locking.

deletionDate

hard delete (unix epoch in ms) timestamp of the object. Filled automatically when deletePatient is called. format: int64.

name

Username for the group

password

Password for the group access

servers

List of servers accessible to the group

superAdmin *

Whether the group has a super admin permission, originally set to no access.

properties *

Extra properties for the user. Those properties are typed (see class Property)

superGroup

Last updated