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

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.5.3. Release notes Sourced from prettier's releases. 3.5.3 🔗 Changelog 3.5.2 🔗 Changelog 3.5.1 🔗 Changelog 3.5.0 diff 🔗 Release note 3.4.2 🔗 Changelog 3.4.1...

dependencies
javascript

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.5.3. Release notes Sourced from prettier's releases. 3.5.3 🔗 Changelog 3.5.2 🔗 Changelog 3.5.1 🔗 Changelog 3.5.0 diff 🔗 Release note 3.4.2 🔗 Changelog 3.4.1...

dependencies
javascript

Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.8.2. Release notes Sourced from typescript's releases. TypeScript 5.8 For release notes, check out the release announcement. fixed issues query for Typescript 5.8.0 (Beta). fixed...

dependencies
javascript

Review, refactor and document the various FhirpathEvaluator implementations. Probably merge FhirpathEvaluator and StdFhirpathEvaluator and then consider merging the 'factory' classes for common implementations.

refactoring

Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.2 to 3.1.4. Release notes Sourced from org.apache.maven.plugins:maven-deploy-plugin's releases. 3.1.4 🚀 New features and improvements Enable GitHub Issues (#107) @​slawekjaranowski Release drafter configuration and PR Automation (#88)...

dependencies
java

See FHIRpath spec for datetime comparison rules. Comparison for time quantities returns null - Comparison exclusions. **Details** ```Expected: false but got: null ==> expected: but was: ``` - ```1 year...

documentation
fhirpath

Fhirpath spec: ``` The Decimal type represents real values in the range (-10^28+1)/10^8 to (10^28-1)/10^8 with a step size of 10^-8. ``` **Details** au.csiro.pathling.errors.InvalidUserInputError: Decimal literal exceeded maximum scale supported...

new feature
fhirpath

'week(s); is a valid Fhirpath/UCUM duration but is not supported due the implementation based on strictly on java supported Calendar units. **Details** Expected: true but got: null ==> expected: but...

bug
fhirpath

'\"' should represent '"'. (Literal exclusions) **Details** ```Expected: a\b'"` e but got: a\b'\"` \u0065 ==> expected:

bug
fhirpath

The HAPI parser does not seem to support this, so we will not either unless we implement this as a new feature. This is the documentation section that needs updating:...

documentation