PackagesCanonicalsLogsProblems
    Packages
    signal.core.r4@0.2.9
    http://hl7.org/fhir/StructureDefinition/no-fixed-address
description: This extension applies to the Address data type and is used to indicate that a location address is not a fixed address for an individual.
package_name: signal.core.r4
derivation: constraint
name: PatNoFixedAddress
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://hl7.org.au/fhir/StructureDefinition/no-fixed-address'}
    index: 0
  value:
    short: Indicator of no fixed address
    pattern: {type: Boolean, value: true}
    choices: [valueBoolean]
    index: 5
    slicing:
      slices:
        valueBoolean:
          match: {}
          schema:
            short: Indicator of no fixed address
            pattern: {type: Boolean, value: true}
            choices: [valueBoolean]
            _required: true
            index: 5
          min: 1
  valueBoolean:
    short: Indicator of no fixed address
    type: boolean
    choiceOf: value
    pattern: {type: Boolean, value: true}
    index: 6
    slicing:
      slices:
        valueBoolean:
          match: {}
          schema:
            short: Indicator of no fixed address
            type: boolean
            _required: true
            choiceOf: value
            pattern: {type: Boolean, value: true}
            index: 6
          min: 1
package_version: 0.2.9
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/no-fixed-address
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0
required: [value, valueBoolean]