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