Skip to main content

Get PractitionerRole

Get a single PractitionerRole by ID.

Query

query GetPractitionerRole($id: ID!) {
practitionerrole(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a PractitionerRole resource.