Resources
Organization
A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc.
Properties
Name | Required | Type | Description |
---|---|---|---|
identifier | No | Identifier[] | Identifies this organization across multiple systems |
active | No | boolean | Whether the organization’s record is still in active use |
type | No | CodeableConcept[] | Kind of organization |
name | No | string | Name used for the organization |
alias | No | string[] | A list of alternate names that the organization is known as, or was known as in the past |
telecom | No | ContactPoint[] | A contact detail for the organization |
address | No | Address[] | An address for the organization |
partOf | No | Reference<Organization> | The organization of which this organization forms a part |
contact | No | OrganizationContact | Contact for the organization for a certain purpose |
- id | No | string | Unique id for inter-element referencing |
- extension | No | Extension[] | Additional content defined by implementations |
- modifierExtension | No | Extension[] | Extensions that cannot be ignored even if unrecognized |
- purpose | No | CodeableConcept | The type of contact |
- name | No | HumanName | A name associated with the contact |
- telecom | No | ContactPoint[] | Contact details (telephone, email, etc.) for a contact |
- address | No | Address | Visiting or postal addresses for the contact |
endpoint | No | Reference<Endpoint>[] | Technical endpoints providing access to services operated for the organization |
Search Parameters
Name | Type | Description | Expression |
---|---|---|---|
active | token | Is the Organization record active | Organization.active |
address | string | A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text | Organization.address |
address-city | string | A city specified in an address | Organization.address.city |
address-country | string | A country specified in an address | Organization.address.country |
address-postalcode | string | A postal code specified in an address | Organization.address.postalCode |
address-state | string | A state specified in an address | Organization.address.state |
address-use | token | A use code specified in an address | Organization.address.use |
endpoint | reference | Technical endpoints providing access to services operated for the organization | Organization.endpoint |
identifier | token | Any identifier for the organization (not the accreditation issuer’s identifier) | Organization.identifier |
name | string | A portion of the organization’s name or alias | Organization.name |
partof | reference | An organization of which this organization forms a part | Organization.partOf |
phonetic | string | A portion of the organization’s name using some kind of phonetic matching algorithm | Organization.name |
type | token | A code for the type of organization | Organization.type |
Inherited Properties
Name | Required | Type | Description |
---|---|---|---|
id | No | string | Logical id of this artifact |
meta | No | Meta | Metadata about the resource |
implicitRules | No | uri | A set of rules under which this content was created |
language | No | code | Language of the resource content |
text | No | Narrative | Text summary of the resource, for human interpretation |
contained | No | Resource[] | Contained, inline Resources |
extension | No | Extension[] | Additional content defined by implementations |
modifierExtension | No | Extension[] | Extensions that cannot be ignored |
To view the FHIR specification for this resource, see Organization.