openEHR Archetype Profile

Java implementation of the openEHR Archetype Profile

License

License

GroupId

GroupId

org.openehr.java-libs
ArtifactId

ArtifactId

openehr-ap
Last Version

Last Version

1.0.71
Release Date

Release Date

Type

Type

jar
Description

Description

openEHR Archetype Profile
Java implementation of the openEHR Archetype Profile
Project Organization

Project Organization

openEHR
Source Code Management

Source Code Management

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

Download openehr-ap

How to add to project

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

Dependencies

compile (5)

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

test (1)

Group / Artifact Type Version
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