PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions@5.3.0-ballot
    http://hl7.org/fhir/StructureDefinition/timing-daysOfCycle
description: Days of a possibly repeating cycle on which the action is to be performed. The cycle is defined by the first action with a timing element that is a parent of the daysOfCycle.
package_name: hl7.fhir.uv.extensions
derivation: constraint
name: DaysOfCycle
type: Extension
elements:
  extension:
    type: Extension
    short: What day to perform
    array: true
    min: 1
    index: 0
    slicing:
      slices:
        day:
          match: {}
          schema:
            min: 1
            short: What day to perform
            index: 0
            type: Extension
            array: true
            elements:
              extension: {index: 1}
              url:
                type: uri
                pattern: {type: Uri, value: day}
                index: 2
              value:
                choices: [valueInteger]
                index: 4
              valueInteger: {type: integer, choiceOf: value, index: 5}
            _required: true
            extensions: {}
            required: [value, valueInteger]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/timing-daysOfCycle'}
    index: 6
  value:
    choices: []
    index: 8
package_version: 5.3.0-ballot
extensions:
  day:
    min: 1
    short: What day to perform
    index: 0
    type: Extension
    array: true
    elements:
      extension: {index: 1}
      url:
        type: uri
        pattern: {type: Uri, value: day}
        index: 2
      value:
        choices: [valueInteger]
        index: 4
      valueInteger: {type: integer, choiceOf: value, index: 5}
    _required: true
    extensions: {}
    url: null
    required: [value, valueInteger]
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/timing-daysOfCycle
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.3.0-ballot
required: [extension]