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 [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.23.3 to 7.24.1. Release notes Sourced from @​babel/preset-typescript's releases. v7.24.1 (2024-03-19) :bug: Bug Fix babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16350 Fix decorated class computed keys ordering (@​JLHwung) #16344 Fix decorated...

dependencies
javascript

Bumps [@types/fhir](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fhir) from 0.0.35 to 0.0.41. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/fhir&package-manager=npm_and_yarn&previous-version=0.0.35&new-version=0.0.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
javascript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.4.5. Release notes Sourced from typescript's releases. TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies
javascript

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.9.1 to 10.9.2. Release notes Sourced from ts-node's releases. Fix tsconfig.json file not found Fixed Fixed tsconfig.json file not found on latest TypeScript version (TypeStrong/ts-node#2091) Commits 057ac1b...

dependencies
javascript

It would be great if there was a bulk FHIR client implementation within Pathling. This client would be accessible through the library API, so that you could configure and run...

new feature

**Describe the bug** We create resources that set both `Reference.reference` and `Reference.identifier` for references to `Patient` and `Encounter` resources. For example: ```json { "resourceType": "Condition", "id": "123", "subject": { "reference":...

bug

Hello, I'm following the instructions at https://github.com/kind-lab/mimic-fhir/blob/main/tutorial/mimic-fhir-tutorial-pathling.ipynb to import the MIMIC-IV FHIR ndjson into Pathling using the docker image here: https://hub.docker.com/r/aehrc/pathling. When running the following script: ```python from pathlib import...

We currently have a number of deployment targets, including: - Maven Central - PyPI - Docker Hub - S3 for benchmark results The use of [environments](https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment) would help to keep...

ci

It would be great if we could make the server configurable to run a bulk export and import job on a schedule. This would remove the need for the current...

new feature