AppointmentResponse REST Endpoints
AppointmentResponse
The AppointmentResponse FHIR resource type
- Add Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/AppointmentResponse/{id}/$meta-add - Create AppointmentResponse Resource
- Method: postPath:
oracle-fhir-server/fhir/AppointmentResponse - Delete AppointmentResponse Resource
- Method: deletePath:
oracle-fhir-server/fhir/AppointmentResponse/{id} - Delete Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/AppointmentResponse/{id}/$meta-delete - GET AppointmentResponse Resource Bundle
- Method: getPath:
oracle-fhir-server/fhir/AppointmentResponse - GET AppointmentResponse Resource by ID
- Method: getPath:
oracle-fhir-server/fhir/AppointmentResponse/{id} - GET AppointmentResponse Resource by version ID
- Method: getPath:
oracle-fhir-server/fhir/AppointmentResponse/{id}/_history/{version_id} - GET AppointmentResponse Resource Meta at Instance-Level.
- Method: getPath:
oracle-fhir-server/fhir/AppointmentResponse/{id}/$meta - GET AppointmentResponse Resource Meta at type level.
- Method: getPath:
oracle-fhir-server/fhir/AppointmentResponse/$meta - GET Change History of AppointmentResponse Resource
- Method: getPath:
oracle-fhir-server/fhir/AppointmentResponse/_history - GET Change History of AppointmentResponse Resource by ID
- Method: getPath:
oracle-fhir-server/fhir/AppointmentResponse/{id}/_history - Instance-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/AppointmentResponse/{id}/$expunge - Instance-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/AppointmentResponse/{id}/$validate - Patch AppointmentResponse Resource
- Method: patchPath:
oracle-fhir-server/fhir/AppointmentResponse/{id} - Search AppointmentResponse Resource
- Method: postPath:
oracle-fhir-server/fhir/AppointmentResponse/_search - Type-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/AppointmentResponse/$expunge - Type-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/AppointmentResponse/$validate - Update AppointmentResponse Resource
- Method: putPath:
oracle-fhir-server/fhir/AppointmentResponse/{id}