Skip to content

Releases: verily-src/fhirpath-go

Better support for the spec

05 Sep 17:57
009a1a5
Compare
Choose a tag to compare

What's Changed

  • Update README.md to use correct options - Project import generated by Copybara. by @VickSuresh in #8
  • Implement Select() function by @VickSuresh in #11
  • Implement Children() and Descendants() by @VickSuresh in #12

Full Changelog: v1.0.0...v1.1.0

Initial Version

17 May 20:28
fd7f001
Compare
Choose a tag to compare

This is the initial release of Verily's FHIRPath implementaton in Go.

This package contains a Go implementation of the FHIRPath specification, implemented directly with the google/fhir proto definitions.

This package aims to be compliant with both:

the N1 Normative Release specification, and
the R4 specifications.