openEHR Reference Model Domain

Java implementation of the openEHR Reference Model Domain

License

License

Categories

Categories

Doma Data ORM
GroupId

GroupId

org.openehr.java-libs
ArtifactId

ArtifactId

openehr-rm-domain
Last Version

Last Version

1.0.71
Release Date

Release Date

Type

Type

jar
Description

Description

openEHR Reference Model Domain
Java implementation of the openEHR Reference Model Domain
Project Organization

Project Organization

openEHR
Source Code Management

Source Code Management

http://github.com/openEHR/java-libs/tree/master/openehr-rm-domain

Download openehr-rm-domain

How to add to project

<!-- https://jarcasting.com/artifacts/org.openehr.java-libs/openehr-rm-domain/ -->
<dependency>
    <groupId>org.openehr.java-libs</groupId>
    <artifactId>openehr-rm-domain</artifactId>
    <version>1.0.71</version>
</dependency>
// https://jarcasting.com/artifacts/org.openehr.java-libs/openehr-rm-domain/
implementation 'org.openehr.java-libs:openehr-rm-domain:1.0.71'
// https://jarcasting.com/artifacts/org.openehr.java-libs/openehr-rm-domain/
implementation ("org.openehr.java-libs:openehr-rm-domain:1.0.71")
'org.openehr.java-libs:openehr-rm-domain:jar:1.0.71'
<dependency org="org.openehr.java-libs" name="openehr-rm-domain" rev="1.0.71">
  <artifact name="openehr-rm-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openehr.java-libs', module='openehr-rm-domain', version='1.0.71')
)
libraryDependencies += "org.openehr.java-libs" % "openehr-rm-domain" % "1.0.71"
[org.openehr.java-libs/openehr-rm-domain "1.0.71"]

Dependencies

compile (2)

Group / Artifact Type Version
org.openehr.java-libs : openehr-rm-core jar 1.0.71
commons-lang : commons-lang jar 2.6

test (2)

Group / Artifact Type Version
org.openehr.java-libs : mini-termserv jar 1.0.71
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

java-libs

Java openEHR Implementation project (ADL 1.4)

Getting Started

Requirements

  • Java 8 or higher
  • Maven 3.0.4 or higher

Usage

The java-libs project is available at Maven Central.

For example, if you need to use the adl-parser, add into your pom.xml:

<dependency>
    <groupId>org.openehr.java-libs</groupId>
    <artifactId>adl-parser</artifactId>
    <version>1.0.71</version>
</dependency>

Installation

To build the whole project, first clone it, and once inside the project's folder (by default java-libs), run:

mvn clean install

This will create binary files in the target directories of each submodule.

org.openehr.java-libs

openEHR International

Non-profit organisation publishing specifications, models and software for an open health computing platform.

Versions

Version
1.0.71