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