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