PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.nhsengland.programme@0.2.2-pre-release
    https://fhir.nhs.uk/England/StructureDefinition/England-Practitioner
description: Based on requirments from the previous NHS Digital IG and NHS Data Dictionary
package_name: fhir.r4.nhsengland.programme
derivation: constraint
name: EnglandPractitioner
type: Practitioner
elements:
  identifier:
    index: 0
    elements:
      system: {index: 1}
      value: {index: 2}
    required: [system, value]
    slicing:
      rules: closed
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        gmp-number:
          match: {system: 'https://fhir.hl7.org.uk/Id/gmp-number'}
          schema:
            type: Identifier
            index: 3
            elements:
              system:
                pattern: {type: uri, value: 'https://fhir.hl7.org.uk/Id/gmp-number'}
                type: uri
                index: 4
        gmc-number:
          match: {system: 'https://fhir.hl7.org.uk/Id/gmc-number'}
          schema:
            type: Identifier
            index: 5
            elements:
              system:
                pattern: {type: uri, value: 'https://fhir.hl7.org.uk/Id/gmc-number'}
                type: uri
                index: 6
        sds-user-id:
          match: {system: 'https://fhir.nhs.uk/Id/sds-user-id'}
          schema:
            type: Identifier
            index: 7
            elements:
              system:
                pattern: {type: uri, value: 'https://fhir.nhs.uk/Id/sds-user-id'}
                type: uri
                index: 8
package_version: 0.2.2-pre-release
class: profile
kind: resource
url: https://fhir.nhs.uk/England/StructureDefinition/England-Practitioner
base: https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner
version: 0.0.1-current
required: [identifier]