PractitionerRole
Represents a role a practitioner performs at an organization. Contains information about Practitioner, Network, Location, Organization and HealthcareService resources associated with a practitioner.
Last updated
Was this helpful?
Represents a role a practitioner performs at an organization. Contains information about Practitioner, Network, Location, Organization and HealthcareService resources associated with a practitioner.
Last updated
Was this helpful?
Get 100 practitioner roles (by default):
Get practitioner role by resource id
:
The full list of FHIR search parameters for PractitionerRole is found . Aidbox also offers a selection of query parameters to further refine search results. This includes pagination, full-text search, sorting etc. Refer to the for information.
The search results are returned in by default. Alternatively, you can specify a _result
parameter with value array
to receive resources in a JSON array.
Get practitioner role by specialty:
Find practitioner id
:
Get practitioner by id
:
The following bulk operations on PractitionerRole are available.
Dump PractitionerRole resources in CSV format.
PractitionerRole.active
true/false
PractitionerRole.date
the period during which the practitioner is authorized to perform in these role(s)
PractitionerRole.email
PractitionerRole.endpoint
technical endpoints providing access to services operated for the practitioner with this role
PractitionerRole.healthcareService
the list of healthcare services that this worker provides for this role's Organization/Location(s)
PractitionerRole.identifier
identifier in a system
PractitionerRole.location
the location(s) at which this practitioner provides care
PractitionerRole.network
associated networks
PractitionerRole.organization
organization where the roles are available
PractitionerRole.phone
phone
PractitionerRole.practitioner
associated practitioner(s)
PractitionerRole.role
the code of a role
PractitionerRole.service
the list of healthcare services that this worker provides for this role's Organization/Location(s)
PractitionerRole.specialty
practitioner specialty
PractitionerRole.telecom
telecom
Aidbox will respond with stream, optionally you can get the output in FHIR format or GZIPped.
This is a memory-efficient operation. Aidbox just streams the database cursor to a socket. If your HTTP Client supports processing of Chunked Encoding, you can process resources in stream one by one without waiting for the end of the response. See full docs .
This operation dumps resource data in Aidbox format as CSV (). In this format, columns are paths to JSON values and Rows are values. It includes the header.
Neither the specific order of columns nor the order of rows is guaranteed. See full docs .