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

E.g. ```'P\u0065ter'``` should be 'Peter' FHIR R4 Exclusions **Details** ```Expected: true but got: false ==> expected: but was: ``` - ```Patient.name.given.first() = 'P\u0065ter' [** testLiteralUnicode]```

new feature
fhirpath

Support to traverse into literal values of non-primitive types such as Quantity and Coding. e.g. ```(2 years).value``` Literal exclusions **Details** ```Expected: 2 but got: null ==> expected: but was: ```...

new feature
fhirpath

As per FHIRpath specification for boolean evaluation of collections including empty collections. Simple exclusions **Details** ```java.lang.RuntimeException: Expected boolean result``` - ```Patient.name.exists(given) [null]``` FHIR R4 Exclusions **Details** ```au.csiro.pathling.errors.InvalidUserInputError: Left operand to...

new feature
fhirpath

Adding support for equality operators (`=` and `!=`) for collections of Fhirpath primitive types and additional Pathling literal types (eg. Coding) according to the Fhirpath spec. Including empty collections. FHIR...

new feature
fhirpath

Implicit resolution of the polymorphic collection when the expected type can be determined from the expresions, e.g. ``` Observation.value = 185 '[lb_av]' ``` FHR R4 Exlusions **Details** ```au.csiro.pathling.errors.InvalidUserInputError: Operands must...

new feature
fhirpath

Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.13.0 to 3.14.0. Release notes Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases. 3.14.0 🚀 New features and improvements Enable GitHub Issues (#305) @​slawekjaranowski [MCOMPILER-579] - allow module-version configuration (#273) @​mguillem...

dependencies
java

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 6.0.1 to 6.0.2. Release notes Sourced from serialize-javascript's releases. v6.0.2 fix: serialize URL string contents to prevent XSS (#173) f27d65d Bump @​babel/traverse from 7.10.1 to 7.23.7 (#171)...

dependencies
javascript

Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.3.2 to 3.4.1. Release notes Sourced from org.apache.maven.plugins:maven-clean-plugin's releases. 3.4.1 🚀 New features and improvements release-drafter configuration (#88) @​slawekjaranowski Add PR Automation (#80) @​slawekjaranowski [MCLEAN-126] - Replaced...

dependencies
java

Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.1.0. Release notes Sourced from uuid's releases. v11.1.0 11.1.0 (2025-02-19) Features update TS types to allowUint8Array subtypes for buffer option (#865) (a5231e7) v11.0.5 11.0.5 (2025-01-09)...

dependencies
javascript

Add support for ``` `name` ``` - tick quoted identifiers. (Simple exclusions) **Details** ```Expected: WrappedArray(Chalmers, Windsor) but got: null ==> expected: but was: ``` - ```name.`family` [null]``` (FHIR R4 Exclusions)...

new feature
fhirpath