PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.mha-pds@0.9.0-alpha-1.9.4
    http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-nofixedaddress
description: This extension applies to the Address datatype and indicates that there is an assertion that there is no fixed address.
package_name: ca.on.oh.mha-pds
derivation: constraint
name: ExtensionNoFixedAddress
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-nofixedaddress'}
    index: 0
  value:
    pattern: {type: Boolean, value: true}
    choices: [valueBoolean]
    index: 2
    slicing:
      slices:
        valueBoolean:
          match: {}
          schema:
            pattern: {type: Boolean, value: true}
            choices: [valueBoolean]
            _required: true
            index: 2
          min: 1
          max: 1
  valueBoolean:
    type: boolean
    choiceOf: value
    pattern: {type: Boolean, value: true}
    index: 3
    slicing:
      slices:
        valueBoolean:
          match: {}
          schema:
            type: boolean
            _required: true
            choiceOf: value
            pattern: {type: Boolean, value: true}
            index: 3
          min: 1
          max: 1
package_version: 0.9.0-alpha-1.9.4
class: extension
kind: complex-type
url: http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-nofixedaddress
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 0.1.0
required: [url, value, valueBoolean]