Enterprise
A group of Medplum projects managed as a single enterprise.
- Schema
Elements
| Name | Required | Type | Description |
|---|---|---|---|
| identifier | Identifier[] | Identifiers for the enterprise. | |
| name | ✓ | string | The name of the enterprise. |
| status | ✓ | code | Whether the enterprise is active or inactive. |
| organization | Reference<> | The organization represented by the enterprise. | |
| code | CodeableConcept[] | Codes used to classify the enterprise. | |
| project | EnterpriseProject[] | Projects belonging to the enterprise and their deployment environments. | |
| project | ✓ | Reference<> | A project belonging to the enterprise. |
| code | ✓ | code | Whether the project is a production or non-production environment. |
Search Parameters
| Name | Type | Description | Expression |
|---|---|---|---|
| identifier | token | An identifier for the enterprise | Enterprise.identifier |
| name | string | The name of the enterprise | Enterprise.name |
| status | token | The status of the enterprise | Enterprise.status |
| organization | reference | The organization represented by the enterprise | Enterprise.organization |
| code | token | A code that classifies the enterprise | Enterprise.code |
| project | reference | A project belonging to the enterprise | Enterprise.project.project |
| project-code | token | The deployment environment of a project in the enterprise | Enterprise.project.code |
Inherited Elements
| Name | Required | Type | Description |
|---|