VerificationResult REST Endpoints
VerificationResult
- Create VerificationResult Resource
- Method: postPath:
/oracle-fhir-server/fhir/VerificationResult - 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/{vid} - Update VerificationResult Resource
- Method: putPath:
/oracle-fhir-server/fhir/VerificationResult/{id}