Group
Semantical type
The FHIR resource type is also used as semantical type of the resource. Include the FHIR resource name Group into your applications access filter if you need to use this resource.
Resource owner
The creator of the resource is always the owner of the resource.
Read
Read a single Group by id.
Request:
[GET] /fhir/Group/<id>
Read specific version
Read a specific version of a single Group by id.
Request:
[GET] /fhir/Group/<id>/_history/<version>
Retrieve history
Retrieve all versions of a single resource.
Request:
[GET] /fhir/Group/<id>/_history
Search
Search for resources of type Group
Request:
[GET] /fhir/Group?searchParams
List of supported search parameters:
Supported query parameters:
Name | Type | Description |
---|---|---|
_id | string | The resource identity |
_lastUpdated | date | Only return resources which were last updated as specified by the given range |
_page | string | |
actual | token | Descriptive or actual |
characteristic | token | Kind of characteristic |
characteristic-value | composite | A composite of both characteristic and value |
code | token | The kind of resources contained |
exclude | token | Group includes or excludes |
identifier | token | Unique id |
managing-entity | reference | Entity that is the custodian of the Group's definition |
member | reference | Reference to the group member |
type | token | The type of resources the group contains |
value | token | Value held by characteristic |
Create
Create a new resource of type Group.
Request:
[POST] /fhir/Group
Update
Updates a resource of type Group.
Request:
[PUT] /fhir/Group/<id>