PackagesCanonicalsLogsProblems
    Packages
    fmcna.caredata.fhir.ig.r4@1.1.4
    http://fkcfhir.org/fhir/StructureDefinition/fmc-practitioner-role-profile
description: Fresenius Practitioner Role Profile
package_name: fmcna.caredata.fhir.ig.r4
derivation: constraint
name: FreseniusPractitionerRole
type: PractitionerRole
elements:
  identifier:
    base: {max: '*', min: 1, path: Practitioner.identifier}
    mustSupport: true
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        PRACIdentifier:
          match: {system: 'urn:oid:2.16.840.1.113883.3.7418.10.1'}
          schema:
            mustSupport: true
            _required: true
            index: 1
            elements:
              system:
                pattern: {type: Uri, value: 'urn:oid:2.16.840.1.113883.3.7418.10.1'}
                index: 2
            required: [system]
  practitioner:
    type: Reference
    short: Reference to FreseniusPractitioner
    refers: ['http://fkcfhir.org/fhir/StructureDefinition/fmc-practitioner-profile']
    index: 3
  organization:
    type: Reference
    short: Reference to FreseniusOrganization
    refers: ['http://fkcfhir.org/fhir/StructureDefinition/fmc-organization-profile']
    index: 4
  code:
    binding: {strength: required, valueSet: 'http://fkcfhir.org/fhir/ValueSet/fmc-practitioner-role-vs'}
    index: 5
package_version: 1.1.4
class: profile
kind: resource
url: http://fkcfhir.org/fhir/StructureDefinition/fmc-practitioner-role-profile
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole
version: null
required: [practitioner, identifier, organization, code]