OperationDefinition REST Endpoints
Description
This topic describes information for the OperationDefinition resource.
Overview
The OperationDefinition resource defines an operation. This information includes the inputs, outputs, description, and other items necessary to actually run the operation.
This resource only exposes the custom operations that the server defines. Operations that are defined as part of another implementation guide are referenced directly instead of being duplicated in this server. While the HL7 FHIR specification also supports describing named queries with this resource, Oracle Cerner does not currently support any custom named queries.
Fields
List of OperationDefinition IDs
Table - List of Operation Definitions
ID | Description |
---|---|
Generates a copy of a patient's Continuity of Care Document (CCD) as a Binary. |
|
Retrieves details for a caregiver organization given a care unit organization ID. |
|
Obtains a detailed set of FHIR resources of diverse resource types pertaining to all patients in specified group. |
|
Modifies an existing ChargeItem resulting in a newly created ChargeItem. |
|
Creates a charge event, which can result in the creation of one or more ChargeItems. |
|
Creates an offsetting ChargeItem for an existing debit ChargeItem. |
- Get an operation definition by ID
- Method: getPath:
/OperationDefinition/{ID}