Uses the Component:AddressABIEType
The location at which a particular person may be found or reached.
Table 6.12. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
AddressID |
A unique identifier for this address. | 0..1 | Field | udt:IdentifierType | |
AddressType |
A code specifying the type of this address such as business address or home address. | 0..1 | Field | udt:CodeType | |
AttentionOf |
The person or business entity that the information should be sent. | 0..* | Field | udt:TextType | |
CareOf |
Used to send mail to someone at someone else's address | 0..* | Field | udt:TextType | |
Begin Choice | |||||
LineOne |
A free formatted text line, typically used to by an address | 0..1 | Field | udt:TextType | |
LineTwo |
A free formatted text line, typically used to by an address | 0..1 | Field | udt:TextType | |
LineThree |
A free formatted text line, typically used to by an address | 0..1 | Field | udt:TextType | |
LineFour |
A free formatted text line, typically used to by an address | 0..1 | Field | udt:TextType | |
LineFive |
A free formatted text line, typically used to by an address | 0..1 | Field | udt:TextType | |
or | |||||
BuildingNumber |
The number, expressed as text, of a building or house on a street at this address. | 0..1 | Field | udt:TextType | |
BuildingName |
The name, expressed as text, of a building, a house or other structure on a street at this address. | 0..1 | Field | udt:TextType | |
StreetName |
The name, expressed as text, of a street or thoroughfare. | 0..1 | Field | udt:TextType | |
FloorIdentification |
The identification by name or number, expressed as text, of the floor in a building as part of an address. | 0..1 | Field | udt:TextType | |
PostOfficeBox |
The unique identifier, expressed as text, of a container commonly referred to as a box, in a post office or other postal service location, assigned to a person or organization, where postal items may be kept for this address. | 0..1 | Field | udt:TextType | |
BuildingNumberSuffix |
The building number suffix of the address, i.e. 2nd, Unit B, Building 2 | 0..1 | Field | udt:TextType | |
End Choice | |||||
CitySub-DivisionName |
A textual representation of the City Sub-Division Name of the Address. | 0..* | Field | udt:TextType | |
CityName |
A textual representation of the City of the Address. | 0..1 | Field | udt:TextType | |
CountryID |
A unique country identifier of this Address. | 0..1 | Field | sqdt:CountryCodeType | |
Postcode |
A code specifying the Post Code for this Address. | 0..1 | Field | udt:CodeType | |
StateOrProvinceCountrySub-DivisionID |
StateOrProvince | 0..1 | Field | udt:IdentifierType | |
CountyCountrySub-Division |
A county or other regional jurisidication within a country, state, or province | 0..1 | Field | udt:TextType | |
AddressUpdateDateTime |
A date and time that the Address was last updated. | 0..1 | Field | udt:DateTimeType | |
Privacy |
Use to record permission to use this address. | 0..* | Component | PrivacyType | |
UseCode |
The code specifying the use of this communication such as for business purposes or private. Such as Home or Work address | 0..1 | Field | udt:CodeType | |
CityNameAbbreviation |
Add city codes or standardized city acronym or abbreviation. | 0..* | Field | udt:CodeType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.12. ResidenceAddress
<ResidenceAddress> <AddressID>......</AddressID> [0..1] <AddressType>......</AddressType> [0..1] <AttentionOf>......</AttentionOf> [0..*] <CareOf>......</CareOf> [0..*] <!-- Begin Choice --> <LineOne>......</LineOne> [0..1] <LineTwo>......</LineTwo> [0..1] <LineThree>......</LineThree> [0..1] <LineFour>......</LineFour> [0..1] <LineFive>......</LineFive> [0..1] <!-- or --> <BuildingNumber>......</BuildingNumber> [0..1] <BuildingName>......</BuildingName> [0..1] <StreetName>......</StreetName> [0..1] <FloorIdentification>......</FloorIdentification> [0..1] <PostOfficeBox>......</PostOfficeBox> [0..1] <BuildingNumberSuffix>......</BuildingNumberSuffix> [0..1] <!-- End Choice --> <CitySub-DivisionName>......</CitySub-DivisionName> [0..*] <CityName>......</CityName> [0..1] <CountryID>......</CountryID> [0..1] <Postcode>......</Postcode> [0..1] <StateOrProvinceCountrySub-DivisionID>......</StateOrProvinceCountrySub-DivisionID> [0..1] <CountyCountrySub-Division>......</CountyCountrySub-Division> [0..1] <AddressUpdateDateTime>......</AddressUpdateDateTime> [0..1] <Privacy>......</Privacy> [0..*] <UseCode>......</UseCode> [0..1] <CityNameAbbreviation>......</CityNameAbbreviation> [0..*] </ResidenceAddress>