PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@epr-fhir-4.0.1
    http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-ext-deletionstatus
description: Extension Deletion Status for DocumentReference
package_name: ch.fhir.ig.ch
derivation: constraint
name: ChExtDeletionStatus
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-ext-deletionstatus'}
    mustSupport: true
    index: 1
  value:
    choices: []
    index: 3
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        valueCoding:
          match: {}
          schema:
            mustSupport: true
            choices: [valueCoding]
            _required: true
            index: 5
          min: 1
          max: 1
  valueCoding:
    type: Coding
    mustSupport: true
    choiceOf: value
    index: 6
    slicing:
      slices:
        valueCoding:
          match: {}
          schema: {type: Coding, mustSupport: true, choiceOf: value, _required: true, index: 6}
          min: 1
          max: 1
package_version: epr-fhir-4.0.1
extensions: {}
class: extension
kind: complex-type
url: http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-ext-deletionstatus
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 4.0.1
required: [valueCoding, value]