Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 897 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 897 Bytes

FHIR Test Cases

Building this Project

This project uses Apache Maven to build. To build:

mvn install

Note: there's no java code in here. The fact that maven is used is just to make it easy to book up other maven dependencies to the test cases

Releases are also posted to https://fhir.github.io/latest-ig-publisher/, where the release notes can be found

== Contents ==

This repository contains the following content:

  • r5: r5 test cases (actively maintained)
  • r4: r4 test cases (not maintained)
  • cda: test case CDA for roundtripping/validation based on FHIR definition of CDA
  • ucum: source for ucum
  • validator - test cases for the cross-version validation
  • target - maven administrative stuff

== Maintenance

This project is maintained by the FHIR community to help implementations test their functionality