PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions@5.1.0-cibuild
    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: hl7.fhir.uv.extensions
derivation: constraint
name: PatNoFixedAddress
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://hl7.org/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
          max: 1
  valueBoolean:
    short: Indicator of no fixed address
    type: boolean
    pattern: {type: Boolean, value: true}
    choiceOf: value
    index: 6
    slicing:
      slices:
        valueBoolean:
          match: {}
          schema:
            short: Indicator of no fixed address
            type: boolean
            pattern: {type: Boolean, value: true}
            _required: true
            choiceOf: value
            index: 6
          min: 1
          max: 1
package_version: 5.1.0-cibuild
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/no-fixed-address
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.1.0-cibuild
required: [value, valueBoolean]