PractitionerRole – FHIR API

GET /PractitionerRole

This endpoint returns a response of Bundle of the PractitionerRole entity.

Request

Query Parameters
  • _id (optional) – string

Response

200 Response

Success

Array of objects – PractitionerRole

GET /PractitionerRole/{id}

This endpoint returns a response of a single entity of the PractitionerRole when supplied an ID.

Request

Query Parameters
  • _id (optional) – string

200 Response

Success

Type: object – PractitionerRole
  • id – string
  • link – object
  • meta – object
  • resourceType – string

GET /PractitionerRole/_history

This endpoint returns a response of Bundle a history of updates for the PractitionerRole entity.

Request

Query Parameters
  • _id (optional) – string
  • _count (optional) – string

Response

200 Response

Success

Array of objects – PractitionerRole History
  • id – string
  • link – object
  • meta – object
  • resourceType – string

GET /PractitionerRole/{id}/_history

This endpoint returns a response of a history of updates for the PractitionerRole entity when supplied an ID.

Request

Query Parameters
  • _id (optional) – string

Response

200 Response

Success

object – PractitionerRole History
  • id – string
  • link – object
  • meta – object
  • resourceType – string