OrganizationCreateInput
Input type for creating a Organization resource.
Fields
| Field | Type | Description |
|---|---|---|
| id | String | Resource ID |
| meta | Meta | Metadata about the resource |
| implicitRules | uri | A set of rules under which this content was created |
| language | code | Language of the resource content |
| identifier | [Identifier] | Identifies this organization across multiple systems |
| active | Boolean | Whether the organization's record is still in active use |
| type | [CodeableConcept] | Kind of organization |
| name | String | Name used for the organization |
| alias | [String] | A list of alternate names for the organization |
| telecom | [ContactPoint] | A contact detail for the organization |
| address | [Address] | An address for the organization |
| partOf | Reference(Organization) | The organization of which this organization forms a part |
See the Organization type documentation for additional available fields.