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