Location REST Endpoints

Location
Create Location Resource
Method: post
Path: /oracle-fhir-server/fhir/Location
Delete Location Resource
Method: delete
Path: /oracle-fhir-server/fhir/Location/{id}
GET Change History of Location Resource
Method: get
Path: /oracle-fhir-server/fhir/Location/_history
GET Change History of Location Resource by ID
Method: get
Path: /oracle-fhir-server/fhir/Location/{id}/_history
GET Location Resource Bundle
Method: get
Path: /oracle-fhir-server/fhir/Location
GET Location Resource by ID
Method: get
Path: /oracle-fhir-server/fhir/Location/{id}
GET Location Resource by version ID
Method: get
Path: /oracle-fhir-server/fhir/Location/{id}/_history/{vid}
Update Location Resource
Method: put
Path: /oracle-fhir-server/fhir/Location/{id}