Skip to main content

Roadmap

We are continually adding new features to the various different components of Pathling. If you are interested in specific functionality that doesn't exist yet, please get into contact with us or create an issue to help us understand your use case.

R integration

Language-specific APIs will be developed that will allow users of R to access the functionality within Pathling within their own language environment.

See R integration.

Additional FHIRPath functions

Implementation of a number of functions is planned:

Aggregate functions

  • approxCountDistinct
  • correlation
  • countDistinct
  • covariance[Pop]
  • kurtosis
  • last
  • max
  • mean
  • min
  • percentileApprox
  • product
  • skewness
  • stdDev[Pop]
  • sumDistinct
  • variance[Pop]

Regular functions

  • contains
  • startsWith
  • endsWith

See Arbitrary function construction.

Ordering

The implementation of an order function will allow for the arbitrary re-ordering of resources and elements within expressions.

See FHIRPath function: order.

Subscriptions

Work is planned to implement FHIR Subscriptions within Pathling. Push messaging relating to changes within the data (using criteria described using FHIRPath expressions) could be used as an engine for driving sophisticated alert systems within the clinical setting.

See Subscriptions.

Project board

You can see more planned features, in greater detail, on the Pathling project board on GitHub.