FHIR / fhir-core-examples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Apache License 2.0


Languages

Language:Java 100.0%