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