PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.uv.xver@r4b.r5-0.0.1-snapshot-1
    http://hl7.org/fhir/4.3/StructureDefinition/extension-PractitionerRole.availableTime
description: This cross-version extension represents PractitionerRole.availableTime from http://hl7.org/fhir/StructureDefinition/PractitionerRole|4.3.0 for use in FHIR R5.
package_name: rs/hl7.fhir.uv.xver
derivation: constraint
name: ext_R4B_PractitionerRole_availableTime
type: Extension
elements:
  extension:
    array: true
    index: 0
    slicing:
      rules: closed
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: 0
      slices:
        daysOfWeek:
          match: {url: null}
          schema:
            isModifier: false
            short: mon | tue | wed | thu | fri | sat | sun
            array: true
            index: 1
            elements:
              value:
                base: {path: 'Extension.value[x]'}
                short: mon | tue | wed | thu | fri | sat | sun
                choices: [valueCode]
                index: 3
              valueCode:
                base: {path: 'Extension.value[x]'}
                type: code
                short: mon | tue | wed | thu | fri | sat | sun
                choiceOf: value
                index: 4
        allDay:
          match: {url: null}
          schema:
            isModifier: false
            short: Always available? e.g. 24 hour service
            index: 5
            elements:
              value:
                base: {path: 'Extension.value[x]'}
                short: Always available? e.g. 24 hour service
                choices: [valueBoolean]
                index: 7
              valueBoolean:
                base: {path: 'Extension.value[x]'}
                type: boolean
                short: Always available? e.g. 24 hour service
                choiceOf: value
                index: 8
        availableStartTime:
          match: {url: null}
          schema:
            isModifier: false
            short: Opening time of day (ignored if allDay = true)
            index: 9
            elements:
              value:
                base: {path: 'Extension.value[x]'}
                short: Opening time of day (ignored if allDay = true)
                choices: [valueTime]
                index: 11
              valueTime:
                base: {path: 'Extension.value[x]'}
                type: time
                short: Opening time of day (ignored if allDay = true)
                choiceOf: value
                index: 12
        availableEndTime:
          match: {url: null}
          schema:
            isModifier: false
            short: Closing time of day (ignored if allDay = true)
            index: 13
            elements:
              value:
                base: {path: 'Extension.value[x]'}
                short: Closing time of day (ignored if allDay = true)
                choices: [valueTime]
                index: 15
              valueTime:
                base: {path: 'Extension.value[x]'}
                type: time
                short: Closing time of day (ignored if allDay = true)
                choiceOf: value
                index: 16
  url:
    pattern: {type: uri, value: 'http://hl7.org/fhir/4.3/StructureDefinition/extension-PractitionerRole.availableTime'}
    type: uri
    index: 17
package_version: r4b.r5-0.0.1-snapshot-1
extensions:
  daysOfWeek:
    url: null
    isModifier: false
    short: mon | tue | wed | thu | fri | sat | sun
    array: true
    index: 1
    elements:
      value:
        base: {path: 'Extension.value[x]'}
        short: mon | tue | wed | thu | fri | sat | sun
        choices: [valueCode]
        index: 3
      valueCode:
        base: {path: 'Extension.value[x]'}
        type: code
        short: mon | tue | wed | thu | fri | sat | sun
        choiceOf: value
        index: 4
  allDay:
    url: null
    isModifier: false
    short: Always available? e.g. 24 hour service
    index: 5
    elements:
      value:
        base: {path: 'Extension.value[x]'}
        short: Always available? e.g. 24 hour service
        choices: [valueBoolean]
        index: 7
      valueBoolean:
        base: {path: 'Extension.value[x]'}
        type: boolean
        short: Always available? e.g. 24 hour service
        choiceOf: value
        index: 8
  availableStartTime:
    url: null
    isModifier: false
    short: Opening time of day (ignored if allDay = true)
    index: 9
    elements:
      value:
        base: {path: 'Extension.value[x]'}
        short: Opening time of day (ignored if allDay = true)
        choices: [valueTime]
        index: 11
      valueTime:
        base: {path: 'Extension.value[x]'}
        type: time
        short: Opening time of day (ignored if allDay = true)
        choiceOf: value
        index: 12
  availableEndTime:
    url: null
    isModifier: false
    short: Closing time of day (ignored if allDay = true)
    index: 13
    elements:
      value:
        base: {path: 'Extension.value[x]'}
        short: Closing time of day (ignored if allDay = true)
        choices: [valueTime]
        index: 15
      valueTime:
        base: {path: 'Extension.value[x]'}
        type: time
        short: Closing time of day (ignored if allDay = true)
        choiceOf: value
        index: 16
class: extension
kind: complex-type
url: http://hl7.org/fhir/4.3/StructureDefinition/extension-PractitionerRole.availableTime
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 0.0.1-snapshot-1
required: [url]