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