Location REST Endpoints

Location
The Location FHIR resource type
Add Meta at Instance-Level
Method: post
Path: oracle-fhir-server/fhir/Location/{id}/$meta-add
Create Location Resource
Method: post
Path: oracle-fhir-server/fhir/Location
Delete Location Resource
Method: delete
Path: oracle-fhir-server/fhir/Location/{id}
Delete Meta at Instance-Level
Method: post
Path: oracle-fhir-server/fhir/Location/{id}/$meta-delete
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/{version_id}
GET Location Resource Meta at Instance-Level.
Method: get
Path: oracle-fhir-server/fhir/Location/{id}/$meta
GET Location Resource Meta at type level.
Method: get
Path: oracle-fhir-server/fhir/Location/$meta
Instance-Level Expunge Operation
Method: post
Path: oracle-fhir-server/fhir/Location/{id}/$expunge
Instance-Level Validate Operation
Method: post
Path: oracle-fhir-server/fhir/Location/{id}/$validate
Patch Location Resource
Method: patch
Path: oracle-fhir-server/fhir/Location/{id}
Search Location Resource
Method: post
Path: oracle-fhir-server/fhir/Location/_search
Type-Level Expunge Operation
Method: post
Path: oracle-fhir-server/fhir/Location/$expunge
Type-Level Validate Operation
Method: post
Path: oracle-fhir-server/fhir/Location/$validate
Update Location Resource
Method: put
Path: oracle-fhir-server/fhir/Location/{id}