PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.nhsengland.programme@0.2.2-pre-release
    https://fhir.nhs.uk/England/StructureDefinition/England-PractitionerRole-Healthcare-Worker
description: Based on requirments from the previous NHS Digital IG and NHS Data Dictionary
package_name: fhir.r4.nhsengland.programme
derivation: constraint
name: EnglandPractitionerRoleHealthcareWorker
type: PractitionerRole
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      system: {index: 1}
      value: {index: 2}
    required: [system, value]
    slicing:
      rules: closed
      discriminator:
      - {path: system, type: pattern}
      min: 1
      slices:
        sds-user-profile-id:
          match: {system: null}
          schema: {type: Identifier, _required: true, index: 3}
          min: 1
          max: 1
  period:
    elements:
      start: {mustSupport: true, index: 4}
      end: {mustSupport: true, index: 5}
  practitioner:
    elements:
      identifier: {type: Identifier, index: 6}
  organization:
    elements:
      identifier: {type: Identifier, index: 7}
    required: [identifier]
  code:
    binding: {strength: required, valueSet: 'https://fhir.nhs.uk/England/ValueSet/England-JobRoleCode'}
    index: 8
package_version: 0.2.2-pre-release
class: profile
kind: resource
url: https://fhir.nhs.uk/England/StructureDefinition/England-PractitionerRole-Healthcare-Worker
base: https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole
version: 0.0.1-current
required: [identifier]