FHIR Artifacts > Structure Definition: PractitionerRole Profile

Structure Definition: PractitionerRole Profile

Canonical URL:http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-PractitionerRole

Simplifier project page:

Command 'link' could not render: Object reference not set to an instance of an object.

Derived from: PractitionerRole (R4)

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work

Could not find subject. File was not found for tabs

Differential View

Command 'tree' could not render: File was not found for ca-on-eReferral-profile-PractitionerRole

Hybrid View

Command 'tree' could not render: File was not found for ca-on-eReferral-profile-PractitionerRole

Snapshot View

Command 'tree' could not render: File was not found for ca-on-eReferral-profile-PractitionerRole

Table View

Command 'table' could not render: File was not found for ca-on-eReferral-profile-PractitionerRole

JSON View

Command 'json' could not render: File was not found for ca-on-eReferral-profile-PractitionerRole

Could not find subject. File was not found for script

Usage

The PractitionerRole resource is used to represent the activity (such as specialty and job title) and contact information that a Practitioner may perform at an organization/location.

PractitionerRole is used in a variety of ways in an eReferral process:

  • In an referral ServiceRequest it is used to represent
    • the Patient's general pracitioner
    • the Requester of a referral
    • a provider participating in an Appointment
    • etc.

Important:

  • The values recommended for Reference.display in this profile were carefully selected to ensure that if only PractitionerRole is retrieved (without retrieving Practitioner, Organization, Location or Endpoint), there is sufficient information presented, for most use cases
  • Any elements that are duplicated with the Practitioner resource (i.e., telecom, address) as it relates to providing a service should be recorded in PractitionerRole instead of Practitioner

Notes

.id

  • used to uniquely identify the resource
  • if a persistent identity for the resource is not available to use when constructing a message Bundle for transmission via Direct Messaging, a UUID SHOULD be used in this element (with a corresponding value in Bundle.entry.fullUrl)

.meta.profile

  • used to declare conformance to this profile
  • populate with a fixed value: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-PractitionerRole|1.0.0

.identifier

  • business identifier(s) that are specific to this PractitionerRole
  • identifiers corresponding to clinician qualifications (such as CPSO number) SHOULD be included in the Practitioner resource not PractitionerRole

.practitioner

  • identifies the Practitioner that is able to provide the defined services for the organization, when provided
  • .practitioner.reference SHOULD be populated with a reference to a Practitioner resource:
  • .practitioner.display SHOULD be populated with the Practitioner's full name
  • if the information is being transmitted via messaging, the referenced resource SHALL be included in the message as a Bundle.entry

.organization

  • identifies an organization where the Practitioner performs the services, when provided:
  • .organization.reference SHALL be populated with a reference to a Organization resource
  • .organization.display SHOULD be populated with the Organization's name
  • if the information is being transmitted via messaging, the referenced resource SHALL be included in the message as a Bundle.entry

.code

  • identifies the roles (or "job titles") that the Practitioner performs at the organization
  • .code.coding SHOULD include a code, system and display name from PractitionerRole
  • .code.text SHOULD always include a text description of the job title

.specialty

.location

  • identifies locations where the Practitioner performs services for the Organization, when provided:
  • .locaton.reference SHOULD be populated with a reference to a Organization resource
  • .location.display SHOULD be populated with the full resolvable address of the location (e.g., via Google Maps)
  • if the information is being transmitted via messaging, the referenced resource SHALL be included in the message as a Bundle.entry

.telecom

  • provides contact information for Practitioner in this role
  • .use will typically be populated with "work"