Goal REST Endpoints

Goal
Create Goal Resource
Method: post
Path: /oracle-fhir-server/fhir/Goal
Delete Goal Resource
Method: delete
Path: /oracle-fhir-server/fhir/Goal/{id}
GET Change History of Goal Resource
Method: get
Path: /oracle-fhir-server/fhir/Goal/_history
GET Change History of Goal Resource by ID
Method: get
Path: /oracle-fhir-server/fhir/Goal/{id}/_history
GET Goal Resource Bundle
Method: get
Path: /oracle-fhir-server/fhir/Goal
GET Goal Resource by ID
Method: get
Path: /oracle-fhir-server/fhir/Goal/{id}
GET Goal Resource by version ID
Method: get
Path: /oracle-fhir-server/fhir/Goal/{id}/_history/{vid}
Update Goal Resource
Method: put
Path: /oracle-fhir-server/fhir/Goal/{id}