Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.4 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.4 KB

fhir-core-examples

Example code for programmatically accessing org.hl7.fhir.core functionality.

A guide for using these examples is contained in the wiki

Building this Project

Prerequisites

This project uses Java (minumum version 11) and Apache Maven.

Build Commands

To build this project:

mvn install

To run unit tests:

mvn test

Maintenance

Have you found an issue? Do you have a feature request? Great! Submit it here and we'll try to fix it as soon as possible.

This project is maintained by David Otasek on behalf of the FHIR community.