clinik.organizations
Organizations represent healthcare providers, departments, insurance companies, and other entities involved in care delivery.create
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Organization name |
active | boolean | No | Whether active (default: true) |
type | string[] | No | Organization types (prov, dept, team, ins, etc.) |
alias | string[] | No | Alternate names |
phone | string | No | Phone number |
email | string | No | Email address |
address | Address | No | Physical address |
partOfId | string | No | Parent organization ID |
contact | Array | No | Contact people |
Example
read / update / delete / search
Same pattern as other resources. Search supportsname, type, active filters.