PackagesCanonicalsLogsProblems
    Packages
    de.zdh.everordnung@1.0.0
    https://fhir.zdh.de/eVerordnung/StructureDefinition/ZDH_EX_EVO_Anzahl
description: Anzahl der verordneten Hilfsmittel (Menge gemäß Hilfsmittel-Richtlinie bzw. Mengenangabe auf Muster 8/8A/15/16). DeviceRequest besitzt in FHIR R4 kein eigenes Mengenelement.
package_name: de.zdh.everordnung
derivation: constraint
name: ZDH_EX_EVO_Anzahl
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'https://fhir.zdh.de/eVerordnung/StructureDefinition/ZDH_EX_EVO_Anzahl'}
    index: 1
  value:
    short: Anzahl
    choices: [valuePositiveInt]
    index: 6
    slicing:
      slices:
        valuePositiveInt:
          match: {}
          schema:
            short: Anzahl
            choices: [valuePositiveInt]
            _required: true
            index: 6
          min: 1
  valuePositiveInt:
    type: positiveInt
    short: Anzahl
    choiceOf: value
    index: 7
    slicing:
      slices:
        valuePositiveInt:
          match: {}
          schema: {type: positiveInt, short: Anzahl, choiceOf: value, _required: true, index: 7}
          min: 1
package_version: 1.0.0
extensions: {}
class: extension
kind: complex-type
url: https://fhir.zdh.de/eVerordnung/StructureDefinition/ZDH_EX_EVO_Anzahl
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0
required: [valuePositiveInt, value]