pathling icon indicating copy to clipboard operation
pathling copied to clipboard

Tools that make it easier to use FHIR® and clinical terminology within data analytics, built on Apache Spark.

Results 274 pathling issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.32 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.32 / 1.0.32 Add new browser : DuckDuckGo, Huawei Browser, LinkedIn Add new OS : HarmonyOS Add some...

dependencies
javascript

Bumps [ipython](https://github.com/ipython/ipython) from 8.8.0 to 8.10.0. Commits 15ea1ed release 8.10.0 560ad10 DOC: Update what's new for 8.10 (#13939) 7557ade DOC: Update what's new for 8.10 385d693 Merge pull request from...

dependencies
python

Currently javadocs is not generated for class members created with lombok annotations. For example the documentation for `TerminologyConfiguration` mostly empty. This can be fixed by generating javadocs from the delomboked...

refactoring

Our current implementation of extension support does not include extensions on primitive elements. This will add this support and assess any impacts on query performance.

new feature

Currently, we only support traversal to "resolved virtual elements" within any-types, e.g.: ``` Observation.valueQuantity ``` It would be good if we could also support traversal to the choice element, and...

new feature

Within the Python library, we have the helper functions [to_coding](https://pathling.csiro.au/docs/python/pathling.html#pathling.to_coding) and [to_snomed_coding](https://pathling.csiro.au/docs/python/pathling.html#pathling.to_snomed_coding) to assist with the creation of Coding structs for use within queries. It would be good if we...

new feature

This change introduces a new function and UDF to determine whether an input coding matches some input text. The coding would match if the input text was present within the...

new feature

This change adds new functions and UDFs to enable the query of codings that either subsume or are subsumed by an input coding. This differs from the current `subsumes` /...

new feature

At the moment, arguments to the terminology functions (e.g. value set URI, concept map equivalence) are required to be provided as static, literal values. We could provide the ability to...

new feature

See branch: spike/340 Package: au.csiro.pathling.sql.udfs; This approach uses annotations rather then Spring beans and my be more appropriate if these the UDFS (such as datetime or quantity operations) needed to...

refactoring