PackagesCanonicalsLogsProblems
    Packages
    fhir.ca-bc.provider@1.0.1
    http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-organization-pci-extension
description: Flag that indicates if (Primary Care) Clinic is part of the PrimaryCare Initiative. not all PC clinic are part of this initiative
package_name: fhir.ca-bc.provider
derivation: constraint
name: PrimaryCareInitiativeExtension
type: Extension
elements:
  extension:
    array: true
    min: 2
    index: 0
    slicing:
      slices:
        pciFlag:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: uri, value: pciFlag}
                type: uri
                index: 3
              value:
                mustSupport: true
                choices: [valueBoolean]
                index: 5
              valueBoolean: {type: boolean, mustSupport: true, choiceOf: value, index: 6}
            required: [value, valueBoolean]
        identifier:
          match: {}
          schema:
            mustSupport: true
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: uri, value: identifier}
                type: uri
                index: 9
              value:
                mustSupport: true
                choices: [valueIdentifier]
                index: 11
              valueIdentifier: {type: Identifier, mustSupport: true, choiceOf: value, index: 12}
            required: [value, valueIdentifier]
        period:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-period-extension', index: 13}
          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: 14}
          min: 0
          max: 1
        owner:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-owner-extension', index: 15}
          min: 0
          max: 1
  url:
    pattern: {type: uri, value: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-organization-pci-extension'}
    type: uri
    index: 16
  value:
    choices: []
    index: 18
package_version: 1.0.1
extensions:
  pciFlag:
    url: null
    mustSupport: true
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: uri, value: pciFlag}
        type: uri
        index: 3
      value:
        mustSupport: true
        choices: [valueBoolean]
        index: 5
      valueBoolean: {type: boolean, mustSupport: true, choiceOf: value, index: 6}
    required: [value, valueBoolean]
  identifier:
    url: null
    mustSupport: true
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: uri, value: identifier}
        type: uri
        index: 9
      value:
        mustSupport: true
        choices: [valueIdentifier]
        index: 11
      valueIdentifier: {type: Identifier, mustSupport: true, choiceOf: value, index: 12}
    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: 13}
  endReason: {url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-end-reason-extension', min: 0, max: 1, type: Extension, mustSupport: true, index: 14}
  owner: {url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-owner-extension', min: 0, max: 1, type: Extension, mustSupport: true, index: 15}
class: extension
kind: complex-type
url: http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-organization-pci-extension
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0