Organization
An Organization resource can represent any group, including a department, company or institution.
Sample Query
List all organizations in a particular city:
https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir-stu3/Organization?address-city=Ann%20Arbor
Overview
See the FHIR documentation for more information about Organization resources.
Mapped Concepts in HIEBus
- RecordAuthority
- RecordAuthoritySubset
Supported Interactions
Organization resources support the following interactions.
Search Parameters
When searching for Organization resources, the following search parameters are supported.
| Name |
Type
|
Prefixes
Modifiers
|
Can be Chained? |
Description |
| _count |
Special |
|
|
The maximum number of resources to return in a result page.
|
| _elements |
Special |
|
|
Used to request a specific set of elements be returned as part of a resource.
|
| _id |
Token |
|
|
Resource id.
|
| _lastUpdated |
Date |
lt
le
gt
ge
|
|
When the resource last changed.
|
| _summary |
Special |
|
|
Used to return only a portion of the resouces. Defaults to 'false', which returns the whole resource.
|
| _total |
Special |
|
|
Use the value 'estimate' to populate the result bundle's 'total' element with an estimate of the matching number of resources.
|
| identifier |
Token |
:missing
|
|
Any identifier for the organization (not the accreditation issuer's identifier).
|
| name |
String |
:contains
:exact
:missing
|
|
A portion of the organization's name or alias.
|
| type |
Token |
:missing
|
|
A code for the type of organization.
|
Sortable Parameters
When searching Organization resources, it is possible to sort the returned values by the following search parameters.
Only one sort parameter may be specified.
Back to Resources