PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.uv.extensions@5.1.0
    http://hl7.org/fhir/StructureDefinition/address-official
description: Indicate that this address is meant to be the 'official' address for that person. What an 'official' address is depends on the country. This extension allows to specify if this address is or it is not the official address, or to indicate that this is the official address for that country.
package_name: rs/hl7.fhir.uv.extensions
derivation: constraint
name: OfficialAddress
type: Extension
elements:
  url:
    pattern: {type: uri, value: 'http://hl7.org/fhir/StructureDefinition/address-official'}
    type: uri
    index: 0
  valueBoolean:
    type: boolean
    short: Official address true/false
    index: 1
    slicing:
      slices:
        valueBoolean:
          match: {}
          schema: {type: boolean, short: Official address true/false, index: 1}
          min: 0
          max: 1
  valueCodeableConcept:
    short: Official address for country X
    type: CodeableConcept
    binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/jurisdiction'}
    index: 2
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema:
            short: Official address for country X
            type: CodeableConcept
            binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/jurisdiction'}
            index: 2
          min: 0
          max: 1
package_version: 5.1.0
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/address-official
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.1.0