3.22.6 StructureDefinition: Shared Health Address - Detailed Descriptions
Definitions for the dtprofile-address Profile.
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 and which might not be valid for mail delivery. There are a variety of postal address formats defined around the world. |
Control | 0..* |
Comments | Note: address is for postal addresses, not physical locations. |
Max Length | 0 |
Address.id | |
Definition | unique id for the element within a resource (for internal references). |
Control | 0..1 |
Type | id |
Max Length | 0 |
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. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, 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. |
Max Length | 0 |
Address.use | |
Definition | The purpose of this address. |
Control | 0..1 |
Binding | The use of an address The codes SHALL be taken from AddressUse |
Type | code |
Is Modifier | true |
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. |
Max Length | 0 |
Example | General:home ???:home |
Address.type | |
Definition | Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both. |
Control | 0..1 |
Binding | The type of an address (physical / postal) The codes SHALL be taken from AddressType |
Type | code |
Must Support | true |
Max Length | 0 |
Example | General:both ???:both |
Address.text | |
Definition | A full text representation of the address. |
Control | 0..1 |
Type | string |
Requirements | A renderable, unencoded form. |
Comments | Can provide both a text representation and parts. |
Max Length | 0 |
Example | General:137 Nowhere Street, Erewhon 9132 |
Address.line | |
Definition | This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information. |
Control | 0..2 |
Type | string |
Must Support | true |
Requirements | home | work | temp | old - purpose of this address. |
Comments | Conformance Rule: As this is a string data type, reminder to structure for readability and presentation. |
Max Length | 0 |
Example | General:137 Nowhere Street ???:137 Nowhere Street |
Address.city | |
Definition | The name of the city, town, village or other community or delivery center. |
Control | 0..1 |
Type | string |
Must Support | true |
Alternate Names | Municpality |
Comments | Conformance Rule: As this is a string data type, reminder to structure for readability and presentation. |
Max Length | 0 |
Example | General:Erewhon ???:Erewhon |
Address.district | |
Definition | The name of the administrative area (county). |
Control | 0..1 |
Type | string |
Alternate Names | County |
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. |
Max Length | 0 |
Example | General:Madison |
Address.state | |
Definition | Sub-unit of a country with limited sovereignty in a federally organized country. A code may be used if codes are in common use (i.e. US 2 letter state codes). |
Control | 0..1 |
Binding | The codes SHALL be taken from CanadianJurisdiction |
Type | string |
Must Support | true |
Alternate Names | Province, Territory |
Comments | For ORGANIZATION Address - Conformance Rule: The following values will be supported to represent province;AB - Alberta, BC - British Columbia, MB - Manitoba, NB - New Brunswick, NL- Newfoundland and Labrador,NS - Nova Scotia, NT - Nowrthwest Territories, NU - Nunavet, ON - Ontario, PE - Prince Edward Island, QC - Quebec, SK - Saskatchewan, YT - Yukon Territories. |
Max Length | 0 |
Address.postalCode | |
Definition | A postal code designating a region defined by the postal service. |
Control | 0..1 |
Type | string |
Must Support | true |
Alternate Names | Zip |
Comments | For Organization Address - Conformance Rule: Format postal code as A#A #A#. For Patient Address - A properly formatted postal code should be provided (A#A #A#) where it can be. If unknown, this can be populated with any acceptable format (until next release) where this will be moved to 0..1 |
Max Length | 0 |
Example | General:9132 ???:9132 |
Address.country | |
Definition | Country - a nation as commonly understood or generally accepted. |
Control | 0..1 |
Type | string |
Must Support | true |
Comments | Conformance Rule: Set value to Canada. |
Max Length | 0 |
Address.period | |
Definition | Time period when address was/is in use. |
Control | 0..1 |
Type | Period |
Requirements | Allows addresses to be placed in historical context. |
Max Length | 0 |
Example | General:<valuePeriod xmlns="http://hl7.org/fhir"> <start value="2010-03-22T09:00:00-04:00"/> <end value="2010-06-30T10:00:00-04:00"/> </valuePeriod> |