Mongolian HDIT Implementation guide
1.0.0 - Review
Mongolian HDIT Implementation guide - Local Development build (v1.0.0). See the Directory of published versions
Definitions for the mng-dt-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. |
Control | 0..* This element is affected by the following invariants: ele-1 |
Comments | Note: address is intended to describe postal addresses for administrative purposes, not to describe absolute geographical coordinates. Postal addresses are often used as proxies for physical locations (also see the Location resource). |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (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. |
Control | 0..0 |
Type | string |
Must Support | true |
3. Address.extension | |
Definition | An Extension |
Control | 1..* |
Type | Extension |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists()) |
Slicing | This element introduces a set of slices on Address.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
|
4. Address.extension:subdistrict | |
SliceName | subdistrict |
Definition | An Extension |
Control | 1..1 |
Type | Extension(Subdistrict) (Extension Type: CodeableConcept) |
Must Support | true |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists()) |
5. 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 |
Must Support | true |
Requirements | Allows an appropriate address to be chosen from a list of many. |
Comments | Applications can assume that an address is current unless it explicitly says that it is temporary or old. |
Example | General:home |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) |
6. 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..0 |
Binding | The type of an address (physical / postal). The codes SHALL be taken from AddressType |
Type | code |
Must Support | true |
Comments | The definition of Address states that "address is intended to describe postal addresses, not physical locations". However, many applications track whether an address has a dual purpose of being a location that can be visited as well as being a valid delivery destination, and Postal addresses are often used as proxies for physical locations (also see the Location resource). |
Example | General:both |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) |
7. Address.text | |
Definition | Specifies the entire address as it should be displayed e.g. on a postal label. This may be provided instead of or as well as the specific parts. |
Control | 0..1 |
Type | string |
Requirements | A renderable, unencoded form. |
Comments | Can provide both a text representation and parts. Applications updating an address SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part. |
Example | General:137 Nowhere Street, Erewhon 9132 |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) |
8. 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 | 1..* |
Type | string |
Must Support | true |
Example | General:137 Nowhere Street |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) |
9. Address.city | |
Definition | The name of the city, town, suburb, village or other community or delivery center. |
Control | 0..0 |
Type | string |
Must Support | true |
Requirements | Mongolia has a three leveled division of administrative areas. Including city would have caused ambiguity since the 'city' level is also refered to as district or municipal district while we use district as a primary secondary level. |
Alternate Names | Municpality |
Example | General:Erewhon |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) |
10. Address.district | |
Definition | Second level administative area, called soum, of which there are 329. The city element is also used for a municipal district within Ulaanbataar, called düüreg, of which there are 9. |
Control | 1..1 |
Binding | The codes SHALL be taken from District Value Set. |
Type | string |
Must Support | true |
Requirements | Mongolia has a three leveled division of administrative areas. Including district would have caused ambiguity since the 'city' level is also refered to as district or municipal district. |
Alternate Names | County, District, Municipal district, сум, дүүрэг |
Comments | Note: Many soum centers have different official names than that of the soum itself; however this official name is not always known by the locals. |
Example | General:Madison |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) |
11. Address.state | |
Definition | First level administrative division, called aimag, of which there are 21. The capital city Ulaanbataar is a special case of a first level division. |
Control | 1..1 |
Binding | The codes SHALL be taken from State Value Set. |
Type | string |
Must Support | true |
Alternate Names | Province, Territory, Capital City |
Comments | The country of Mongolia is divided into 21 provinces and the capital Ulaanbaatar. |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) |
12. Address.postalCode | |
Definition | A postal code designating a region defined by the postal service. |
Control | 0..1 |
Type | string |
Alternate Names | Zip |
Example | General:9132 |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) |
13. Address.country | |
Definition | Country - a nation as commonly understood or generally accepted. |
Control | 0..1 |
Type | string |
Comments | ISO 3166 3 letter codes can be used in place of a human readable country name. |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) |
14. Address.period | |
Definition | Time period when address was/is in use. |
Control | 0..0 |
Type | Period |
Must Support | true |
Requirements | Allows addresses to be placed in historical context. |
Example | General:<valuePeriod xmlns="http://hl7.org/fhir"> <start value="2010-03-23T00:00:00+01:00"/> <end value="2010-07-01T00:00:00+02:00"/> </valuePeriod> |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) |