http://hl7.org/fhir/StructureDefinition/no-fixed-address|5.2.0

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.
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.
derivation: constraint
name: PatNoFixedAddress
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/no-fixed-address'}
    index: 0
  value:
    choices: []
    index: 2
    slicing:
      slices:
        valueBoolean:
          match: {}
          schema:
            short: Indicator of no fixed address
            pattern: {type: Boolean, value: true}
            choices: []
            _required: true
            index: 4
          min: 1
          max: 1
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/no-fixed-address
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.2.0
required: [value]