Definitions for the StructureDefinition-dpc-profile-address Profile.

1. Address
Definition

An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations which might not be valid for mail delivery. There are a variety of postal address formats defined around the world.

Control0..* This element is affected by the following invariants: ele-1
Comments

Note: address is for postal addresses, not physical locations.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count()))
2. Address.id
Definition

unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Control0..1
Typestring
3. Address.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingThis element introduces a set of slices on Address.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
4. Address.use
Definition

Must have address usage

Control1..1
BindingThe use of an address
The codes SHALL be taken from AddressUse
Typecode
Is Modifiertrue
Requirements

Allows an appropriate address to be chosen from a list of many.

Comments

This is labeled as "Is Modifier" because applications should not mistake a temporary or old address etc.for a current/permanent one. Applications can assume that an address is current unless it explicitly says that it is temporary or old.

Example
General:home
5. Address.type
Definition

Must have address type

Control1..1
BindingThe type of an address (physical / postal)
The codes SHALL be taken from AddressType
Typecode
Example
General:both
6. Address.text
Definition

Cannot use text formatted address

Control0..0
Typestring
Requirements

A renderable, unencoded form.

Comments

Can provide both a text representation and parts.

Example
General:137 Nowhere Street, Erewhon 9132
7. Address.line
Definition

Must have at least one address line

Control1..*
Typestring
Requirements

home | work | temp | old - purpose of this address.

Example
General:137 Nowhere Street
8. Address.city
Definition

Must have city

Control1..1
Typestring
Alternate NamesMunicpality
Example
General:Erewhon
9. Address.district
Definition

The name of the administrative area (county).

Control0..1
Typestring
Alternate NamesCounty
Comments

District is sometimes known as county, but in some regions 'county' is used in place of city (municipality), so county name should be conveyed in city instead.

Example
General:Madison
10. Address.state
Definition

Must have state

Control1..1
Typestring
Alternate NamesProvince, Territory
11. Address.postalCode
Definition

Must have zip code

Control1..1
Typestring
Alternate NamesZip
Example
General:9132
12. Address.country
Definition

Must have country

Control1..1
Typestring
Comments

ISO 3166 3 letter codes can be used in place of a full country name.

13. Address.period
Definition

Time period when address was/is in use.

Control0..1
TypePeriod
Requirements

Allows addresses to be placed in historical context.

Example
General:<valuePeriod xmlns="http://hl7.org/fhir">
  <start value="2010-03-23"/>
  <end value="2010-07-01"/>
</valuePeriod>