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