PractitionerRole
GET https://api.flexpa.com/fhir/PractitionerRole
PractitionerRole is a supporting FHIR resource that details a specific set of role/location/specialty/service combinations that a practitioner may perform at an organization for a period of time.
In contrast to many of the other resources in the Flexpa that are patient-specific, it serves as a foundational resource that supports the clinical and financial resources in the API.
As a result, PractitionerRole is most often used as part of an include
parameter in a search request to retrieve the related resources or is accessed via a read with a specific FHIR resource ID obtained from a financial or clinical resource.
#Sample request
This is a sample request using curl
ACCESS_TOKEN=flexpa-link-access-token
curl "https://api.flexpa.com/fhir/PractitionerRole" \
-H "Authorization: Bearer $ACCESS_TOKEN"
#Sample response
This is a sample response from Humana using Flexpa API in test mode