PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.us.ph@library-1.0.0-ballot
    http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-practitionerrole
description: This PractitionerRole profile represents the roles and organizations of the practitioner.\n\nIt is based on the **US Core PractitionerRole** profile with a further restriction of mandatory **practitioner*, **identifier**, and **telecom** data elements and US Public Health Location and US Public Health Organization references.
package_name: rs/hl7.fhir.us.ph
derivation: constraint
name: USPublicHealthPractitionerRole
type: PractitionerRole
elements:
  identifier: {mustSupport: true, index: 0}
  practitioner: {index: 1}
  organization:
    type: Reference
    refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization']
    index: 2
  location:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-location']
    index: 3
  telecom: {mustSupport: true, index: 4}
package_version: library-1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-practitionerrole
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole
version: 1.0.0-ballot
required: [identifier, practitioner, telecom]