OpenEHR Base package
0.1.0 - First Draft
OpenEHR Base package, published by openEHR + HL7. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/openehr-fhir/base-spec/ and changes regularly. See the Directory of published versions
Page standards status: Informative | Maturity Level: 3 |
Definitions for the ITEM-TABLE logical model.
Guidance on how to interpret the contents of this table can be foundhere
0. ITEM_TABLE | |
Definition | Logical relational database style table data structure, in which columns are named and ordered with respect to each other. Implemented using Cluster-per-row encoding. Each row Cluster must have an identical number of Elements, each of which in turn must have identical names and value types in the corresponding positions in each row. Some columns may be designated key' columns, containing key data for each row, in the manner of relational tables. This allows row-naming, where each row represents a body site, a blood antigen etc. All values in a column have the same data type. Used for representing any data which is logically a table of values, such as blood pressure, most protocols, many blood tests etc. Misuse: Not to be used for time-based data, which should be represented with the temporal class Base definition for all types defined in FHIR type system. |
Short | Logical relational database style table data structure, in which columns are named and ordered with respect to each other.Base for all types and resources |
Control | 0..* |
Is Modifier | false |
Logical Model | Instances of this logical model are not marked to be the target of a Reference |
Invariants | Links_valid: Links valid must be present (links.exists() implies links.empty().not() )Archetyped_valid: Archetyped valid must satisfy exclusive conditions ( is_archetype_root() xor archetype_details .empty() )Archetype_node_id_valid: Archetype node id valid must not be empty ( archetype_node_id.empty().not() )Valid_structure: Valid structure ( null # TODO: manual translation needed ) |
2. ITEM_TABLE.name | |
Definition | 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. |
Short | Runtime name of this fragment, used to build runtime paths. |
Control | 1..1 |
Type | http://openehr.org/fhir/StructureDefinition/DV-TEXT |
Is Modifier | false |
4. ITEM_TABLE.archetype-node-id | |
Definition | Design-time archetype identifier of this node taken from its generating archetype; used to build archetype paths. Always in the form of an at-code, e.g. At an archetype root point, the value of this attribute is always the stringified form of the |
Short | Design-time archetype identifier of this node taken from its generating archetype; used to build archetype paths. |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
6. ITEM_TABLE.uid | |
Definition | Optional globally unique object identifier for root points of archetyped structures. |
Short | Optional globally unique object identifier for root points of archetyped structures. |
Control | 0..1 |
Type | http://openehr.org/fhir/StructureDefinition/UID-BASED-ID |
Is Modifier | false |
8. ITEM_TABLE.links | |
Definition | Links to other archetyped structures (data whose root object inherits from |
Short | Links to other archetyped structures (data whose root object inherits from `ARCHETYPED`, such as `ENTRY`, `SECTION` and so on). |
Control | 0..* |
Type | http://openehr.org/fhir/StructureDefinition/LINK |
Is Modifier | false |
10. ITEM_TABLE.archetype-details | |
Definition | Details of archetyping used on this node. |
Short | Details of archetyping used on this node. |
Control | 0..1 |
Type | http://openehr.org/fhir/StructureDefinition/ARCHETYPED |
Is Modifier | false |
12. ITEM_TABLE.feeder-audit | |
Definition | 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. |
Short | 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. |
Control | 0..1 |
Type | http://openehr.org/fhir/StructureDefinition/FEEDER-AUDIT |
Is Modifier | false |
14. ITEM_TABLE.rows | |
Definition | Physical representation of the table as a list of |
Short | Physical representation of the table as a list of `CLUSTERs`, each containing the data of one row of the table. |
Control | 0..* |
Type | http://openehr.org/fhir/StructureDefinition/CLUSTER |
Is Modifier | false |
Guidance on how to interpret the contents of this table can be foundhere
0. ITEM_TABLE | |
Definition | Logical relational database style table data structure, in which columns are named and ordered with respect to each other. Implemented using Cluster-per-row encoding. Each row Cluster must have an identical number of Elements, each of which in turn must have identical names and value types in the corresponding positions in each row. Some columns may be designated key' columns, containing key data for each row, in the manner of relational tables. This allows row-naming, where each row represents a body site, a blood antigen etc. All values in a column have the same data type. Used for representing any data which is logically a table of values, such as blood pressure, most protocols, many blood tests etc. Misuse: Not to be used for time-based data, which should be represented with the temporal class |
Short | Logical relational database style table data structure, in which columns are named and ordered with respect to each other. |
Control | 0..* |
Is Modifier | false |
Logical Model | Instances of this logical model are not marked to be the target of a Reference |
Invariants | Valid_structure: Valid structure (null # TODO: manual translation needed ) |
2. ITEM_TABLE.rows | |
Definition | Physical representation of the table as a list of |
Short | Physical representation of the table as a list of `CLUSTERs`, each containing the data of one row of the table. |
Control | 0..* |
Type | http://openehr.org/fhir/StructureDefinition/CLUSTER |
Is Modifier | false |
Guidance on how to interpret the contents of this table can be foundhere
0. ITEM_TABLE | |
Definition | Logical relational database style table data structure, in which columns are named and ordered with respect to each other. Implemented using Cluster-per-row encoding. Each row Cluster must have an identical number of Elements, each of which in turn must have identical names and value types in the corresponding positions in each row. Some columns may be designated key' columns, containing key data for each row, in the manner of relational tables. This allows row-naming, where each row represents a body site, a blood antigen etc. All values in a column have the same data type. Used for representing any data which is logically a table of values, such as blood pressure, most protocols, many blood tests etc. Misuse: Not to be used for time-based data, which should be represented with the temporal class |
Short | Logical relational database style table data structure, in which columns are named and ordered with respect to each other. |
Control | 0..* |
Is Modifier | false |
Logical Model | Instances of this logical model are not marked to be the target of a Reference |
Invariants | Links_valid: Links valid must be present (links.exists() implies links.empty().not() )Archetyped_valid: Archetyped valid must satisfy exclusive conditions ( is_archetype_root() xor archetype_details .empty() )Archetype_node_id_valid: Archetype node id valid must not be empty ( archetype_node_id.empty().not() )Valid_structure: Valid structure ( null # TODO: manual translation needed ) |
2. ITEM_TABLE.name | |
Definition | 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. |
Short | Runtime name of this fragment, used to build runtime paths. |
Control | 1..1 |
Type | http://openehr.org/fhir/StructureDefinition/DV-TEXT |
Is Modifier | false |
4. ITEM_TABLE.archetype-node-id | |
Definition | Design-time archetype identifier of this node taken from its generating archetype; used to build archetype paths. Always in the form of an at-code, e.g. At an archetype root point, the value of this attribute is always the stringified form of the |
Short | Design-time archetype identifier of this node taken from its generating archetype; used to build archetype paths. |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
6. ITEM_TABLE.uid | |
Definition | Optional globally unique object identifier for root points of archetyped structures. |
Short | Optional globally unique object identifier for root points of archetyped structures. |
Control | 0..1 |
Type | http://openehr.org/fhir/StructureDefinition/UID-BASED-ID |
Is Modifier | false |
8. ITEM_TABLE.links | |
Definition | Links to other archetyped structures (data whose root object inherits from |
Short | Links to other archetyped structures (data whose root object inherits from `ARCHETYPED`, such as `ENTRY`, `SECTION` and so on). |
Control | 0..* |
Type | http://openehr.org/fhir/StructureDefinition/LINK |
Is Modifier | false |
10. ITEM_TABLE.archetype-details | |
Definition | Details of archetyping used on this node. |
Short | Details of archetyping used on this node. |
Control | 0..1 |
Type | http://openehr.org/fhir/StructureDefinition/ARCHETYPED |
Is Modifier | false |
12. ITEM_TABLE.feeder-audit | |
Definition | 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. |
Short | 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. |
Control | 0..1 |
Type | http://openehr.org/fhir/StructureDefinition/FEEDER-AUDIT |
Is Modifier | false |
14. ITEM_TABLE.rows | |
Definition | Physical representation of the table as a list of |
Short | Physical representation of the table as a list of `CLUSTERs`, each containing the data of one row of the table. |
Control | 0..* |
Type | http://openehr.org/fhir/StructureDefinition/CLUSTER |
Is Modifier | false |