package
1.1.0
Repository: https://github.com/verily-src/fhirpath-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Clone returns a deep copy of the base function table.
ToFunction takes in a function with any arguments and attempts to convert it to a functions.Function type.

# Structs

Function contains the FHIRPathFunction, along with metadata.

# Type aliases

FHIRPathFunc is the common abstraction for all function types supported by FHIRPath.
FunctionTable is the data structure used to store valid FHIRPath functions, and maps their case-sensitive names.