PackagesCanonicalsLogsProblems
    Packages
    fhir.ca-bc.provider@1.0.1
    http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-facility-details-extension
description: Provides the details of a facility as represented by a FHIR location.
package_name: fhir.ca-bc.provider
derivation: constraint
name: FacilityDetailsExtension
type: Extension
elements:
  extension:
    index: 0
    slicing:
      slices:
        campusOfCare:
          match: {}
          schema:
            mustSupport: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: uri, value: campusOfCare}
                type: uri
                index: 3
              value:
                mustSupport: true
                choices: [valueString]
                index: 5
              valueString: {type: string, mustSupport: true, choiceOf: value, index: 6}
            required: [value, valueString]
        operatorName:
          match: {}
          schema:
            mustSupport: true
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: uri, value: operatorName}
                type: uri
                index: 9
              value:
                mustSupport: true
                choices: [valueString]
                index: 11
              valueString: {type: string, mustSupport: true, choiceOf: value, index: 12}
            required: [value, valueString]
        ownerName:
          match: {}
          schema:
            mustSupport: true
            index: 13
            extensions: {}
            elements:
              extension: {index: 14}
              url:
                pattern: {type: uri, value: ownerName}
                type: uri
                index: 15
              value:
                mustSupport: true
                choices: [valueString]
                index: 17
              valueString: {type: string, mustSupport: true, choiceOf: value, index: 18}
            required: [value, valueString]
        contactName:
          match: {}
          schema:
            mustSupport: true
            index: 19
            extensions: {}
            elements:
              extension: {index: 20}
              url:
                pattern: {type: uri, value: contactName}
                type: uri
                index: 21
              value:
                mustSupport: true
                choices: [valueString]
                index: 23
              valueString: {type: string, mustSupport: true, choiceOf: value, index: 24}
            required: [value, valueString]
        period:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-period-extension', index: 25}
          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: 26}
          min: 0
          max: 1
        owner:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-owner-extension', index: 27}
          min: 0
          max: 1
  url:
    pattern: {type: uri, value: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-facility-details-extension'}
    type: uri
    index: 28
  value:
    choices: []
    index: 30
package_version: 1.0.1
extensions:
  campusOfCare:
    url: null
    mustSupport: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: uri, value: campusOfCare}
        type: uri
        index: 3
      value:
        mustSupport: true
        choices: [valueString]
        index: 5
      valueString: {type: string, mustSupport: true, choiceOf: value, index: 6}
    required: [value, valueString]
  operatorName:
    url: null
    mustSupport: true
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: uri, value: operatorName}
        type: uri
        index: 9
      value:
        mustSupport: true
        choices: [valueString]
        index: 11
      valueString: {type: string, mustSupport: true, choiceOf: value, index: 12}
    required: [value, valueString]
  ownerName:
    url: null
    mustSupport: true
    index: 13
    extensions: {}
    elements:
      extension: {index: 14}
      url:
        pattern: {type: uri, value: ownerName}
        type: uri
        index: 15
      value:
        mustSupport: true
        choices: [valueString]
        index: 17
      valueString: {type: string, mustSupport: true, choiceOf: value, index: 18}
    required: [value, valueString]
  contactName:
    url: null
    mustSupport: true
    index: 19
    extensions: {}
    elements:
      extension: {index: 20}
      url:
        pattern: {type: uri, value: contactName}
        type: uri
        index: 21
      value:
        mustSupport: true
        choices: [valueString]
        index: 23
      valueString: {type: string, mustSupport: true, choiceOf: value, index: 24}
    required: [value, valueString]
  period: {url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-period-extension', min: 1, max: 1, type: Extension, mustSupport: true, index: 25}
  endReason: {url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-end-reason-extension', min: 0, max: 1, type: Extension, mustSupport: true, index: 26}
  owner: {url: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-owner-extension', min: 0, max: 1, type: Extension, mustSupport: true, index: 27}
class: extension
kind: complex-type
url: http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-facility-details-extension
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0
required: [extension]