PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-core@4.0.0-ballot
    http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-confidentialitycode
description: Extension for the confidentiality code according to the Swiss EPR regulation
package_name: ch.fhir.ig.ch-core
derivation: constraint
name: EPRConfidentialityCode
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-confidentialitycode'}
    index: 1
  value:
    choices: []
    index: 3
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        valueCodeableConcept:
          match: {}
          schema:
            choices: [valueCodeableConcept]
            _required: true
            index: 5
          min: 1
          max: 1
  valueCodeableConcept:
    type: CodeableConcept
    choiceOf: value
    index: 6
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema: {type: CodeableConcept, choiceOf: value, _required: true, index: 6}
          min: 1
          max: 1
  value[x]:
    elements:
      coding:
        index: 7
        elements:
          system: {index: 8}
          code: {index: 9}
        required: [system, code]
    required: [coding]
package_version: 4.0.0-ballot
extensions: {}
class: extension
kind: complex-type
url: http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-confidentialitycode
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 4.0.0-ballot
required: [value, valueCodeableConcept]