v0.5.2 - Golang support for Parsing and Printing
This release adds Go FHIR Proto definitions, as well as a Go FHIR parser and printer library with support for STU3 and R4. The initial release does not yet support FHIRPath validation in Go, but that will be coming soon. A usage example can be found in the companion repo, https://github.com/google/fhir-examples/blob/master/go/google/fhir_examples/parse_patients.go.
Other Changes
- Minimum Bazel Version upgraded to 2.2.0 to better support Go rules
- FHIRPath support for skip(), take(), union(), anyTrue(), anyFalse()
Upcoming Features
- Parsing, Printing, and Validating in Python
- FHIRPath validation in Go
- Updated TensorFlow/ML library with support for any version of FHIR
- Java Protos and Libraries published as Maven Jars.