aehrcaehrcOfficialยท20 Agent Skills Included

pathling

FHIR data analytics, terminology queries, and SQL views

Transforms FHIR health data into flat, SQL-friendly tables and exports it to CSV, Parquet, or NDJSON. Automates clinical terminology queries against SNOMED CT, LOINC, and ICD codes without manual lookup work. Includes skills for writing FHIRPath expressions, SQL on FHIR views, ECL queries, and bulk data exports to speed up health data analysis.
npx skills add aehrc/pathling --all -g -y

All Skills in This Repository (20)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
aehrcaehrc

pathling-python

Query and transform FHIR data with the Pathling Python API in Spark.

Official
Intermediate
๐Ÿ“ฆ In Repo
aehrcaehrc

openspec-apply-change

Implement OpenSpec change tasks and update progress automatically.

Official
Advanced
๐Ÿ“ฆ In Repo
aehrcaehrc

hapi-fhir-server

Implement FHIR servers with HAPI FHIR Plain Server framework.

Official
Advanced
๐Ÿ“ฆ In Repo
aehrcaehrc

openspec-explore

Explores ideas and investigates codebases through adaptive dialogue and ASCII diagrams within OpenSpec systems.

Official
Intermediate
๐Ÿ“ฆ In Repo
aehrcaehrc

openspec-verify-change

Verify code implementations against openspec change artifacts using the openspec CLI.

Official
Advanced
๐Ÿ“ฆ In Repo
aehrcaehrc

openspec-new-change

Scaffold a new change directory in the OpenSpec system.

Official
Intermediate
๐Ÿ“ฆ In Repo
aehrcaehrc

radix-ui

Guide building accessible React UIs with Radix Themes and Radix Primitives.

Official
Intermediate
๐Ÿ“ฆ In Repo
aehrcaehrc

sql-on-fhir

Create SQL on FHIR ViewDefinitions to flatten FHIR resources into tabular formats.

Official
Advanced
๐Ÿ“ฆ In Repo
aehrcaehrc

jmh-benchmarks

Write and execute Java microbenchmarks with the Java Microbenchmark Harness.

Official
Intermediate
๐Ÿ“ฆ In Repo
aehrcaehrc

fhir-bulk-data

Implement HL7 FHIR Bulk Data Access with $export and NDJSON workflows.

Official
Advanced
๐Ÿ“ฆ In Repo
aehrcaehrc

fhir-api

Implement FHIR RESTful API servers and clients per HL7 FHIR specifications.

Official
Advanced
๐Ÿ“ฆ In Repo
aehrcaehrc

openspec-archive-change

Archive completed changes after verifying artifact and task completion status.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install Pathling?โ–ผ

Run `npx skills add aehrc/pathling --all -g -y` in your terminal to install all skills in this suite globally.

How to query FHIR data with SQL?โ–ผ

The sql-on-fhir skill helps you write ViewDefinitions that flatten FHIR resources into tabular rows and columns using FHIRPath expressions. You can then run or export these views as CSV, NDJSON, or Parquet.

How to write SNOMED CT ECL queries?โ–ผ

The snomed-ecl skill guides you through Expression Constraint Language syntax, including hierarchy navigation, attribute constraints, and filters. It also covers using ECL inside FHIR value sets and terminology server calls.

Can I use Pathling with Python?โ–ผ

Yes. The pathling-python skill covers the Pathling Python API, including reading NDJSON and Bundles, running terminology functions like member_of and translate, and building SQL on FHIR views from Spark DataFrames.

Does Pathling support bulk FHIR data export?โ–ผ

Yes. The fhir-bulk-data skill explains the $export operation, asynchronous polling workflow, NDJSON output format, and SMART Backend Services authorisation for large-scale data extraction.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’