Skip to main content
  • Research article
  • Open access
  • Published:

Towards plug-and-play integration of archetypes into legacy electronic health record systems: the ArchiMed experience

Abstract

Background

The dual model approach represents a promising solution for achieving semantically interoperable standardized electronic health record (EHR) exchange. Its acceptance, however, will depend on the effort required for integrating archetypes into legacy EHR systems.

Methods

We propose a corresponding approach that: (a) automatically generates entry forms in legacy EHR systems from archetypes; and (b) allows the immediate export of EHR documents that are recorded via the generated forms and stored in the EHR systems’ internal format as standardized and archetype-compliant EHR extracts. As a prerequisite for applying our approach, we define a set of basic requirements for the EHR systems.

Results

We tested our approach with an EHR system called ArchiMed and were able to successfully integrate 15 archetypes from a test set of 27. For 12 archetypes, the form generation failed owing to a particular type of complex structure (multiple repeating subnodes), which was prescribed by the archetypes but not supported by ArchiMed’s data model.

Conclusions

Our experiences show that archetypes should be customized based on the planned application scenario before their integration. This would allow problematic structures to be dissolved and irrelevant optional archetype nodes to be removed. For customization of archetypes, openEHR templates or specialized archetypes may be employed. Gaps in the data types or terminological features supported by an EHR system will often not preclude integration of the relevant archetypes. More work needs to be done on the usability of the generated forms.

Peer Review reports

Background

According to the EHR IMPACT study, interoperability is a key factor for the success of electronic health record (EHR) systems [1]. In today’s heterogeneous world of health information technology with many different EHR systems on the market, the employment of EHR standards is widely seen as a prerequisite for interoperability [2–4]. In this scenario, EHR systems transform the data to be exchanged from their internal format to a common standard format called EHR extract[5] and vice versa. To obtain optimum information management for integrated care, semantic interoperability should be strived for [5].

The dual model approach represents a promising method for achieving semantic interoperability [6]. It combines two kinds of models, the Reference Model (RM) and Archetype Model (AM), to represent EHR content [7]. By specifying the structure of an individual EHR content and providing an interface to medical terminology, archetypes are an important means of achieving semantic interoperability. Currently, ISO/EN 13606, HL7 Clinical Document Architecture, and openEHR represent the most important dual model based EHR standards [8–10]. HL7 is currently working on the so-called templates concept [11], which is conceptually similar to archetypes. In the following, we refer only to archetypes.

A frequently stated benefit of the dual model approach is that, unlike the single model approach, EHR systems do not have to be programmatically updated each time new types of EHR content have to be introduced or existing ones need to be modified [4, 7, 12]. In the dual model approach only the stable RM is “hardcoded” in the EHR system. Modifications of existing and additions of new archetypes can be handled without having to reprogram the EHR system, as shown in several pilot implementations of the dual model approach [13–15].

Existing implementations typically require some sort of manual system parameterization when integrating an archetype, such as a manual mapping between the archetype and the internal data model of the EHR system. If the effort involved in this system parameterization exceeds a certain limit, the dual model approach will still not be practicable. The ideal solution would be automatic integration of archetypes into an EHR system without any manual effort. This corresponds to the so-called “plug-and-play” integration of archetypes in [12].

Previous work on plug-and-play integration of archetypes focused primarily on the automatic generation of forms from archetypes within EHR systems where the latter are already internally based on a dual data model [16–19]. In contrast to these, our present work concentrates on the integration of archetypes into legacy EHR systems with proprietary internal data models. In accordance with [9], we assume that the dual model approach is used only to standardize the communication layer. This complicates the task insofar as the limitations of the legacy EHR system data models have to be considered.

In [20] Chen et al. present an approach for an automatic bi-directional conversion between openEHR archetypes and the internal data model of an EHR system called COSMIC. They describe how the AM and RM can be semantically mapped to so-called COSMIC templates, which can be directly used to record data within the COSMIC system.

Our goal is to extend the work of Chen et al. with respect to the following:

Based on their semantic mapping, we develop a more generalized approach for automatically generating entry forms in legacy EHR systems from archetypes. As a prerequisite for applying our approach, we define a set of basic requirements for the EHR systems, which are in accordance with ISO/TS 18308 “Requirements for an Electronic Health Record Architecture” [21].

Additionally, we introduce a method for the immediate export of EHR documents that are recorded via the generated forms and stored in the EHR systems’ internal proprietary format as standardized and archetype-compliant EHR extracts.

To test our approach, we implemented a corresponding prototype within the EHR system ArchiMed [22].

We chose the openEHR architecture for our study, as it currently provides the most mature public library of archetypes [23].

In this study, our focus is on the integration of archetypes into legacy EHR systems, where the archetypes have been published by an organisation that adheres to the principles of domain knowledge governance [24]. Therefore, we do not address the transformation of EHR system forms into archetypes.

Methods

In the following, we first address the requirements that must be satisfied by an EHR system’s data model as a prerequisite for applying our approach for plug-and-play integration of archetypes. We then describe the first part of our approach, i.e., the automatic generation of entry forms within legacy EHR systems from archetypes (cf. Figure 1). Finally, we explain the second part of our approach, that is, how EHR documents that are recorded via the generated forms and stored in the EHR system’s internal format may immediately be exported as standardized and archetype-compliant EHR extracts.

Figure 1
figure 1

Plug-and-play integration of archetypes into legacy EHR systems. In step (1), the form generator, using existing tools [25], parses the archetype formatted in the Archetype Description Language, which is shown here in a pseudo notation for reasons of space and simplicity. It then augments the archetype with the implicit constraints from the RM to create a comprehensive archetype. This allows attributes of the RM, which are not constrained in the archetype, to be included in the generated form. (2) From the comprehensive archetype, the EHR system form and a mapping table are generated. For each form component, the latter stores the path of its source archetype node. (3) The generated form is used to record documents and store them in the internal format of the EHR system. (4) The EHR extract generator uses the generated mapping table to transform documents from their internal format to an EHR extract that is compliant with the archetype and RM.

Prerequisites for applying our approach

We restrict our prerequisites to a small number of basic requirements to enhance the general applicability of our approach. The following requirements for an EHR system’s data model that are needed in order to apply our approach are supported by corresponding statements in the ISO/TS 18308 “Requirements for an Electronic Health Record Architecture” [21]:

  • It must contain a component that represents entry forms. This is supported by ISO/TS 18308 requirement PRO1.1: “The EHR architecture shall support the recording of any type of clinical event […] relevant to the care of a patient”, insofar as clinical events are typically recorded via forms in an EHR system.

  • It must contain a component that represents labelled entry fields. This demand is supported by ISO/TS 18308 requirement STR2.4: “The EHR architecture shall enable storage of data such that simple name/value pairing is preserved”.

  • It must support a dynamic duplication of entry fields during documentation (e.g., via tables with extendable rows). This is essential for the representation of repeating archetype nodes, i.e., nodes with an upper occurrence limit greater than 1. This demand is supported by ISO/TS 18308 requirement STR2.2: “The EHR architecture shall enable storage of data in tables such that the relationships of data with the row and column headings are preserved”.

  • It should support at least textual, numeric, date, and time data types. This demand is supported by ISO/TS 18308 requirements STR2.6: “The EHR architecture shall support the inclusion of narrative free text”, STR3.1: “The EHR architecture shall support the definition of the logical structure of numeric and quantifiable data […]”, and STR3.6: “The EHR architecture shall support the definition of the logical structure of dates and times”. The closer an EHR system’s set of supported data types matches the set of data types used in archetypes, the smaller is the loss of data quality when transforming an archetype to an EHR system form.

The EHR system must further allow individual access of all form components and all data recorded via forms. Depending on the underlying database, SQL queries, XQueries, or similar technologies may be applied for this purpose.

Automatic generation of EHR system forms from archetypes

An openEHR archetype (see Figure 2) consists of a tree-like hierarchical structure of nodes, which define valid instantiations of the openEHR RM. Each node constrains a class of the RM or a data type. Archetype leaf nodes constrain a primitive data type. The data that are to be collected in the generated EHR system form are exclusively described by the leaf nodes. All other nodes serve to describe the structural and semantic context of the data to be collected.

Figure 2
figure 2

Excerpt of the definition section of archetype “openEHR-EHR-OBSERVATION.body_mass_index.v1”. Local terms of archetype nodes are depicted as greyed comments. The definition section describes the tree-like structure of archetype nodes from which the EHR system form is derived.

For the generation of EHR system forms from archetypes, the latter have to be augmented to comprehensive archetypes[15] in the first step. This is essential as archetypes only include those constraints, which they tighten with respect to the RM. Mandatory attributes of the RM that are not further constrained by the archetype can be seen as “implicit” constraints, which also have to be considered and must be “looked up” in the RM. As an example, the openEHR RM prescribes a mandatory attribute origin for class HISTORY, which is not addressed in node at0001 of Figure 2, but still has to appear in the generated form. When creating the comprehensive archetypes, the archetypes are augmented with the implicit constraints. In the following steps, comprehensive archetypes are used exclusively.

EHR system forms may be derived from archetypes based on a three-layered semantic mapping that addresses structural constraints, data value constraints, and terminology related constraints [20].

Structural constraints mapping

The goal of this step is to map the hierarchical structures of archetype nodes to semantically comparable structures within the EHR system data model.

The entry points in the two models, which are mapped to each other, are the archetype root node and the EHR system form. Semantically, an archetype node of class COMPOSITION represents an obvious counterpart of the EHR system form, as both describe the structure for a class of documents. However, archetypes frequently start with a root node that resides below the COMPOSITION class in the RM hierarchy. In this case, the form that is derived from the root node may be seen as an artificial container that is required in the EHR system to document the data described by the archetype.

Leaf nodes may be mapped to entry fields. Intermediate nodes describing the context of “their” leaf node may be mapped to textual labels, which precede the label of the entry field (e.g., compare column “Single. BodyMassIndex.value.units” in Figure 3). Naturally, the nodes’ local terms as defined in the archetype ontology section can be the source of the labels. In Figure 2 the local terms are shown as comments of the corresponding nodes.

Figure 3
figure 3

Excerpt of ArchiMed form derived from archetype “openEHR-EHR-OBSERVATION.body_mass_index.v1” shown in Figure 2 .

If the EHR system supports additional “organisational” form components (e.g., pages, sections, or groups) corresponding to the semantics of RM classes, the context may alternatively be expressed by mapping the intermediate nodes to these form components.

Repeating archetype nodes, i.e., nodes with an upper occurrence limit greater than 1 (such as node at0002 in Figure 2), must be mapped to a form component, which allows entry fields to be dynamically duplicated during documentation (e.g., a table). The leaf nodes of the different branches “below” the repeating node represent the entry fields, which may be dynamically duplicated.

EHR system data models do not usually support a recursive duplication of entry fields during documentation. Thus, the mapping will fail if an archetype includes multiple levels of repeating nodes, i.e., a repeating node holding a repeating subnode (cf. Figure 4).

Figure 4
figure 4

Excerpt of the definition section of archetype “openEHR-EHR-CLUSTER.microscopy_breast_carcinoma.v1.adl”, which specifies two levels of repeating nodes.

Figure 5 summarizes the structural constraints mapping using pseudo-code notation.

Figure 5
figure 5

Algorithm in pseudo-code for mapping the structural constraints of archetypes to semantically comparable structures within the EHR system data model. The algorithm starts with function main(). It has access to the variable archetype, which holds the comprehensive archetype. Function create_FORM_from() creates a new form within the EHR system. Function is_leaf_node() tests whether a node is a leaf node of the archetype hierarchy, i.e., does not hold subnodes. Function is_repeating_node() tests whether a node has a greater maximum occurrence than 1. Function create_MULTI_ENTRY_FIELD_from() creates an entry field for a leaf node that may be dynamically duplicated during documentation and associates it with a label that integrates the names of all parent nodes to make the entry field’s context obvious. It further stores the complete path of the archetype leaf node, which is later used for the creation of EHR extracts from the collected data. Function create_SINGLE_ENTRY_FIELD_from() does the same for a single entry field.

Data value constraints mapping

The goal of this step is to map the data types and associated constraints that may occur within archetypes to those supported by the EHR system model. The AM provides eight primitive types, which may be constrained by an archetype leaf node [26]. These primitive types have to be mapped to corresponding data types in the EHR system model.

Terminology related mapping

The goal of this step is to map the terminology bindings within archetypes to the EHR system model. Archetypes may define locally defined terms and associated display strings as allowed value sets for their nodes. They may also define bindings for their nodes to terms in external terminologies within their term_bindings section.

Generation of standardized and archetype-compliant EHR extracts from the collected documents

To prepare for the generation of standardized and archetype-compliant EHR extracts from the data collected via the generated forms, we record the complete path of the original comprehensive archetype node during the generation of each form component. This is necessary since, owing to the fact that the RM is typically more expressive than the EHR system data model [20], different RM classes will usually be mapped to the same EHR system data model class. Thus, the class of the original archetype node cannot be unambiguously recovered from the types of the generated form components.

Each time a generated form is populated with data, a document is created in the EHR system. For each document that needs to be exported as a standardized and archetype-compliant EHR extract, the underlying form components are retrieved. Based on the structure of the form and the paths of the comprehensive archetype nodes, which were recorded during the creation of the form components, the XML-based EHR extract is composed from the source document data. If the complete paths of the archetype nodes associated with each form component are stored instead of only the node identifiers, the structure of the EHR extract can be assembled without having to access the original archetype. In our prototype we stored the paths of the archetype nodes in XPath format.

To export data from a legacy EHR system as openEHR conformant EHR extracts, the Generic_extract package of the Extract Information Model specification [27] must be used. Existing XML schemas [28] of the openEHR RM and the Extract Information Model may be used to validate the EHR extract.

Results

In the following, we present our prototype implemented within the EHR system ArchiMed. For ease of explanation, we refer to an example, which shows how an ArchiMed form (see Figure 3) is automatically generated from the archetype depicted in Figure 2.

Automatic generation of ArchiMed forms from OpenEHR archetypes

As part of our prototype we used the open source Java-version of the archetype parser that was developed in the course of the openEHR Java Reference Implementation Project [29] and is available from [25].

Structural constraints mapping

Figure 6 shows the data model of the ArchiMed system. Data entry forms are represented by the class FORM in ArchiMed, which is thus the target of the root node in our mapping. In Figure 2 the root node at0000 of the archetype is an OBSERVATION named “Body mass index”.

Figure 6
figure 6

Simplified example of the ArchiMed data model in UML format. In the ArchiMed system an EHR consists of a set of DOCUMENTs, which themselves hold data VALUEs. The possible DOCUMENT structures are determined by the FORM package within the data model. One instance of the FORM class describes the structure of a class of DOCUMENTs. Each time a FORM is populated with data for a particular patient, the patient data are stored in a new DOCUMENT for this particular FORM. A FORM consists of one or more PAGEs. PAGEs may contain other PAGEs, TEXT_OBJECTs (e.g., fixed text, lines, boxes), or ENTRY_FIELDs. Each ENTRY_FIELD refers to a VARIABLE (e.g., systolic blood-pressure), and holds an actual data VALUE. VARIABLEs may be reused by different ENTRY_FIELDs. For VALUEs only primitive data types are supported. If multiple VALUEs need to be collectable for an ENTRY_FIELD, the latter may be embedded in a TABLE. A TABLE may also nest a group of logically related ENTRY_FIELDs.

Archetype leaf nodes are mapped to ArchiMed ENTRY_FIELDs. If a leaf node prescribes a list of predefined terms, they are offered as choice lists within the ENTRY_FIELD.

The ArchiMed data model includes the “organisational” components PAGE and TEXT_OBJECT. We use the former to represent archetype SECTION nodes. Intermediate archetype nodes are mapped to TEXT_OBJECTs. This ensures that the context of the leaf nodes as defined in the archetype is depicted in the form.

Repeating archetype nodes (such as node at0002 in Figure 2) are mapped to ROWs of a TABLE. The TABLE is named after the repeating node. The leaf nodes of the different branches “below” the repeating node represent the columns of the TABLE. The names of the nodes below the repeating node down to the leaf nodes are concatenated to form the labels of the TABLE columns. As an example, the leaf nodes of node at0002 are given by attributes property, units, magnitude and precision of node C_DV_QUANTITY, which all receive the prefix “Single.BodyMassIndex.value” in their label according to the names of their superordinate nodes. Attribute property is no longer supported in the current version of class DV_QUANTITY [30] and is thus ignored. Attribute units is represented as a textual column, with the two alternatives for its value offered as a choice list.

Additional ArchiMed ENTRY_FIELDs are created for all mandatory attributes of the RM that were added in the creation of the comprehensive archetype (e.g., HISTORY’s attribute origin and EVENT’s attribute time as shown in Figure 3).

As ArchiMed forms may not contain subforms, archetypes included via slots are expanded in the including archetype. In the case of “wildcard” slots, the list of allowed archetypes has to be narrowed down to a single archetype. Similarly, internal archetype references are expanded at the referring locations.

Data value constraints mapping

Table 1 depicts how the eight primitive types, which may be constrained by an archetype leaf node, are mapped to ArchiMed’s data types. Owing to ArchiMed’s limited set of data types, some of the primitive types are mapped to more generic types. As an example, Boolean values are stored as textual values “Y/N” in ArchiMed, as the underlying Oracle database does not support Boolean data types. Within ArchiMed forms, ENTRY_FIELDs of this kind are visualized as checkbox widgets to ensure two-valued inputs. During the generation of the EHR extract the internal values are then transformed to the Boolean values “true/false”.

Table 1 Mapping of archetype primitive types to ArchiMed data types

ArchiMed only supports a subset of the archetype data type constraints. Some constraints can be partly represented, such as date and time pattern constraints through different formats for ENTRY_FIELDs. Others cannot be represented, including duration pattern, regular expression, and assertion constraints.

Terminology related mapping

Analogous to the AM, ArchiMed allows ENTRY_FIELDs to be parameterized in a way that they only accept VALUEs from a predefined set of terms and display strings. The AM’s term_bindings section cannot be represented within ArchiMed, as the system currently does not support form components that are annotated with terms additional to their labels. The local terms of archetypes nodes are used to label the corresponding form components.

Generation of standardized and archetype-compliant EHR extracts from the collected documents

For the generation of standardized and archetype-compliant EHR extracts we implemented a PL/SQL procedure in ArchiMed’s Oracle database. For each ArchiMed document that was collected via an archetype-derived form and needs to be exported as an EHR extract, it retrieves the underlying form components. Based on the structure of the form and the paths of the archetype nodes, which were stored in XPath format for the form components (cf. Table 2), the XML-based EHR extract is composed from the source document data. Figure 7 shows an example of an EHR extract that was generated from data recorded via the form depicted in Figure 3.

Table 2 Sample metadata entries of selected form components depicted in Figure 3
Figure 7
figure 7

Excerpt of an EHR extract created from data recorded via the form depicted in Figure 3 .

Archetypes integrated into ArchiMed

We used 27 existing archetypes in our study (cf. Table 3), which we drew from the openEHR online archetype library [23]. The archetypes were selected on the following basis: At the time of our study a total of 224 archetypes existed in the repository. After removing the archetypes with status “draft”, 16 archetypes remained with status either “published” or “team review”. These archetypes formed our basic test set. The test set had to be augmented with the 11 additional archetypes to which the original 16 archetypes referred within archetype slots.

Table 3 Archetypes selected for integration in the ArchiMed system in this study

Of this test set, 15 archetypes could be successfully integrated in the ArchiMed system. For 12 archetypes the form generation failed. In all cases the problem was caused by multiple repeating archetype nodes, i.e., a node with an upper occurrence limit greater than 1, which contains another repeating subnode. This problem is explained in more detail in the discussion section.

Discussion

Although we have thus far only tested our approach with the openEHR architecture, the extension to the ISO/EN 13606 architecture seems to be rather straight-forward. Archetypes are modelled identically in both standards. Even though they use different RMs (which are actually similar), the archetypes’ properties that are relevant to our approach are the same:

  • Analogously to openEHR, 13606 archetypes only include those constraints, which they tighten with respect to the RM. Thus, the creation of comprehensive archetypes is once again required.

  • Repeating nodes also exist in 13606 archetypes, as the 13606 RM includes several one too many relations that may be left unconstrained by the archetype.

The architectures differ in the data types they use and in the way an EHR extract is modelled. Therefore, a specific mapping from the 13606 data types to the EHR system data types would have to be defined. Further, the EHR extract generator would have to be adapted to the 13606 model of EHR extracts.

Alternatively, existing approaches for EHR standards transformation could be used to apply our method in an ISO/EN 13606 environment. Here, the 13606 archetypes to be integrated in the EHR system would be transformed to openEHR archetypes [31]. The generated openEHR EHR extract could then be transformed back to the 13606 format [32].

A problem that we experienced was that the high level of optionality in archetypes complicates the direct derivation of EHR forms. This optionality is a consequence of the typical “maximal data set” design of archetypes, in which all components that may be relevant in any possible scenario, are included. This often leads to forms that are overburdened with entry fields that are not needed in a particular application context.

A high level of optionality may even preclude the generation of a corresponding form, if the EHR system’s data model does not support the complex structures prescribed by the archetype. In the ArchiMed system, this was the case when multiple levels of repeating nodes, i.e., repeating nodes containing other repeating subnodes (cf. Figure 4) were specified by the archetype. Such nodes would have to be represented by means of recursive TABLEs, which ArchiMed currently does not support.

To avoid this problem, archetypes should be customized for the current application context, before deriving forms from them. In these customized archetypes all irrelevant optional nodes could be removed, while optional complex structures, such as multiple levels of repeating nodes, could be dissolved.

For this purpose, the openEHR architecture envisages so-called “templates” as a second constraint layer on top of archetypes. Among other purposes, they are also intended to be used as a basis for form generation [33].

We decided to base our approach on archetypes instead of templates for the following reasons:

  • Templates are currently only considered in openEHR, and even there the specification still has the status “Development”. ISO/EN 13606 does not support templates.

  • OpenEHR templates are defined as specialized archetypes and formally expressed in terms of the AM [33]. All characteristics of an archetype, on which our approach is based, apply equally to an openEHR template. Thus, all insights gained through our approach are still valid and have to be considered when generating forms from openEHR templates.

Consequently, an archetype-based approach shares common ground with ISO/EN13606 and at the same time remains compatible with the upcoming openEHR templates specification.

Within the ISO/EN 13606 architecture, the cus-tomization of archetypes for the purpose of form generation could be achieved via specialized archetypes. Here, irrelevant optional nodes of the parent archetypes could be removed and multiple levels of repeating nodes could be dissolved.

As the COSMIC and ArchiMed studies show, the data types and associated constraints as well as the terminology bindings provided by the EHR system model are likely to be less extensive than those defined in the AM. Some archetype data types will then have to be mapped to more generic data types in the EHR system model. For several archetype data type constraints and terminology bindings, there may even be no corresponding functionality in the EHR system model.

Such gaps in the EHR system’s data model may result in a loss of data quality, if the EHR system data type cannot natively enforce a particular constraint defined in an archetype. Missing constraints may partly be enforced at the application level, such as our implementation of Boolean values in ArchiMed. In some cases, gaps may be acceptable. As an example, even though the archetype term_bindings section cannot be represented in ArchiMed, we considered the labelling of ArchiMed form components by means of the archetype local terms to be sufficient for our purposes. For certain types of gaps, however, the relevant archetypes may be considered outside of the EHR system’s “modelling safe zone” [20].

In the creation of comprehensive archetypes, we only considered unconstrained mandatory attributes of the RM for inclusion in the generated form. Optional attributes were assumed not to be needed for data collection as they were not set to mandatory in the archetype. This assumption allowed us to limit the number of optional archetype nodes in a rudimentary way and thus also the size of the generated forms. It can, however, be argued that unconstrained optional attributes may nonetheless need to appear in the form. In this case, the comprehensive archetype would simply have to be extended to include these attributes as well. Interestingly, the current openEHR template designer [34] offers neither optional nor mandatory RM attributes to the user if they are not constrained by the underlying archetype. Nor do they appear in the existing Operational Templates published in [23]. Even though they can be added during form generation, the user cannot specify in the template whether a particular attribute should be included in the form.

Our approach is limited insofar as immediate generation of EHR extracts is only possible for documents that were recorded via the archetype-derived forms. In this case, the mapping between the form contents and the EHR extract is automatically generated during creation of the form. Data recorded otherwise, which should be included in the EHR extracts, would either have to be loaded in the database tables storing data for the archetype-derived forms, or be manually mapped to the corresponding archetype nodes.

We examined in a lab environment to what extent archetype data structures could be represented within EHR system forms. To be applicable in clinical practice, the usability of the generated forms has to be improved. To achieve a high level of usability, a separate visualization knowledge layer could be added that specifies a suitable way of presenting each archetype node in a form. Van der Linden et al. presented a corresponding approach that distinguishes content-related, localized, and device-related presentation knowledge [35]. Kopanitsa proposed a presentation layer that considers different views for different users and devices [36], while Atalag et al. relied on a set of graphical user interface directives to adjust the aesthetics and visual behaviour of generated forms [37].

Conclusions

In this paper we presented an approach for plug-and-play integration of archetypes in legacy EHR systems, which (a) automatically generates entry forms in the EHR system from archetypes, and (b) supports immediate export of EHR documents that are recorded via the generated forms and stored in the EHR system’s internal proprietary format as standardized and archetype-compliant EHR extracts. We specified a set of basic requirements, which an EHR system’s data model must satisfy, as a prerequisite for applying our approach.

We tested our approach with the ArchiMed system and were able to successfully integrate 15 archetypes from a test set of 27. For 12 archetypes, the form generation failed owing to multiple levels of repeating nodes resulting from the typical “maximal data set” design of archetypes.

To avoid this problem and further reduce the derived form to those entry fields that are relevant in a particular application context, archetypes should be customized before generating the form. This may be done by means of openEHR templates or by specializing archetypes. In both cases, complex structures such as multiple levels of repeating nodes could be dissolved and irrelevant archetype nodes could be removed. We intend on employing these variants of archetype customization in two upcoming projects, where we aim to integrate openEHR respective ISO/EN 13606 archetypes in legacy EHR systems.

Compared with archetypes, an EHR system data model is often less expressive, in particular with regard to supported data types and terminological features. Some of the resulting gaps may be closed by workarounds at the application level and some may be acceptable in a given application scenario. For the remaining gaps, the relevant archetypes will have to be considered outside of the particular EHR system’s “modelling safe zone” [20], and thus cannot be integrated in the system.

Our results further show that the usability of the generated forms must be improved before they can be applied in clinical practice. To achieve this, approaches based on a separate visualization knowledge layer for archetypes may be employed [35–37].

References

  1. Dobrev A, Jones T, Stroetmann V, Stroetmann K, Vatter Y, Peng K: Interoperable eHealth is worth it - securing benefits from electronic health records and ePrescribing.http://ec.europa.eu/information_society/activities/health/docs/publications/201002ehrimpact_study-final.pdf,

  2. Eichelberg M, Aden T, Riesmeier J, Dogac A, Laleci G: A survey and analysis of electronic healthcare record standards. ACM Comput Surv. 2005, 37 (4): 277-315. 10.1145/1118890.1118891.

    Article  Google Scholar 

  3. Kalra D: Electronic health record standards. Yearb Med Inform. 2006, 136-144.http://www.ncbi.nlm.nih.gov/pubmed?term=%22electronic%20health%20record%20standards%22[ti]%20AND%20kalra,

    Google Scholar 

  4. Sachdeva S, Bhalla S: Semantic interoperability in standardized electronic health record databases. J Data and Information Quality. 2012, 3 (1): 1-37.

    Article  Google Scholar 

  5. International Organization for Standardization: ISO/TR. 20514,http://www.iso.org/iso/iso_catalogue.htm, :2005 health informatics -- electronic health record -- definition, scope and context,

    Google Scholar 

  6. Kalra D, Blobel BG: Semantic interoperability of EHR systems. Stud Health Technol Inform. 2007, 127: 231-245.

    PubMed  Google Scholar 

  7. Beale T: Eleventh OOPSLA workshop on behavioral semantics: serving the customer: 2002. Archetypes, constraint-based domain models for future-proof information systems. 2002, Seattle, Washington, USA: Northeastern University, Boston, 16-32.

    Google Scholar 

  8. Dolin RH, Alschuler L, Boyer S, Beebe C, Beilen FM, Biron PV, Shabo A: HL7 Clinical document architecture, release 2. J Am Med Inform Assoc. 2006, 13 (1): 30-39. 10.1197/jamia.M1888.

    Article  PubMed  PubMed Central  Google Scholar 

  9. European Committee for Standardization: EN. 13606,http://esearch.cen.eu/, electronic healthcare record communication,

    Google Scholar 

  10. openEHR Specifications:http://www.openehr.org/svn/specification/TRUNK/publishing/roadmap.html,

  11. The HL7 Templates Special Interest Group:http://www.hl7.org/Special/committees/template/overview.cfm,

  12. Freriks G, de Moor G, Kalra D: White paper: archetype paradigm: an ICT revolution is needed.http://www.eurorec.org/files/filesPublic/ArchetypeParadigmFeb2007.pdf,

  13. Bird L, Goodchild A, Tun Z: Experiences with a Two-level modelling approach to electronic health records. J Res Prac Inf Tech. 2003, 35 (2): 121-138.

    Google Scholar 

  14. Duftschmid G, Wrba T, Rinner C: Extraction of standardized archetyped data from electronic health record systems based on the entity-attribute-value model. Int J Med Inform. 2010, 79 (8): 585-597. 10.1016/j.ijmedinf.2010.04.007.

    Article  PubMed  Google Scholar 

  15. Maldonado JA, Moner D, Boscá D, Fernández-Breis JT, Angulo C, Robles M: LinkEHR-Ed: a multi-reference model archetype editor based on formal semantics. Int J Med Inform. 2009, 78 (8): 559-570. 10.1016/j.ijmedinf.2009.03.006.

    Article  PubMed  Google Scholar 

  16. Brass A, Moner D, Hildebrand C, Robles M: Standardized and flexible health data management with an archetype driven EHR system (EHRflex). Stud Health Technol Inform. 2010, 155: 212-218.

    PubMed  Google Scholar 

  17. Kohler M, Rinner C, HĂĽbner-Bloder G, Saboor S, Ammenwerth E, Duftschmid G: The archetype-enabled EHR system ZK-ARCHE - integrating the ISO/EN 13606 standard and IHE XDS profile. 2011, Oslo, Norway: XXIII International Conference of the European Federation for Medical Informatics (MIE), 799-804.

    Google Scholar 

  18. Schuler T, Garde S, Heard S, Beale T: Towards automatically generating graphical user interfaces from openEHR archetypes. Stud Health Technol Inform. 2006, 124: 221-226.

    PubMed  Google Scholar 

  19. Opereffa:http://opereffa.chime.ucl.ac.uk/,

  20. Chen R, Klein GO, Sundvall E, Karlsson D, Ahlfeldt H: Archetype-based conversion of EHR content models: pilot experience with a regional EHR system. BMC Med Inform Decis Mak. 2009, 9: 33-10.1186/1472-6947-9-33.

    Article  PubMed  PubMed Central  Google Scholar 

  21. International Organization for Standardization: ISO/TS. 18308,http://www.iso.org/iso/iso_catalogue.htm, health informatics - requirements for an electronic health record architecture,

    Google Scholar 

  22. Dorda W, Wrba T, Duftschmid G, Sachs P, Gall W, Rehnelt C, Boldt G, Premauer W: ArchiMed: a medical information and retrieval system. Methods Inf Med. 1999, 38 (1): 16-24.

    CAS  PubMed  Google Scholar 

  23. Clinical Knowledge Manager:http://www.openehr.org/knowledge/,

  24. Garde S, Knaup P, Hovenga E, Heard S: Towards semantic interoperability for electronic health records. Methods Inf Med. 2007, 46 (3): 332-343.

    PubMed  Google Scholar 

  25. Java Reference Implementation of openEHR:http://www.openehr.org/download/software.html,

  26. Beale T: The openEHR archetype model - archetype object model.http://www.openehr.org/specifications/spec_strategy.html,

  27. Beale T, Frankel H: The openEHR reference model - extract information model (revision 2.1).http://www.openehr.org/specifications/spec_strategy.html,

  28. openEHR XML-schemas - Release 1.0.2:http://www.openehr.org/svn/specification/TRUNK/publishing/its/XML-schema/index.html,

  29. Chen R, Klein G: The openEHR Java reference implementation project. Stud Health Technol Inform. 2007, 129 (Pt 1): 58-62.

    PubMed  Google Scholar 

  30. Beale T, Heard S, Kalra D, Lloyd D: The openEHR reference model - data types information model.http://www.openehr.org/specifications/spec_strategy.html,

  31. Martinez-Costa C, Menarguez-Tortosa M, Fernandez-Breis JT: An approach for the semantic interoperability of ISO EN 13606 and OpenEHR archetypes. Journal of biomedical informatics. 2010, 43 (5): 736-746. 10.1016/j.jbi.2010.05.013.

    Article  PubMed  Google Scholar 

  32. Kilic O, Dogac A: Achieving clinical statement interoperability using R-MIM and archetype-based semantic transformations. IEEE transactions on information technology in biomedicine: a publication of the IEEE Engineering in Medicine and Biology Society. 2009, 13 (4): 467-477.

    Article  Google Scholar 

  33. Beale T: The openEHR archetype model - openEHR templates.http://www.openehr.org/svn/specification/TRUNK/publishing/roadmap.html,

  34. Template Designer:http://www.oceaninformatics.com/Solutions/openehr-solutions/ocean-products/Clinical-Modelling/ocean-template-designer.html,

  35. van der Linden H, Austin T, Talmon J: Generic screen representations for future-proof systems, is it possible? There is more to a GUI than meets the eye. Comput Methods Programs Biomed. 2009, 95 (3): 213-226. 10.1016/j.cmpb.2009.03.003.

    Article  PubMed  Google Scholar 

  36. Kopanitsa G: Standard based multiclient medical data visualization. Stud Health Technol Inform. 2012, 180: 199-203.

    PubMed  Google Scholar 

  37. Atalag K, Yang HY, Tempero E, Warren J: Model driven development of clinical information sytems using openEHR. Stud Health Technol Inform. 2011, 169: 849-853.

    PubMed  Google Scholar 

Pre-publication history

Download references

Acknowledgements

We wish to thank Thomas Wrba for his help in setting up the database for our ArchiMed test environment. We also wish to thank Karl Holzer and Roman Dietrich for their help in implementing the PL/SQL procedures used to transform ArchiMed documents to EHR extracts.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Georg Duftschmid.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

GD conceptualized the proposed approach, and drafted as well as revised the manuscript. JC implemented the form generation approach for the ArchiMed system and assisted in revising the manuscript. CR implemented the transformation of EHR system documents to EHR extracts, contributed to the implementation of the form generation approach, and assisted in revising the manuscript. All authors read and approved the final manuscript.

Authors’ original submitted files for images

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Duftschmid, G., Chaloupka, J. & Rinner, C. Towards plug-and-play integration of archetypes into legacy electronic health record systems: the ArchiMed experience. BMC Med Inform Decis Mak 13, 11 (2013). https://doi.org/10.1186/1472-6947-13-11

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1472-6947-13-11

Keywords