PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@core-5.0.0
    http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner
description: Base definition of the Practitioner resource for use in Swiss specific use cases.
package_name: ch.fhir.ig.ch
derivation: constraint
name: CHCorePractitioner
type: Practitioner
elements:
  identifier:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: value}
      min: null
      slices:
        GLN:
          match: {system: 'urn:oid:2.51.1.3'}
          schema:
            short: GLN (Global Location Number)
            type: Identifier
            pattern:
              type: Identifier
              value: {system: 'urn:oid:2.51.1.3'}
            index: 1
          min: 0
          max: 1
        ZSR:
          match: {system: 'urn:oid:2.16.756.5.30.1.123.100.2.1.1'}
          schema:
            short: ZSR (Zahlstellenregister), RCC (Registre des codes-créanciers), RCC (Registro dei codici creditori)
            type: Identifier
            array: true
            pattern:
              type: Identifier
              value: {system: 'urn:oid:2.16.756.5.30.1.123.100.2.1.1'}
            index: 2
          min: 0
  name: {type: HumanName, index: 3}
  telecom:
    index: 4
    elements:
      system: {index: 5}
      value: {index: 6}
    required: [value, system]
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        email:
          match: {system: null}
          schema: {type: ContactPoint, array: true, index: 7}
          min: 0
        phone:
          match: {system: null}
          schema: {type: ContactPoint, array: true, index: 8}
          min: 0
        internet:
          match: {system: null}
          schema: {type: ContactPoint, array: true, index: 9}
          min: 0
  address: {type: Address, index: 10}
  gender: {short: male | female | other, index: 11}
  birthDate: {index: 12}
  communication: {index: 13}
package_version: core-5.0.0
class: profile
kind: resource
url: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 5.0.0