fhir-proofer

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

License

License

GroupId

GroupId

org.fhirproof
ArtifactId

ArtifactId

fhir-proofer
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

fhir-proofer
FHIR Proofer aims to provide a simple way to test or proofing out interacting with a FHIR store.
Project URL

Project URL

https://github.com/fhirproof/fhir-proofer
Source Code Management

Source Code Management

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

Download fhir-proofer

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
ca.uhn.hapi.fhir : hapi-fhir-structures-r4 jar 5.0.1
org.apache.commons : commons-lang3 jar 3.11

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.2.0
0.1.0