fhir-proofer

FHIR Proofer aims to provide a simple way to test or proofing out interacting with a FHIR store.

Лицензия

Лицензия

Группа

Группа

org.fhirproof
Идентификатор

Идентификатор

fhir-proofer
Последняя версия

Последняя версия

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

fhir-proofer
FHIR Proofer aims to provide a simple way to test or proofing out interacting with a FHIR store.
Ссылка на сайт

Ссылка на сайт

https://github.com/fhirproof/fhir-proofer
Система контроля версий

Система контроля версий

https://github.com/fhirproof/fhir-proofer

Скачать fhir-proofer

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
ca.uhn.hapi.fhir : hapi-fhir-structures-r4 jar 5.0.1
org.apache.commons : commons-lang3 jar 3.11

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

Модули Проекта

Данный проект не имеет модулей.

FHIR Proofer

FHIR Proofer aims to provide a simple way to test or proofing out interacting with a FHIR store. The FHIR Proof store's goal is to be as FHIR compliant as possible while still remaining a slim product.

FHIR Versions

FHIR Proofer only supports the FHIR R4 specification at this time.

Usage

To utilize the FHIR Proofer simply add a dependency to your project and then use your desired testing framework(s) to substitute calls to a remote FHIR server to the FHIR Proofer stores. After executing application code the FHIR Proofer store can then be queried within tests to verify the outcome of application code.

Версии библиотеки

Версия
0.2.0
0.1.0