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 Abstract Class: NamedElement

The abstract generalisation of any named model element.

Specializes

ModelElement

Attributes

Name Data type Occurs Description
name String 1..1 The name of this NamedElement.
visibility VisibilityKind 0..1 The accessibility of this NamedElement within the context of the owning Element. Element ownership is modelled as specific associations such as the packagedElement association between Package and Element
qualifiedName String 1..1 A name that allows for this NamedElement to be identified within a hierarchy of nested namespaces of Packages and optionally Classes. It is constructed from the names of the containing namespaces starting at the root of the hierarchy and ending with the name of the NamedElement itself.


Reference Model Type