PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-ems@2.0.0-ballot
    http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-practitionerrole
description: This profile constrains the PractitionerRole resource for representing practitioners involved with the roles they perform, e.g. physician, caregiver.
package_name: ch.fhir.ig.ch-ems
derivation: constraint
name: CHEmsPractitionerRole
type: PractitionerRole
elements:
  practitioner:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-practitioner']
    index: 0
    elements:
      reference: {index: 1}
    required: [reference]
  organization:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-organization']
    index: 2
    elements:
      reference: {index: 3}
    required: [reference]
  code:
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'http://fhir.ch/ig/ch-ems/ValueSet/IVR-VS-teamRole'}
    mustSupport: true
    index: 4
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-practitionerrole
base: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole
version: 2.0.0-ballot
required: [practitioner, code]