Skip to main content

Organizations

warning

Satxuma is still under active development. It is not yet HIPAA compliant and should only be used with dummy data.


Data model

An organization is a top-level container for a therapy company. An organization contains payors, people, events, facilities, and so on.

All data within an organization is private, and cannot be viewed by users who don't belong to the organization.

Properties

An Organization has the following properties:

  • id (string)
    A unique identifier for the organization.
  • name (string)
    The name of the organization. Must be a non-empty string.

Examples

Here’s an example of an Organization document:

{
"id": "123",
"name": "Sunrise Therapy Group"
}