Content Package
Overview
The content package contains the CONTENT_ITEM class, ancestor class of all content types, and the navigation and entry packages, which contain SECTION, ENTRY and related types.
Class Descriptions
CONTENT_ITEM Class
-
Definition
-
Effective
-
BMM
-
UML
Class |
CONTENT_ITEM (abstract) |
|
|---|---|---|
Description |
Abstract ancestor of all concrete content types. |
|
Inherit |
||
| CONTENT_ITEM (abstract) | |||
|---|---|---|---|
Abstract ancestor of all concrete content types. |
|||
Attributes |
|||
name: |
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. |
||
archetype_node_id: |
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. |
||
uid: |
Optional globally unique object identifier for root points of archetyped structures. |
||
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: |
Details of archetyping used on this node. |
||
feeder_audit: |
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. |
||
Functions |
|||
Value equality. |
|||
Reference equality. Parameters
|
|||
Create new instance of a type. |
|||
Type name of an object as a string. May include generic parameters, as in "Interval<Time>". |
|||
parent (): |
Parent of this node in a compositional hierarchy. |
||
item_at_path ( |
The item at a path (relative to this item); only valid for unique paths, i.e. paths that resolve to a single item. |
||
List of items corresponding to a non-unique path. |
|||
path_exists ( |
True if the path exists in the data with respect to the current item. |
||
path_unique ( |
True if the path corresponds to a single item in the data. |
||
The path to an item relative to the root of this archetyped structure. |
|||
concept (): |
Clinical concept of the archetype as a whole (= derived from the archetype_node_id' of the root node) |
||
is_archetype_root (): |
True if this node is the root of an archetyped structure. |
||
Invariants |
|||
Links_valid: |
|||
Archetyped_valid: |
|||
Archetype_node_id_valid: |
|||
{
"name": "CONTENT_ITEM",
"documentation": "Abstract ancestor of all concrete content types.",
"is_abstract": true,
"ancestors": [
"LOCATABLE"
]
}