PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ecr.r4@2.1.1
    http://hl7.org/fhir/us/ecr/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: hl7.fhir.us.ecr.r4
derivation: constraint
name: USPublicHealthPractitionerRole
type: PractitionerRole
elements:
  identifier: {mustSupport: true, index: 0}
  practitioner: {index: 1}
  organization:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-organization']
    index: 2
  location:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-location']
    index: 3
  telecom: {mustSupport: true, index: 4}
package_version: 2.1.1
class: profile
kind: resource
url: http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-practitionerrole
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole
version: 2.1.1
required: [practitioner, identifier, telecom]