HL7 CZ Laboratory IG
0.5.0 - ci-build Czechia flag

HL7 CZ Laboratory IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-lab/ and changes regularly. See the Directory of published versions

Data Type Profile: Address: Obligations

Official URL: https://hl7.cz/fhir/lab/StructureDefinition/cz-address-obl-lab Version: 0.5.0
Standards status: Informative Maturity Level: 0 Computable Name: CZ_AddressObligationsLab

This profile defines obligations for an address in FHIR for the purpose of this guide.

Usages:

  • This DataType Profile is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Address C 0..* CZ_Address Address according to Czech postal conventions
Constraints: text-or-ctry, POB-and-PCS, street-and-city, POB-only-postal, POB-ext-only
... Slices for extension Content/Rules for all slices
.... extension:addressPoint O 0..1 Identifier Address location code according to the system RÚIAN (ČÚZK)
URL: https://hl7.cz/fhir/core/StructureDefinition/address-point-cz
ObligationsActor
SHOULD:populate-if-known LabCreator-L1
SHALL:populate-if-known LabCreator-L2
.... extension:permanentResidence 0..1 CodeableConcept Address permanent residence
URL: https://hl7.cz/fhir/core/StructureDefinition/permanent-residencer-address-cz
Binding: Iso3166-1-2 (required)
... use ?!OΣ 0..1 code home | work | temp | old | billing - purpose of this address
Binding: AddressUse (required): The use of an address.
Example General: home
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
... line OΣ 0..* string Street name, number, direction & P.O. Box etc.
This repeating element order: The order in which lines should appear in an address label
Example General: 137 Nowhere Street
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
.... Slices for extension Content/Rules for all slices
..... extension:streetName 0..* string streetName
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName
..... extension:houseNumber 0..* string houseNumber
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber
..... extension:postBox 0..* string postBox
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox
.... value O 0..1 string Primitive value for string
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2

Max Length:1048576
... postalCode OΣ 0..1 string Postal code for area
Example General: 9132
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
... country OΣ 0..1 string Country (e.g. can be ISO 3166 2 letter code)
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L1
.... Slices for extension Content/Rules for all slices
..... extension:countryCode O 0..1 (Complex) code for string
URL: http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding
ObligationsActor
SHOULD:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHOULD:able-to-populate LabCreator-L1
...... extension 0..0 Extension
Slice: Unordered, Open by value:url
...... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding"
...... value[x] 1..1 Coding Value of extension
Binding: Iso3166-1-2 (required)
.... value O 0..1 string Primitive value for string
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:able-to-populate LabCreator-L1

Max Length:1048576

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Address.use Base required AddressUse 📍4.0.1 FHIR Std.
Address.country.extension:countryCode.​value[x] Base required Iso 3166 Part 1: 2 Letter Codes 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
POB-and-PCS error Address If P.O.Box extension is present, Postal code must be present too line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty()) or (postalCode.exists())
POB-ext-only warning Address If the extension 'P.O.Box' is used, the extensions 'Street' and 'House number' must not be used. line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or ($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty() and $this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber').empty()))
POB-only-postal warning Address Address with P.O.Box cannot be "physical" or "both" line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty()) or type='postal' or type.empty()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
street-and-city error Address If streetName extension is present, Postal code or city must be present too line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty()) or postalCode.exists() or city.exists()
text-or-ctry error Address Address must contain at least text or country element ( line.all($this.empty()) and city.empty() ) implies (text.exists() or country.exists())

This structure is derived from CZ_Address

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Address 0..* CZ_Address Address according to Czech postal conventions
... Slices for extension Content/Rules for all slices
.... extension:addressPoint O 0..1 AddressPointCz Address location code according to the system RÚIAN (ČÚZK)
ObligationsActor
SHOULD:populate-if-known LabCreator-L1
SHALL:populate-if-known LabCreator-L2
... use O 0..1 code home | work | temp | old | billing - purpose of this address
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
... line O 0..* string Street name, number, direction & P.O. Box etc.
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
.... value O 0..1 string Primitive value for string
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
... postalCode O 0..1 string Postal code for area
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
... country O 0..1 string Country (e.g. can be ISO 3166 2 letter code)
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L1
.... Slices for extension Content/Rules for all slices
..... extension:countryCode O 0..1 SCCoding(5.2.0) code for string
ObligationsActor
SHOULD:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHOULD:able-to-populate LabCreator-L1
.... value O 0..1 string Primitive value for string
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:able-to-populate LabCreator-L1

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Address C 0..* CZ_Address Address according to Czech postal conventions
Constraints: text-or-ctry, POB-and-PCS, street-and-city, POB-only-postal, POB-ext-only
... id 0..1 string Unique id for inter-element referencing
... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... extension:addressPoint O 0..1 Identifier Address location code according to the system RÚIAN (ČÚZK)
URL: https://hl7.cz/fhir/core/StructureDefinition/address-point-cz
ObligationsActor
SHOULD:populate-if-known LabCreator-L1
SHALL:populate-if-known LabCreator-L2
.... extension:permanentResidence 0..1 CodeableConcept Address permanent residence
URL: https://hl7.cz/fhir/core/StructureDefinition/permanent-residencer-address-cz
Binding: Iso3166-1-2 (required)
... use ?!OΣ 0..1 code home | work | temp | old | billing - purpose of this address
Binding: AddressUse (required): The use of an address.
Example General: home
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
... text Σ 0..1 string Text representation of the address
Example General: 137 Nowhere Street, Erewhon 9132
... line OΣ 0..* string Street name, number, direction & P.O. Box etc.
This repeating element order: The order in which lines should appear in an address label
Example General: 137 Nowhere Street
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:streetName 0..* string streetName
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName
..... extension:houseNumber 0..* string houseNumber
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber
..... extension:postBox 0..* string postBox
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox
.... value O 0..1 string Primitive value for string
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2

Max Length:1048576
... city OΣ 0..1 string Name of city, town etc.
Example General: Erewhon
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
... district Σ 0..1 string District name (aka county)
Example General: Madison
... state Σ 0..1 string Sub-unit of country (abbreviations ok)
... postalCode OΣ 0..1 string Postal code for area
Example General: 9132
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
... country OΣ 0..1 string Country (e.g. can be ISO 3166 2 letter code)
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L1
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:countryCode O 0..1 (Complex) code for string
URL: http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding
ObligationsActor
SHOULD:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHOULD:able-to-populate LabCreator-L1
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..0 Extension
Slice: Unordered, Open by value:url
...... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding"
...... value[x] 1..1 Coding Value of extension
Binding: Iso3166-1-2 (required)
.... value O 0..1 string Primitive value for string
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:able-to-populate LabCreator-L1

Max Length:1048576
... period Σ 0..1 Period Time period when address was/is in use
Example General: {"start":"2010-03-23","end":"2010-07-01"}

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Address.use Base required AddressUse 📍4.0.1 FHIR Std.
Address.type Base required AddressType 📍4.0.1 FHIR Std.
Address.country.extension:countryCode.​value[x] Base required Iso 3166 Part 1: 2 Letter Codes 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
POB-and-PCS error Address If P.O.Box extension is present, Postal code must be present too line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty()) or (postalCode.exists())
POB-ext-only warning Address If the extension 'P.O.Box' is used, the extensions 'Street' and 'House number' must not be used. line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or ($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty() and $this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber').empty()))
POB-only-postal warning Address Address with P.O.Box cannot be "physical" or "both" line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty()) or type='postal' or type.empty()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
street-and-city error Address If streetName extension is present, Postal code or city must be present too line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty()) or postalCode.exists() or city.exists()
text-or-ctry error Address Address must contain at least text or country element ( line.all($this.empty()) and city.empty() ) implies (text.exists() or country.exists())

This structure is derived from CZ_Address

Summary

Maturity: 0

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Address C 0..* CZ_Address Address according to Czech postal conventions
Constraints: text-or-ctry, POB-and-PCS, street-and-city, POB-only-postal, POB-ext-only
... Slices for extension Content/Rules for all slices
.... extension:addressPoint O 0..1 Identifier Address location code according to the system RÚIAN (ČÚZK)
URL: https://hl7.cz/fhir/core/StructureDefinition/address-point-cz
ObligationsActor
SHOULD:populate-if-known LabCreator-L1
SHALL:populate-if-known LabCreator-L2
.... extension:permanentResidence 0..1 CodeableConcept Address permanent residence
URL: https://hl7.cz/fhir/core/StructureDefinition/permanent-residencer-address-cz
Binding: Iso3166-1-2 (required)
... use ?!OΣ 0..1 code home | work | temp | old | billing - purpose of this address
Binding: AddressUse (required): The use of an address.
Example General: home
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
... line OΣ 0..* string Street name, number, direction & P.O. Box etc.
This repeating element order: The order in which lines should appear in an address label
Example General: 137 Nowhere Street
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
.... Slices for extension Content/Rules for all slices
..... extension:streetName 0..* string streetName
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName
..... extension:houseNumber 0..* string houseNumber
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber
..... extension:postBox 0..* string postBox
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox
.... value O 0..1 string Primitive value for string
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2

Max Length:1048576
... postalCode OΣ 0..1 string Postal code for area
Example General: 9132
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
... country OΣ 0..1 string Country (e.g. can be ISO 3166 2 letter code)
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L1
.... Slices for extension Content/Rules for all slices
..... extension:countryCode O 0..1 (Complex) code for string
URL: http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding
ObligationsActor
SHOULD:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHOULD:able-to-populate LabCreator-L1
...... extension 0..0 Extension
Slice: Unordered, Open by value:url
...... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding"
...... value[x] 1..1 Coding Value of extension
Binding: Iso3166-1-2 (required)
.... value O 0..1 string Primitive value for string
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:able-to-populate LabCreator-L1

Max Length:1048576

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Address.use Base required AddressUse 📍4.0.1 FHIR Std.
Address.country.extension:countryCode.​value[x] Base required Iso 3166 Part 1: 2 Letter Codes 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
POB-and-PCS error Address If P.O.Box extension is present, Postal code must be present too line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty()) or (postalCode.exists())
POB-ext-only warning Address If the extension 'P.O.Box' is used, the extensions 'Street' and 'House number' must not be used. line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or ($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty() and $this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber').empty()))
POB-only-postal warning Address Address with P.O.Box cannot be "physical" or "both" line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty()) or type='postal' or type.empty()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
street-and-city error Address If streetName extension is present, Postal code or city must be present too line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty()) or postalCode.exists() or city.exists()
text-or-ctry error Address Address must contain at least text or country element ( line.all($this.empty()) and city.empty() ) implies (text.exists() or country.exists())

Differential View

This structure is derived from CZ_Address

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Address 0..* CZ_Address Address according to Czech postal conventions
... Slices for extension Content/Rules for all slices
.... extension:addressPoint O 0..1 AddressPointCz Address location code according to the system RÚIAN (ČÚZK)
ObligationsActor
SHOULD:populate-if-known LabCreator-L1
SHALL:populate-if-known LabCreator-L2
... use O 0..1 code home | work | temp | old | billing - purpose of this address
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
... line O 0..* string Street name, number, direction & P.O. Box etc.
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
.... value O 0..1 string Primitive value for string
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
... postalCode O 0..1 string Postal code for area
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
... country O 0..1 string Country (e.g. can be ISO 3166 2 letter code)
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L1
.... Slices for extension Content/Rules for all slices
..... extension:countryCode O 0..1 SCCoding(5.2.0) code for string
ObligationsActor
SHOULD:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHOULD:able-to-populate LabCreator-L1
.... value O 0..1 string Primitive value for string
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:able-to-populate LabCreator-L1

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Address C 0..* CZ_Address Address according to Czech postal conventions
Constraints: text-or-ctry, POB-and-PCS, street-and-city, POB-only-postal, POB-ext-only
... id 0..1 string Unique id for inter-element referencing
... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... extension:addressPoint O 0..1 Identifier Address location code according to the system RÚIAN (ČÚZK)
URL: https://hl7.cz/fhir/core/StructureDefinition/address-point-cz
ObligationsActor
SHOULD:populate-if-known LabCreator-L1
SHALL:populate-if-known LabCreator-L2
.... extension:permanentResidence 0..1 CodeableConcept Address permanent residence
URL: https://hl7.cz/fhir/core/StructureDefinition/permanent-residencer-address-cz
Binding: Iso3166-1-2 (required)
... use ?!OΣ 0..1 code home | work | temp | old | billing - purpose of this address
Binding: AddressUse (required): The use of an address.
Example General: home
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
... text Σ 0..1 string Text representation of the address
Example General: 137 Nowhere Street, Erewhon 9132
... line OΣ 0..* string Street name, number, direction & P.O. Box etc.
This repeating element order: The order in which lines should appear in an address label
Example General: 137 Nowhere Street
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:streetName 0..* string streetName
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName
..... extension:houseNumber 0..* string houseNumber
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber
..... extension:postBox 0..* string postBox
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox
.... value O 0..1 string Primitive value for string
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2

Max Length:1048576
... city OΣ 0..1 string Name of city, town etc.
Example General: Erewhon
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
... district Σ 0..1 string District name (aka county)
Example General: Madison
... state Σ 0..1 string Sub-unit of country (abbreviations ok)
... postalCode OΣ 0..1 string Postal code for area
Example General: 9132
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L2
SHALL:display LabConsumer-L2
... country OΣ 0..1 string Country (e.g. can be ISO 3166 2 letter code)
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHALL:able-to-populate LabCreator-L1
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:countryCode O 0..1 (Complex) code for string
URL: http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding
ObligationsActor
SHOULD:able-to-populate LabCreator-L1
SHALL:display LabConsumer-L1
SHOULD:able-to-populate LabCreator-L1
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..0 Extension
Slice: Unordered, Open by value:url
...... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding"
...... value[x] 1..1 Coding Value of extension
Binding: Iso3166-1-2 (required)
.... value O 0..1 string Primitive value for string
ObligationsActor
SHALL:able-to-populate LabCreator-L1
SHALL:able-to-populate LabCreator-L1

Max Length:1048576
... period Σ 0..1 Period Time period when address was/is in use
Example General: {"start":"2010-03-23","end":"2010-07-01"}

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Address.use Base required AddressUse 📍4.0.1 FHIR Std.
Address.type Base required AddressType 📍4.0.1 FHIR Std.
Address.country.extension:countryCode.​value[x] Base required Iso 3166 Part 1: 2 Letter Codes 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
POB-and-PCS error Address If P.O.Box extension is present, Postal code must be present too line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty()) or (postalCode.exists())
POB-ext-only warning Address If the extension 'P.O.Box' is used, the extensions 'Street' and 'House number' must not be used. line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or ($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty() and $this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber').empty()))
POB-only-postal warning Address Address with P.O.Box cannot be "physical" or "both" line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty()) or type='postal' or type.empty()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
street-and-city error Address If streetName extension is present, Postal code or city must be present too line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty()) or postalCode.exists() or city.exists()
text-or-ctry error Address Address must contain at least text or country element ( line.all($this.empty()) and city.empty() ) implies (text.exists() or country.exists())

This structure is derived from CZ_Address

Summary

Maturity: 0

 

Other representations of profile: CSV, Excel, Schematron