Group

The Group resource represents a group of patients.

Overview

See the FHIR documentation for more information about Group resources.

Mapped Concepts in HIEBus

  • PatientGroup
  • PatientGroupMember

Supported Interactions

Group resources support the following interactions.

Search Parameters

When searching for Group resources, the following search parameters are supported.

Name Type Prefixes
Modifiers
Can be Chained? Description
_id Token Resource id.
code Token :not  :in  :notin  :missing  The kind of resources contained.
identifier Token :missing  Unique id.
member Reference :missing  yes Reference to the group member.
name String :contains  :exact  :missing  Searches for groups by their name.

Sortable Parameters

When searching Group resources, it is possible to sort the returned values by the following search parameters.

  • name
  • _id

Only one sort parameter may be specified.

Supported Includes

When searching Group resources, it is possible to include the resources referenced by the following field names.

  • Member

Back to Resources