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