PackagesCanonicalsLogsProblems
    Packages
    fhir.ca-bc.provider@1.0.1
    http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-availability-extension
description: Can represent the Available time or the Not Avaialble details
package_name: fhir.ca-bc.provider
derivation: constraint
name: AvailabilityExtension
type: Extension
elements:
  extension:
    index: 0
    slicing:
      slices:
        availableTime:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-availableTime-extension', index: 1}
          min: 0
        notAvailableTime:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-not-available-extension', index: 2}
          min: 0
        identifier:
          match: {}
          schema:
            mustSupport: true
            index: 3
            extensions: {}
            elements:
              extension: {index: 4}
              url:
                pattern: {type: uri, value: identifier}
                type: uri
                index: 5
              value:
                mustSupport: true
                choices: [valueIdentifier]
                index: 7
              valueIdentifier: {type: Identifier, mustSupport: true, choiceOf: value, index: 8}
            required: [value, valueIdentifier]
        period:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-period-extension', index: 9}
          min: 1
          max: 1
        endReason:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-end-reason-extension', index: 10}
          min: 0
          max: 1
        owner:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-owner-extension', index: 11}
          min: 0
          max: 1
  url:
    pattern: {type: uri, value: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-availability-extension'}
    type: uri
    index: 12
  value:
    choices: []
    index: 14
package_version: 1.0.1
extensions:
  availableTime: {url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-availableTime-extension', min: 0, type: Extension, mustSupport: true, index: 1}
  notAvailableTime: {url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-not-available-extension', min: 0, type: Extension, mustSupport: true, index: 2}
  identifier:
    url: null
    mustSupport: true
    index: 3
    extensions: {}
    elements:
      extension: {index: 4}
      url:
        pattern: {type: uri, value: identifier}
        type: uri
        index: 5
      value:
        mustSupport: true
        choices: [valueIdentifier]
        index: 7
      valueIdentifier: {type: Identifier, mustSupport: true, choiceOf: value, index: 8}
    required: [value, valueIdentifier]
  period: {url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-period-extension', min: 1, max: 1, type: Extension, mustSupport: true, index: 9}
  endReason: {url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-end-reason-extension', min: 0, max: 1, type: Extension, mustSupport: true, index: 10}
  owner: {url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-owner-extension', min: 0, max: 1, type: Extension, mustSupport: true, index: 11}
class: extension
kind: complex-type
url: http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-availability-extension
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0
required: [extension]