Ballerina FHIR Templates
The Ballerina FHIR templates can be used for creating FHIR APIs and EHR/EMR connection APIs.
For more information, go to the module(s).
- health.fhir.templates.r4.athenaconnect
- health.fhir.templates.r4.cernerconnect
- health.fhir.templates.r4.metadata
- health.fhir.templates.r4.repositorysync
- health.fhir.templates.r4.diagnosticreport
- health.fhir.templates.r4.encounter
- health.fhir.templates.r4.observation
- health.fhir.templates.r4.organization
- health.fhir.templates.r4.patient
- health.fhir.templates.r4.practitioner
- health.fhir.templates.r4.servicerequest
- health.fhir.templates.r4.uscore501.encounter
- health.fhir.templates.r4.uscore501.patient
Building from the source
Setting up the prerequisites
-
Download and install Java SE Development Kit (JDK) version 11. You can install either OpenJDK or Oracle.
Note: Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.
-
Download and install Ballerina Swan Lake.
Building the source
Execute the commands below to build from the source.
- To build a template (eg - to build the athena template):
bal pack ./r4/athena
Contributing to Ballerina
As an open source project, Ballerina welcomes contributions from the community.
For more information, go to the contribution guidelines.
Code of conduct
All the contributors are encouraged to read the Ballerina Code of Conduct.
Useful links
- Discuss the code changes of the Ballerina project in [email protected].
- Chat live with us via our Discord server.
- Post all technical questions on Stack Overflow with the #ballerina tag.