A FHIR serialization library.
import com.lifeomic.fhirlib.v3.Deserializer
import com.lifeomic.fhirlib.v3.resources.Patient
val json = ...
val patient: Patient = Deserializer.loadFhirResource(json).asInstanceOf[Patient]
The ScalaDoc is available on here
<dependency>
<groupId>com.lifeomic</groupId>
<artifactId>fhirlib</artifactId>
<version>${LATEST}</version>
</dependency>
Find the latest version here.
mvn test
mvn deploy
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thank you to the HL7 community for working to improve health care data interoperability.