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/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
_id Token Resource id.
_lastUpdated Date lt  le  gt  ge  When the resource last changed.
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.
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.

  • identifier
  • _id

Only one sort parameter may be specified.

Supported Operations

Organization supports the following extended operations.


Back to Resources