Address
A physical or mailing address.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| Address | A physical or mailing address. | ||
| use | 0..1 | work | mailing | billing | loss-location | home | old | Purpose of this address |
| type | 0..1 | postal | physical | both | The type of address (postal, physical, or both) |
| text | 0..1 | string | Full unstructured text representation of the address |
| line | 0..* | string[] | Street address lines |
| city | 0..1 | string | City or municipality |
| district | 0..1 | string | County or district. |
| state | 0..1 | string | State, province, or region |
| postalCode | 0..1 | string | Postal / ZIP code |
| country | 0..1 | string | ISO 3166-1 alpha-2 country code. |
| period | 0..1 | Period | Period during which this address was/is in use |
| geoPoint | 0..1 | GeoPoint | Geographic coordinates of this address |
Example
json
{
"use": "work",
"type": "both",
"line": [
"123 Main St",
"Suite 400"
],
"city": "Hartford",
"state": "CT",
"postalCode": "06103",
"country": "US",
"district": "Hartford County"
}JSON Schema
Full JSON Schema: Address.schema.json