PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-core@3.0.0
    http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner
description: Core practitioner definition in the swiss context.
package_name: ch.fhir.ig.ch-core
derivation: constraint
name: CHCorePractitioner
type: Practitioner
elements:
  identifier:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        GLN:
          match: {system: null}
          schema: {type: Identifier, short: GLN (Global Location Number), index: 1}
        ZSR:
          match: {system: 'urn:oid:2.16.756.5.30.1.123.100.2.1.1'}
          schema:
            short: ZSR
            index: 2
            elements:
              system:
                short: OID of the ZSR
                pattern: {type: Uri, value: 'urn:oid:2.16.756.5.30.1.123.100.2.1.1'}
                index: 3
              value: {short: ZSR of the practitioner, index: 4}
            required: [value, system]
  name: {type: HumanName, index: 5}
  telecom: {index: 6}
  address: {type: Address, index: 7}
  gender: {short: male | female | other, index: 8}
  birthDate: {index: 9}
  communication: {index: 10}
package_version: 3.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: 3.0.0