Turn FHIR Dosage into human-readable text in your wanted language (English, French, Dutch, German, ...) and much more
Key Features:
- Compatible: Works with Dosage R4 and Dosage R5
- Extensibility Easily adaptable and extendable to accommodate your requirements
- Internationalization Seamlessly extendable to other languages thanks to
ICU4J
- Integration Ease Works effortlessly in various environments like server, client, ...
Read more on :
ArtifactId | Description | Maven Central |
---|---|---|
common |
Shared utilities and foundational components. | |
r4 |
Implementation for FHIR R4 support. | |
r5 |
Implementation for FHIR R5 support. |
<dependency>
<groupId>io.github.jy95.fds</groupId>
<artifactId>r4</artifactId>
<version>1.0.0</version>
</dependency>
Special thanks to :
- The original JavaScript library which this library is coming from
- NHS England, the author of
Implementation guide for interoperable medicines
documents ( Dose to text translations / Dosage explanations )