PractitionerRole REST Endpoints
PractitionerRole
The PractitionerRole FHIR resource type
- Add Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/PractitionerRole/{id}/$meta-add - Create PractitionerRole Resource
- Method: postPath:
oracle-fhir-server/fhir/PractitionerRole - Delete Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/PractitionerRole/{id}/$meta-delete - 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/{version_id} - GET PractitionerRole Resource Meta at Instance-Level.
- Method: getPath:
oracle-fhir-server/fhir/PractitionerRole/{id}/$meta - GET PractitionerRole Resource Meta at type level.
- Method: getPath:
oracle-fhir-server/fhir/PractitionerRole/$meta - Instance-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/PractitionerRole/{id}/$expunge - Instance-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/PractitionerRole/{id}/$validate - Patch PractitionerRole Resource
- Method: patchPath:
oracle-fhir-server/fhir/PractitionerRole/{id} - Search PractitionerRole Resource
- Method: postPath:
oracle-fhir-server/fhir/PractitionerRole/_search - Type-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/PractitionerRole/$expunge - Type-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/PractitionerRole/$validate - Update PractitionerRole Resource
- Method: putPath:
oracle-fhir-server/fhir/PractitionerRole/{id}