| View: | Hide Browser | Browser on the left | Browser on the right | Dictionary |
| Report: | General Info | Attributes | Operations | Relations | Constraints |
| Attributes | ||||
| Signature | Optionality | Multiplicity | Constant | Documentation |
| 1 | -- | Design-time archetype id of this node taken from its generating archetype; used to build archetype paths. Always in the form of an “at” code, e.g. “at0005”. This value enables a "standardised" name for this node to be generated, by referring to the generating archetype local ontology. At an archetype root point, the value of this attribute is always the stringified form of the archetype_id found in the archetype_details object. | ||
| 1 | -- | Runtime name of this fragment, used to build runtime paths. This is the term provided via a clinical application or batch process to name this EHR construct: its retention in the EHR faithfully preserves the original label by which this entry was known to end users. | ||
| 0..1 | -- | Optional globally unique object identifier for root points of archetyped structures. | ||
| Attributes from Associations | ||||
| Signature | Optionality | Multiplicity | Documentation | |
| links : Set<LINK> | 0..1 | * | Links to other archetyped structures (data whose root object inherits from ARCHETYPED, such as ENTRY, SECTION and so on). Links may be to structures in other compositions. | |
| archetype_details : ARCHETYPED | 0..1 | -- | Details of archetyping used on this node. | |
| feeder_audit : Set<FEEDER_AUDIT> | 0..1 | 0..* | Audit trail from non-openEHR system of original commit of information forming the content of this node, or from a conversion gateway which has synthesised this node. | |
| Operations | ||
| Signature | Constraints | Documentation |
|
pre: is_archetype_root | Clinical concept of the archetype as a whole (= derived from the ‘archetype_node_id’ of the root node) | |
| True if this node is the root of an archetyped structure. | ||
| Constraints | ||
| Name | Expression | |
| Name_valid | inv: name <> Void | |
| Archetype_node_id_valid | inv: archetype_node_id <> Void and not archetype_node_id.is_empty | |
| Links_valid | inv: links <> Void implies not links.empty | |
| Archetyped_valid | inv: is_archetype_root xor archetype_details = Void | |