Logical Record Architecture for Health and Social Care

Discharge Summary Release 0.02

The content of this release is not comprehensive and is not fully validated and must not be used in live system implementations.

Reference Model Class: ADXP.AL

As ISO 21090, an address line is for either an additional locator, a delivery address or a street address. An address generally has only a delivery address line or a street address line, but not both.

Specializes

ADXP

Attributes

Name Data type Occurs Description
value String 1..1 As specified by ISO 21090, the actual string value of the part..
code String 0..1 As specified by ISO 21090, a code assigned to the part by some coding system, if appropriate.
codeSystem String 0..1 As specified by ISO 21090, the code system from which the code is taken. The choice of coding system depends on the part type.
codeSystemVersion String 0..1 As specified by ISO 21090, the version of the coding system, if required..
language Code 1..1 As specified by ISO 21090, the human language of the content. Valid codes are taken from the IETF RFC 3066. If this attribute is null, the language may be inferred from elsewhere, either from the context or from unicode language tags, for example..
type AddressPartType 0..1 The type of the address part (e.g. street, city, country, postal code, post box, etc). ISO 21090 specifies use of the HL7 v3 AddressPartType code system. The LRA adopts a subset of this and specifies a number of additional codes to meet the address part type requirements of address structures specified by:
  • NPfIT MIM Datatypes Implementation Manual;
  • Person Demographic Service; and
  • NHS Data Model and Dictionary


Constraints

Type Name Specification
Address part type = 'AL' Invariant inv: type = AddressPartType.AL

Reference Model Type