description: This profile extends the Address data type for supporting streetname, housenumber and postal box. package_name: hl7.fhir.eu.base derivation: constraint name: AddressEu type: Address elements: line: extensions: streetName: {url: 'http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName', min: 0, type: Extension, index: 1} houseNumber: {url: 'http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber', min: 0, type: Extension, index: 2} postBox: {url: 'http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox', min: 0, type: Extension, index: 3} elements: extension: index: 0 slicing: rules: open discriminator: - {path: url, type: value} min: null slices: streetName: match: {url: null} schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName', index: 1} min: 0 houseNumber: match: {url: null} schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber', index: 2} min: 0 postBox: match: {url: null} schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox', index: 3} min: 0 country: extensions: countryCode: url: http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding type: Extension index: 5 elements: value: choices: [] index: 7 elements: extension: index: 4 slicing: rules: open ordered: false discriminator: - {path: url, type: value} min: null slices: countryCode: match: {url: null} schema: type: Extension url: http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding index: 5 elements: value: choices: [] index: 7 package_version: 0.1.0-ballot class: complex-type kind: complex-type url: http://hl7.eu/fhir/base/StructureDefinition/Address-eu base: http://hl7.org/fhir/StructureDefinition/Address version: 0.1.0-ballot