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