PractitionerRole

Important note : The information provided is from local testing and is not valid.

Http Interactions documentation.

Example 1

  • Search all practioner role with a reference to a practitioner with an identifier 34657.

Route ➔ {domain}/neo-atlas/fhir/PractitionerRole?practitioner.identifier=34657

Example 2

  • Search all practitioner role with a reference to an organization with an identifier COUTA4.

Route ➔ {domain}/neo-atlas/fhir/PractitionerRole?organization.identifierr=COUTA4

Example 3

  • Search all practitioner role with a reference to a practitioner with an identifier 34657 and with a reference to an organization with an identifier COUTA4. It can return multiples practitioner role in the bundle.

Route ➔ {domain}/neo-atlas/fhir/PractitionerRole?practitioner.identifier=COUTA4&organization.identifier=COUTA4

Example 4

  • Search with no parameters and it returns an empty bundle.

Route ➔ {domain}/neo-atlas/fhir/PractitionerRole

akinox-fhir-practitionerrole-search-example-4