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