PackagesCanonicalsLogsProblems
    Packages
    rs/ee.fhir.base@1.1.1
    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/ee.fhir.base
derivation: constraint
name: OfficialAddress
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: uri, value: 'http://hl7.org/fhir/StructureDefinition/address-official'}
    type: uri
    index: 1
  value:
    meaningWhenMissing: Nothing can be inferred when this extension is missing. I.e. the absence of this extension shall not be interpreted as non-official address.
    choices: [valueBoolean, valueCodeableConcept]
    index: 3
  valueBoolean: {type: boolean, meaningWhenMissing: Nothing can be inferred when this extension is missing. I.e. the absence of this extension shall not be interpreted as non-official address., choiceOf: value, index: 4}
  valueCodeableConcept: {type: CodeableConcept, meaningWhenMissing: Nothing can be inferred when this extension is missing. I.e. the absence of this extension shall not be interpreted as non-official address., choiceOf: value, index: 5}
package_version: 1.1.1
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/address-official
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.1.1
required: [value, valueBoolean, valueCodeableConcept]