Endpoint REST Endpoints
Endpoint
The Endpoint FHIR resource type
- Add Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/Endpoint/{id}/$meta-add - Create Endpoint Resource
- Method: postPath:
oracle-fhir-server/fhir/Endpoint - Delete Endpoint Resource
- Method: deletePath:
oracle-fhir-server/fhir/Endpoint/{id} - Delete Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/Endpoint/{id}/$meta-delete - GET Change History of Endpoint Resource
- Method: getPath:
oracle-fhir-server/fhir/Endpoint/_history - GET Change History of Endpoint Resource by ID
- Method: getPath:
oracle-fhir-server/fhir/Endpoint/{id}/_history - GET Endpoint Resource Bundle
- Method: getPath:
oracle-fhir-server/fhir/Endpoint - GET Endpoint Resource by ID
- Method: getPath:
oracle-fhir-server/fhir/Endpoint/{id} - GET Endpoint Resource by version ID
- Method: getPath:
oracle-fhir-server/fhir/Endpoint/{id}/_history/{version_id} - GET Endpoint Resource Meta at Instance-Level.
- Method: getPath:
oracle-fhir-server/fhir/Endpoint/{id}/$meta - GET Endpoint Resource Meta at type level.
- Method: getPath:
oracle-fhir-server/fhir/Endpoint/$meta - Instance-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/Endpoint/{id}/$expunge - Instance-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/Endpoint/{id}/$validate - Patch Endpoint Resource
- Method: patchPath:
oracle-fhir-server/fhir/Endpoint/{id} - Search Endpoint Resource
- Method: postPath:
oracle-fhir-server/fhir/Endpoint/_search - Type-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/Endpoint/$expunge - Type-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/Endpoint/$validate - Update Endpoint Resource
- Method: putPath:
oracle-fhir-server/fhir/Endpoint/{id}