PackagesCanonicalsLogsProblems
    Packages
    fhir.ca-bc.provider@1.0.1
    http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-facility-physical-address-extension
description: An optional physical address for the facility.
package_name: fhir.ca-bc.provider
derivation: constraint
name: PhysicalAddress
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: uri, value: 'http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-facility-physical-address-extension'}
    type: uri
    index: 1
  value:
    short: Physical address only, of the building Location, so no unit number
    mustSupport: true
    choices: [valueAddress]
    index: 3
  valueAddress: {type: Address, short: 'Physical address only, of the building Location, so no unit number', mustSupport: true, choiceOf: value, index: 4}
package_version: 1.0.1
extensions: {}
class: extension
kind: complex-type
url: http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-facility-physical-address-extension
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0
required: [value, valueAddress]