Organization
An organization is a formal or informal grouping of people or organizations with a common purpose, such as a company, institution, corporation, community group, or healthcare practice.
Last updated
Was this helpful?
An organization is a formal or informal grouping of people or organizations with a common purpose, such as a company, institution, corporation, community group, or healthcare practice.
Last updated
Was this helpful?
Get 100 organizations (by default):
Get organization by name:
Get organizations by address:
Get organization by type:
Get organization by identifier:
Get organizations by address AND type:
The full list of FHIR search parameters for Organization is found . Aidbox also offers a selection of query parameters to further refine search results. This includes pagination, full-text search, sorting etc. Refer to the for information.
The search results are returned in by default. Alternatively, you can specify a _result
parameter with value array
to receive resources in a JSON array.
The following bulk operations on Organization are available.
Dump Organization resources in CSV format.
Organization.active
true/false
Organization.address
address
Organization.address-city
city
Organization.address-country
country
Organization.address-postalcode
postal code
Organization.address-state
state
Organization.address-use
use
Organization.boardCertifiedCode
Organization.boardCertifiedValue
Organization.endpoint
technical endpoints providing access to services operated for the organization
Organization.identifier
identifier in a system
Organization.name
organization name
Organization.partof
the organization of which this organization forms a part
Organization.phonetic
Organization.type
type of organization
Aidbox will respond with stream, optionally you can get the output in FHIR format or GZIPped.
This is a memory-efficient operation. Aidbox just streams the database cursor to a socket. If your HTTP Client supports processing of Chunked Encoding, you can process resources in stream one by one without waiting for the end of the response. See full docs .
This operation dumps resource data in Aidbox format as CSV (). In this format, columns are paths to JSON values and Rows are values. It includes the header.
Neither the specific order of columns nor the order of rows is guaranteed. See full docs .