Skip to main content

Facilitating the design of HL7 domain models through a model-driven solution

Abstract

Background and goal

Health information systems are increasingly sophisticated and developing them is a challenge for software developers. Software engineers usually make use of UML as a standard model language that allows defining health information system entities and their relations. However, working with health system requires learning HL7 standards, that defines and manages standards related to health information systems. HL7 standards are varied, however this work focusses on v2 and v3 since these are the most used one on the area that this work is being conducted. This works aims to allow modeling HL7 standard by using UML.

Methods

Several techniques based on the MDE (Model-Driven Engineering) paradigm have been used to cope with it.

Results

A useful reference framework, reducing final users learning curve and allowing modeling maintainable and easy-going health information systems.

Conclusions

By using this approach, a software engineer without any previous knowledge about HL7 would be able to solve the problem of modeling HL7-based health information systems. Reducing the learning curve when working in projects that need HL7 standards.

Peer Review reports

Introduction

Nowadays, health information systems are increasingly sophisticated [1]. The development of high-quality, maintainable and interoperable products is a challenge for software developers that compete in finding a niche market within the health systems field. The need of working with an electronic health record shared all over the word is a fact today [2]. For this purpose, it is essential to use health information standards that allow establishing health information exchange rules [3]. However, engineers are not always proficient with health standards. The initial hypothesis is that since software engineers can read UML (Unified Modeling Language) [4] but are not usually proficient with HL7, having a UML translation of HL7 will reduce the learning curve and thus easing the adoption of this health standard. To validate this hypothesis, this work aims to bring closer health standards and software definition standards.

Software engineers usually work by using UML to define the projects. UML is a standard model language proposed by the OMG (Object Management Group). This organization promotes the use of object-oriented technologies through the creation and preservation of guidelines, standards, and specifications. MDE (Model-Driven Engineering) is a paradigm that focuses on the creation and operation of domain models. A domain model is a conceptual model that describes entities, attributes, roles, relations and restrictions associated with the domain of the problem. It describes concepts dealing with the nature of the problem, instead of describing concepts related to software systems. It helps software engineers to decouple representation by focusing on the concepts. A metamodel is a model that describes the concepts used in a specific domain model [5, 6]. MDE is used in this study since this paradigm has been used successfully in many other research topics e.g. business process management [7], and in software testing area [8, 9] among others.

Many notations exist for standing for metamodels, UML being one of the most frequently used.

In this way, this work is referring to UML class-diagram modeling notations.

On the other hand, HL7 International (Health Level Seven International, from now on it will appear as “HL7”) is a non-profit international organization that promotes and defines standards related to health information systems. The members of this organization develop standards with the purpose of allowing exchange and integrate the electronic health record with the aim of supporting clinical practice as well as management, development and evaluation of health services.

HL7 counts on 31 affiliate countries; Spain, for instance, is included through the organization named HL7 Spain. Currently, HL7 is offering three certifications that validates the knowledge about HL7 standards and it comprises nearly 4800 validated researchers all over the world.

This information reinforces the substantial impact that HL7 has internationally, considering that there is a considerable amount of worldwide cases of implementations based on HL7 standards [10].

This organization defines domain models for each HL7 standard for the whole patient data, with the aim of representing each problem or working scenario identified over time.

Most HL7 standards have a common metamodel called MIF (Model Interchange Format) [11]. Initially, MIF was created to represent the HL7 v3 metamodel using UML, with the aim of leverage MDE benefits, and address some shortcomings in the UML paradigm itself. Most HL7 domain models could be modeled following this metamodel, which is formally modeled with one of the HL7 standards [12]. It should be pointed out that MIF is so large, and it is presented in such an abstract way that, although it seems very interesting from a conceptual point of view, it could cause lots of difficulties when using and learning it.

Each HL7 standard has an underlying domain analysis model that specializes and extends MIF. In this research, we are focusing in HL7 v2 and HL7 v3 since these are the models being used in the area on which it is intended to be validated this approach. Each HL7 domain analysis model was understood in some cases as a metamodel, since such models can be used to instantiate implementation guides covering a specific scenario. In some cases, these models have not been explicitly defined in a diagram, but in a text on different documents. In some other cases, these models have been explicitly defined in diagrams that use HL7’s own graphical language. Keeping in mind that models of some HL7 standards are described by means of a text in large documents, and other HL7 standards are modeled using its own graphical language, it is not easy for a software engineer to design a domain model of a software solution according to a specific HL7 standard. In contrast to what happens when using HL7 standards, software engineers usually feel conformable with general model languages, such as UML.

Therefore, in this research work we have been carrying out the research under the hypothesis of providing software engineers a solution that allows them to design their domain models proposals to develop health information systems by means of systematically using UML notation. Thus, in a transparent way, these representations could take part in health information systems that are conform to HL7. For this purpose, we propose the use of the MDE paradigm.

In conclusion, along this study we will offer a solution consisting in using MDE to solve the problem of designing domain models according to HL7, using an UML-based interface to reduce the learning curve and cost that this problem involves.

Up to now, in this research, the effort has been focused on three HL7 standards: HL7 v3, HL7 CDA and HL7 v2.x. Future work will include an evaluation of the results of the validation and further models of HL7 being included on this framework.

In addition, MDE text transformations can extend this work to allow MoDHE model to automatically generate code compliant with technical interoperability standards as FHIR.

This paper is structured as follows. After this introduction, Section 2 describes the background together with the problem and justifies the proposed solution. Then, Sections 3 and 4 explain the methodology used and the results obtained, respectively. To finish, Section 5 supplies further discussion and Section 6 states final conclusions.

Background

HL7 international is an organization that provides standards in the health context. These standards can use health data safely, whenever, and wherever needed. This organization uses information models to define standards. Most of these models extend MIF which is the metamodel of HL7 models. So, each HL7 model is conform to MIF definitions.

Although HL7 is an organization that places strong emphasis on interoperability standards, most of the HL7 V3 standards have been designed using a language with graphical code specific to HL7. Lots of researchers from the scientific community have identified the need of using HL7 in the MDE context to have model support tools or testing tools among others at their disposal [13,14,15,16].

Therefore, this work aims to find solutions to the following problems:

  • Learning curve. UML is a standard to model well known and used software systems. Most of HL7 models are designed following their own graphical model language, which is known and used by HL7 members and software engineers who eventually have worked with HL7 standards. Some HL7 models are not modeled in a graphical way, but in texts and large documents. Therefore, software engineers, face up a bigger learning curve at designing a health system based on HL7 than designing an UML domain model.

  • Usability. Tools that allow working with HL7 standards are limited and less usable than tools that use a standardized model language, as they explicitly use the semantics of HL7. On the other hand, there are lots of tools to design systems using UML, which are more usable because the software engineer is more familiar with their semantics. If an engineer designs a healthcare computing system using of a tool that conforms to both UML elements and HL7 elements in a straightforward way, the usability of the tool will increase.

  • Maintenance and adaptation. Considering the high complexity and size of HL7 standards, healthcare systems created according to HL7 are less maintainable and have less adaptation capacity than those common systems that are not from the healthcare environment. However, if we evaluate the maintenance and adaptation capacity of an UML-based information system, we will deduce that the system has those capacities, since UML is a model language extensively known by software engineers.

Consequently, the need of providing software engineers with a reference framework that let them approach these two standards is shown in this solution: UML general-purpose model language and HL7 standards, through the MDE paradigm.

There are previous identified experiences regarding the use of HL7 standards that applied techniques based on the MDE paradigm [17,18,19,20]. For years, they highlighted the importance of model information in the health context for sharing knowledge, improving processes and document the requirements of software solutions for health information systems. Although these experiences use MDE and HL7, an obstacle was mainly identified: even though they used techniques based on MDE (e.g. models transformation or mechanisms for automatically generate code), they did not use HL7 completely. Authors in these works addressed the research to a single specific HL7 model, keeping others out of the scope of their research.

The aim of this solution is to back up the development of health information systems based on HL7, through a reference framework that brings closer HL7 standards and UML general-purpose model language to the developers, using the MDE paradigm.

NDT (Navigational Development Techniques) is a methodology based on MDE that offers formal and complete support to the software lifecycle (viability study, requirements, analysis, design, implementation, maintenance and test) [21]. NDT methodology covers the phases of the lifecycle in a structured way, reducing errors and redundancies. This methodology defines a set of metamodels (and transformations among them) to formally address the phases of the lifecycle of a software product or service. Up today, NDT has been applied to many projects and business experiences [22, 23] However, NDT is a software development methodology for general purposes and it doesn’t included mechanisms to define interoperability requirements, as the one based in HL7 standard, in this way, NDT has been extended to offer this feature.

Figure 1 shows graphically the proposed solution. On one hand, HL7 metamodels are represented on the left. On the other hand, our approach, named MoDHE, MOdel-Driven Health Engineering, and its metamodels are displayed on the right extending NDT metamodels. Specifically, we extend Information Requirements, (RA) metamodel in NDT methodology, which subsequently extend from UML metamodels. In particular, it extends the class diagram metamodel. Derivation mechanisms are also shown among MoDHE metamodels. Both, HL7 metamodels and MoDHE metamodels establish relations one to one, since it is necessary to consider metamodels and constraints of HL7 standards to define MoDHE metamodels.

Fig. 1
figure 1

Formal definition of the proposal

This reference model has been called MoDHE due to the close relation with the MDE paradigm and the health context.

Methods

The current research line contributes to the academic field with a reference framework composed of three basic pillars that offer the following added value to the existent scientific base. Our methodology. It is a procedure to design HL7 domain models in a health area software project with an UML-based interface. The HL7-based model language, that is the language that extends UML for modelling health information systems by HL7 standards. And derivation mechanisms. Key element to enhance interoperability among standards and ease systems maintenance and extension.

Figure 2 offers a view of the context where MODHE reference framework is developed.

Fig. 2
figure 2

Context

Methodology

Initially, after reviewing the correspondences between HL7 and UML metamodel in previous works [24, 25], the authors started working on MDE techniques to implement Model-to-Model techniques to generate HL7 models automatically, by using UML models as a source [26]. Afterwards, bearing in mind that software engineers, who model health software, must model artifacts in all the phases of the software lifecycle as non-health software; the authors decided to develop MoDHE methodology as an extension of NDT methodology. Thus, authors decided to extend the metamodels that covered the elements related to the software lifecycle and enrich NDT by adding the metamodels of HL7 standards through the defined DSL, Domain Specific Language, that works out UML-like notations for HL7 concepts. Therefore, they got a formal and complete framework that enabled modeling a health information system systematically according to HL7, using class diagrams models.

In consequence, MoDHE methodology helps software engineers model requirements using an UML language, by defining HL7 requirements in a clear and systematic way.

MoDHE methodology extends the metamodels from the NDT phase called System Requirement Development (DRS). More specifically, it extends RA metamodel to include the elements of HL7 standards. Within RA metamodel, MoDHE methodology focuses on information requirements. Thank to this fact, a software engineer could define the health requirements catalog according to HL7.

The learning curve of a software engineer using MoDHE for the first time is minimum, because, like when using NDT, MoDHE methodology proposes to utilize UML class diagram notation to define models.

To develop MoDHE methodology, we analyzed in detail each metamodel (designed either by means of their own graphical model language or textual documents) for every HL7 standard that must be integrated, to get a deep knowledge about:

  • The entities the metamodel includes.

  • The constraints some entities must include to cover the definition of each entity.

  • The transformation rules that could be identified among entities included by different standards.

This analysis was performed to get the required knowledge to model all the elements comprising MoDHE metamodels that, as mentioned before, constitute an extension of NDT metamodels.

Up to now, the effort has been focused on three HL7 standards that belong to software information requirements. These standards are also part of the DRS phase of NDT methodology. The effort has been focused on defining the static or structural phase of the system for HL7 v3, HL7 CDA and HL7 v2.x.

HL7 CDA standard is an extension of HL7 v3 standard, as Fig. 1 showed in section 1.

HL7-based model language

MoDHE metamodel, a HL7-based model language, was created to support MoDHE methodology, as it was previously stated.

Figure 3 displays a subset of MoDHE metamodels related to some entities of HL7 v3 standard. This metamodel extends the RA metamodel of NDT, which extends the Class model of UML, as depicted in Fig. 1. MoDHE metamodel has not been fully described since it is out of the scope of this paper and it would become too extensive, however Figs. 4, 5, 6, 7, 8, 9, 10, and 11 shows an overview of different metamodels that has been developed, so the reader can take a picture of MoDHE as a whole.

Fig. 3
figure 3

MoDHE metamodel

Fig. 4
figure 4

MoDHE metamodel for HL7 v2 entities

Fig. 5
figure 5

MoDHE metamodel for Hl7 v2 enumerates

Fig. 6
figure 6

MoDHE metamodel HL7 v2 datatype

Fig. 7
figure 7

MoDHE metamodel HL7 v3 entities part 1

Fig. 8
figure 8

MoDHE metamodel HL7 v3 entities part 2

Fig. 9
figure 9

MoDHE metamodel HL7 v3 entities part 3

Fig. 10
figure 10

MoDHE metamodel HL7 v3 datatype

Fig. 11
figure 11

MoDHE metamodel HL7 v3 enum

As Fig. 1 shows, MoDHE metamodels have been defined following the definitions and constraints included in HL7 standards.

Derivation mechanisms

We can identify common elements when comparing reference models with the different HL7 standards. Such elements help defining easy transformations among entities from one standard into another one. Then, these elements enable creating partially the model structure, focused on a specific standard by taking a model based on a different standard as a reference. The systematic process to obtain a MoDHE model from another MoDHE model must consider the information from the source model and the transformation process that is applied (i.e., how this information is transformed, what dependencies among information elements exist, and what information is generated in the output model).

This process, entailing these semantic relations, establishes a transformation mechanism based on rules to obtain the final model. Thanks to this transformation process, a correspondence between both metamodels is set, so that the development process can be automated, and quality and consistency of models is improved. We have used QVT (Query/View/Transformation) language [27] to formally model these transformations. However, before copying with the formal definition of QVT transformation rules to derivate elements, it is necessary to identify the correspondence among elements in each metamodel.

As Fig. 1 displayed, some correspondences among HL7 standards have been identified.

As an example, Table 1 matches eight of these correspondences between HL7 CDA and HL7 v2.x standards.

Table 1 Correspondence among elements in the studied metamodels

Figure 12 shows the QVT function that maps the eight correspondences included in Table 1.

Fig. 12
figure 12

QVT mapping from “Patient” element to “SegmentPID” element

MoDHE suite

MoDHE Suite is a tool that supports MoDHE reference framework. It also checks that a practical implementation of the methodology is performed.

As well as MoDHE methodology extends NDT methodology, MoDHE Suite tool uses NDT Suite tool as a base.

NDT Suite is a set of open-source software tools developed to guide the software engineer in the use of NDT methodology. It covers development, quality control, maintenance, test and security. NDT Suite uses and extends UML models following a MDE-based procedure.

With MoDHE metamodel as a reference, which is an abstract syntax of HL7-based model language, a concrete syntax has been defined. Thus, UML profiles have been used with the aim to define new concepts from already existing builders in UML, obtaining a more precise and concrete semantics that is able to model all the existing and varied HL7 standards. We have extended “RA” requirements from NDT to support different HL7 standards. A stereotype in UML profile that extends an UML metaclass is identified from each defined element in MoDHE metamodels. Particularly, all UML profile stereotypes of MoDHE extend UML Class metaclass. This implies that all MoDHE models are designed using the same visual notation as UML classes.

Figure 13 shows a subset of MoDHE UML profile, corresponding to some entities of HL7 CDA standard. MoDHE UML profile has not been described in depth, since it is out of the scope of this paper and it would it would become too extensive.

Fig. 13
figure 13

MoDHE UML profile implemented in Enterprise Architect (EA)

In addition to UML profile developed in EA, we have implemented constraints associated to the model language, transformations among models, as well as user interface developed in C# to provide the software engineer a tool to design domain models according to HL7.

Figure 14 shows the global architecture of MoDHE Suite tool, including UML profile developed in EA together with constraints, transformations and user interface implemented in C# language. The result is a COM object, i.e. a DLL file, that manages the use of constraints and transformations on a set of UML profiles developed with the MDG Technologies of Enterprise Architect.

Fig. 14
figure 14

MoDHE Suite architecture

Results and validation

MoDHE reference framework and MoDHE Suite tool has been developed for supporting this methodology. Also, a validation process was carried out, on all the offered functionalities, to confirm the tool was behaving as expected and did not present any bug. This validation attended to the results of a research project called Prevensalud. This project develops an interoperability framework that allows exchanging clinical documents among the computer system of the University Hospital “Hospital Virgen del Rocío” in Seville, Spain, and some external systems from arranged bodies.

Some screenshots from the designing stage of Prevensalud project has been included in Figs. 15, 16, 17 and 18 as example of the user interface at dissimilar stages.

Fig. 15
figure 15

Designing Prevensalud scenario (a part of the CDA scheme)

Fig. 16
figure 16

Designing Prevensalud scenario (Data tab in Patient Editor)

Fig. 17
figure 17

Designing Prevensalud scenario (Associations tab in Patient Editor)

Fig. 18
figure 18

Designing Prevensalud scenario (Name Editor)

The functional validation performed consisted in designing HL7 models in Prevensalud scenario using the UML interface, that MoDHE Suite tool offers. This validation was carried out by comparing the generated HL7 CDA model with the HL7 CDA model used in the project.

Such comparison uncovered some differences. Therefore, the following step was to review in detail the HL7 CDA standard to verify what model was more consistent with the standard. No errors were found when comparing the model modeled with MoDHE Suite tool with the standard. However, three kinds of errors were identified in the CDA model used in this project. Table 2 lists those errors.

Table 2 Diverse kinds of errors

Table 3 shows the errors identified regarding CDA model in the project. They were classified according to the categorization defined in Table 2.

Table 3 Identified errors in the CDA model

The classCode attribute related to the ClinicalDocument class is shown as an example of a “Mandatory” error. In the Prevensalud CDA guide, this attribute was not included as part of this class, although it is mandatory according to CDA standard.

The legalAuthenticator class is an example of a “Multiplicity” error. In the CDA guide of Prevensalud, the legal authenticator cannot be multiple, since its multiplicity is 0..1. However, Prevensalud CDA offers multiple ability to the legalAuthenticator class.

The classCode attribute related to the participantRole class is given as an example of a “Value” error. In the Prevensalud CDA guide, this attribute is assigned to values “SDLOC” or “MANU”. Nevertheless, the CDA standard defines a mandatory value equal to “ROL” to the classCode attribute as part of the participantRole class.

The result of this validation evinced the fact that developing the HL7 model in the project led to some errors that should have been avoided by using MoDHE Suite tool.

Discussion and future work

MoDHE reference framework offers to the research community a methodological framework that allows the software engineer to design HL7 domain models by using an UML-based interface, to develop maintainable and adaptable systems, and improves usability and reduces the learning curve.

This study has been developed within the lines of work of two research groups: Web Engineering and Early Testing (IWT2) and Technological Innovation Unit (GIT).

IWT2 successfully presents, as one of the main strategic lines, the combination of the MDE paradigm with information management in numerous contexts, with the aim to cope with the identified needs. Working in a research line dealing with applying the MDE paradigm allows harmonizing proposals and approaches. In consequence, the results of a research work support the hypothesis of subsequent research works, thus progressing jointly. As one of the main goals of this research lines we can point out the need to offer solutions in the health engineering framework. This goal is accomplished in a way that let the software engineer develop solid and maintainable health information systems through the MDE paradigm.

GIT presents, as one of its main strategic lines, the use of health computing standards. The group aims to offer new knowledge to the research community about the real benefit that these standards may provide. In some projects, the members of GIT have been doing some tests with some HL7 standards (v2.x, CDA, FHIR, CCOW, vMR, etc.) and different standards proposed by other standardization organizations (e.g. OpenEHR, ISO 13606 or ISO 13940). Nowadays, HL7 FHIR (Fast Healthcare Interoperability Resources) standard is a particularly important resource to keep in mind in health information systems development. FHIR combines the best characteristics of the most used HL7 standards so far [28,29,30]. An at once evolution of MoDHE is the inclusion of FHIR, metamodeling the structure of resources that FHIR proposes, allowing to the software engineers develop health information systems based on FHIR without having knowledge about FHIR. If a specific system needs to extend FHIR, only a person in the software engineers’ team must know FHIR deeply to extend the metamodel and to generate the support that the rest of engineers could use without know FHIR. Therefore, the development of MoDHE reference framework has been an important achievement for this research line within GIT research group, as they have offered a robust support to develop HL7 domain models through a methodology based on the MDE paradigm. This way, they have reduced the learning curve to the software engineer who needs to develop HL7 domain models, and they have also generated maintainable and adaptable health information systems, by offering an interface based on UML models.

Furthermore, the present research study has led to new research lines of work that will be detailed in the next subsections.

Align HL7 standards with a standard system of concepts

There are standard systems of concepts in the health context, such as ISO 13940 standard, which define the list of concepts that could be identified in a specific scenario. Aligning the concepts used in HL7 standards with this kind of system of concepts is a complex and tedious task.

However, as MoDHE reference model has been developed following a methodology based on MDE, relations between concepts used in HL7-based model languages, and those included in the system of concepts, could be identified. Therefore, they would play the role of aligning the concepts used in HL7, as well as in the system of concepts in a more simple and maintainable way.

The Alignment concepts included in HL7 standards and in a system of concepts is a complementary research line, that could be further developed in the future.

In addition, an online, public and complete version of MoDHE will be published to make it available to the scientific community as complementary material.

Certify the conformance of existent HL7 models

For years, lots of health information systems were developed designing HL7-based domain models, without any supporting methodology that guarantee conformity of these domain models in the use of HL7 standards.

An interesting research work, that appears from the present research line, is the lack of mechanisms for existent HL7-based domain models to certify their conformity in the use of HL7 standards.

It would be interesting for HL7 to have a methodology that enables validating a domain model design, using the rules defined in at least one HL7 standard. This method could begin by designing a certification process for current HL7-based health information systems.

Conclusions

The present research line has been developed with the challenge to help software engineers’ community design domain models in UML conforming to HL7, using the MDE paradigm. The pursued scenario is to approach domain models of HL7-based health information systems with UML design, focusing on the richness and wide use that UML entails within that community.

The present methodology proposes to support the design of HL7 domain models using UML models through a model-driven solution. Therefore, a software engineer without any knowledge about HL7 standards can model the project’s requirements as well as HL7 standards rules, its recommendations, and constraints for HL7-based health information systems by using UML elements. It is intended to distribute the produced framework by making it available for the HL7 community from the material published in our PhD Thesis [31].

Availability of data and materials

Not applicable.

Abbreviations

UML:

Unified Modeling Language

OMG:

Object Management Group

MDE:

Model-Driven Engineering

HL7:

Health Level 7

MIF:

Model Interchange Format

NDT:

Navigational Development Techniques

MoDHE:

Model-Driven Health Engineering

DRS:

System Requirement Development

RA:

Information Requirements

QVT:

Query/View/Transformation

EA:

Enterprise Architect

IWT2:

Web Engineering and Early Testing research group

GIT:

Technological Innovation Unit research group

FHIR:

Fast Healthcare Interoperability Resources

References

  1. Kushniruk AW, Borycki EM, Kuwata S, Kannry J. Emerging approaches to usability evaluation of health information systems: towards in-situ analysis of complex healthcare systems and environments. Studies Health Technol Inform. 2010;169:915–9.

    Google Scholar 

  2. Garde S, Knaup P, Hovenga EJ, Heard S. Towards semantic interoperability for electronic health records--domain knowledge governance for open EHR archetypes. Methods Inf Med. 2007;46(3):332–43.

    Article  Google Scholar 

  3. Sinha PK, Sunder G, Bendale P, Mantri M, Dande A. Electronic health record: standards, coding systems, frameworks, and infrastructures: John Wiley & Sons; 2012.

  4. OMG (2015, March). OMG Unified Modeling Language, v2.5. Accessible in: http://www.omg.org/spec/UML/. Accessed Oct 2016.

  5. Brambilla M, Cabot J, Wimmer M. Model-driven software engineering in practice. Synthesis Lectures Software Engineering. 2012;1(1):1–182.

    Article  Google Scholar 

  6. Schmidt DC. Model-driven engineering. Computer. 2006;39(2):25–31.

    Article  Google Scholar 

  7. Garcia-Garcia, J. A., Enriquez, J. G., Garcia-Borgoñon, L., Arevalo, C., & Morillo, E. (2017). A MDE-based framework to improve the process management: the EMPOWER project. In IEEE 15th International Conference of Industrial Informatics. DOI:https://0-doi-org.brum.beds.ac.uk/10.1109/INDIN.2017.8104832.

  8. García-Borgoñón, L., Blanco, R., García-García, J. A., & Barcelona, M. A. (2014). Applying testing techniques to software process assessment: a model-based perspective. In information system development (pp. 333–344). Springer, Cham.

  9. Salido A, García JAG, Ponce J, Gutierrez JJ. Tests management in CALIPSOneo: a MDE solution. J Softw Eng Appl. 2014;7(06):506. https://0-doi-org.brum.beds.ac.uk/10.4236/jsea.2014.76047.

    Article  Google Scholar 

  10. Shaver, D. (2012). The HL7 evolution-comparing HL7 versions 2 and 3. Corepoint health. http://www.corepointhealth.com/sites/default/files/whitepapers/hl7-v2-v3-evolution.pdf (last access October 2016).

  11. Spronk R, Ringholm C. The HL7 MIF-model interchange format; 2010.

    Google Scholar 

  12. HL7 International. Model interchange format. Release 1 Informative Document. 2011;(August 2011).

  13. Bánfai B, Ulrich B, Török Z, Natarajan R, Ireland T. Implementing an HL7 version 3 modeling tool from an Ecore model. Stud Health Technol Inform. 2009;150:157–61. https://0-doi-org.brum.beds.ac.uk/10.3233/978-1-60750-044-5-157.

    Article  PubMed  Google Scholar 

  14. Ortiz, D. Villegas, A. Sancho, M.R. Olive, A. Vilalta, J. (2011) Automatic transformation of HL7 v3 information models into equivalent UML models, HL7 Spain technical report.

  15. Renly, S. Altamore, R. Nelson, L. Orlova, A. Patterson, K. Quaynor, S. Reed-Fourquet, L. Timm, J. (2012) A new model for collaboration: building CDA documents in MDHT, in: AMIA annual symposium proceedings, American medical informatics association, pp. 763–769.

  16. Farkash A, Timm JT, Waks Z. A model-driven approach to clinical practice guidelines representation and evaluation using standards. Stud Health Technol Inform. 2012;192:200–4.

    Google Scholar 

  17. Böckmann B, Heiden K. Extracting and transforming clinical guidelines into pathway models for different hospital information systems. Health Inform Sci Syst. 2013;1(1):13.

    Article  Google Scholar 

  18. Ortiz, D., Villegas, A., Sancho, M. R., Olivé, A., &Vilalta, J. (2011). Automatic transformation of HL7 v3 information models into equivalent UML models. HL7 Spain technical report.

  19. Renly, S., Altamore, R., Nelson, L., Orlova, A., Patterson, K., Quaynor, S., Reed-Fourquet, L., & Timm, J. (2012). A new model for collaboration: building CDA documents in MDHT. In AMIA annual symposium proceedings (Vol. 2012, p. 763). American medical informatics association.

  20. Farkash A, Timm JT, Waks Z. A model-driven approach to clinical practice guidelines representation and evaluation using standards. Studies Health Technol Inform. 2012;192:200–4.

    Google Scholar 

  21. Escalona MJ, Aragón G. NDT. A model-driven approach for web requirements. Software Eng IEEE Transact. 2008;34(3):377–90.

    Article  Google Scholar 

  22. Escalona, M. J., Gutiérrez, J. J., Morero, F., Parra, C. L., Nieto, J., Pérez, F., ...& Llergo, A. (2010). A Practical Environment to Apply Model-Driven Web Engineering. In Information Systems Development (pp. 249–258). Springer US.

  23. García-García JA, Escalona MJ, Domínguez-Mayo FJ, Salido A. NDT-suite: a methodological tool solution in the model-driven engineering paradigm. J Softw Eng Appl. 2014;2014(7):206–17.

    Article  Google Scholar 

  24. Martínez-García, A., Escalona, M.J., Parra-Calderón, C.L. (2013). El metamodelo de HL7 en el contexto de la Ingeniería Dirigida por Modelos. INFORMED: 15th National Congress of health computing. Madrid, Spain.

  25. Martínez-García, A., Escalona, M.J. , Parra-Calderón, C.L. (2013). Connecting HL7 with software analysis. A model-based approach. MEDICON: XIII Mediterranean conference on medical and biological engineering and computing. Seville, Spain.

  26. Martínez-García A, García-García JA, Escalona MJ, Parra-Calderón CL. Working with the HL7 metamodel in a model driven engineering context. J Biomed Inform. 2015;57(2015):415–24.

    Article  Google Scholar 

  27. OMG (2015). Documents Associated with Meta Object Facility (MOF) 2.0 Query/View/Transformation, v1.3. Accessible in: http://www.omg.org/spec/QVT/ (last access October 2016).

  28. HL7 International (2016). HL7 Fast Healthcare Interoperability Resources Specification (FHIR®), Release 1.

  29. Solbrig HR, Prud'hommeaux E, Grieve G, McKenzie L, Mandel JC, Sharma DK, Jiang G. Modeling and validating HL7 FHIR profiles using semantic web shape expressions (ShEx). J Biomed Inform. 2017; Epub ahead of print.

  30. Jiang G, Kiefer RC, Rasmussen LV, Solbrig HR, Mo H, Pacheco JA, et al. Developing a data element repository to support EHR-driven phenotype algorithm authoring and execution. J Biomed Inform. 2016;62:232–42.

    Article  Google Scholar 

  31. TESEO (2020). Resolviendo el diseño de modelos de dominio HL7 mediante soluciones guiadas por modelos. Accessible in: https://www.educacion.gob.es/teseo/mostrarRef.do?ref=1352304/ (last access march 2020).

Download references

Acknowledgements

We would also like to thank Universia foundation for awarding PhD students with research grants.

Funding

This research has been partially supported by the POLOLAS project (code TIN2016–76956-C3–2-R) of the Spanish Ministry of Science and Innovation, the KNOWBED project (code PIN-0213–2016) founded by the Andalusian Ministry of Health, Carlos III Health Institute within the call Strategic Help in Health (PITeS TIiSS project, code PI15/01213), by the VPPI of the University of Seville, and FEDER funds.

The authors are grateful to Carlos III Health Institute for promoting the Network for Innovation in Medical Technologies and Health (“ITEMAS” in Spanish, CODE PT17/0005/0032), and Prevensalud project founded by the Technological Corporation of Andalusia.

Author information

Authors and Affiliations

Authors

Contributions

MAO and AMG did a major contribution in writing the manuscript and interpretation of the data. CLP and MJE supported this contribution with their guidance during the conceptualization and design of the proposal. FJDM did his major contribution during the draft and design of the article. Everyone has supported this research with continuous reviewing. All authors read and approved the final manuscript.

Corresponding author

Correspondence to A. Martínez-García.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

Authors have no conflict of interest.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Olivero, M.A., Domínguez-Mayo, F.J., Parra-Calderón, C.L. et al. Facilitating the design of HL7 domain models through a model-driven solution. BMC Med Inform Decis Mak 20, 96 (2020). https://0-doi-org.brum.beds.ac.uk/10.1186/s12911-020-1093-4

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s12911-020-1093-4

Keywords