Skip to main content

❓ FAQ

Frequently asked questions

How can I contribute ?

Any contribution is welcome! Read more here.

How can I customize the default behavior of the library ?

The library was built with that in mind. Read more here.

Compatibility Matrix
VersionFHIR
>= 1.0.0 (current)R4 and R5
Why the minimal FHIR version is R4 ?

Several reasons :

  • FHIR version R4 is the most widely used version of FHIR, as stated by many actors like HAPI FHIR creators
  • Many tools don't care anymore for older versions
  • It fits my needs when I designed this project
tip

You can migrate your dosages from R3 to R4 quick easily, as it is just a matter to putting dose[x] / rate[x] under doseAndRate.

How to support my own language ?

Simply make a pull request on the repository. You can use English files for reference.