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