Account REST Endpoints
Account
- Create Account Resource
- Method: postPath:
/oracle-fhir-server/fhir/Account
- Delete Account Resource
- Method: deletePath:
/oracle-fhir-server/fhir/Account/{id}
- GET Account Resource Bundle
- Method: getPath:
/oracle-fhir-server/fhir/Account
- GET Account Resource by ID
- Method: getPath:
/oracle-fhir-server/fhir/Account/{id}
- GET Account Resource by version ID
- Method: getPath:
/oracle-fhir-server/fhir/Account/{id}/_history/{vid}
- GET Change History of Account Resource
- Method: getPath:
/oracle-fhir-server/fhir/Account/_history
- GET Change History of Account Resource by ID
- Method: getPath:
/oracle-fhir-server/fhir/Account/{id}/_history
- Update Account Resource
- Method: putPath:
/oracle-fhir-server/fhir/Account/{id}