Helios Software
Official@HeliosSoftware · United States of America
Helios Software builds HFS, a Rust-based FHIR R4 server with terminology services, bulk data exchange, SMART authorization, and SQL-on-FHIR analytics.
Agent Skills by Helios Software
Showing 19 vetted skills indexed across 1 GitHub repositories.
work-with-fhirpath
Evaluate FHIRPath expressions against FHIR resources via CLI and HTTP server.
work-with-hts
Configure and operate the HTS FHIR Terminology Server for terminology import and API operations.
bulk-data-submit
Implements FHIR Bulk Data Submit ingestion with manifests, OAuth, and JWE decryption.
work-with-sof
Transforms FHIR resources into CSV, NDJSON, JSON, and parquet using SQL-on-FHIR ViewDefinitions.
docker-and-release
Builds Docker images and manages cargo-release workflows for Rust FHIR server binaries.
work-with-audit
Configure FHIR AuditEvent logging with IHE BALP profiles and pluggable sinks.
work-with-subscriptions
Implements FHIR topic-based Subscriptions with multi-channel notification delivery and retry logic.
test-hfs
Plan and run cargo tests across the Helios HFS Rust workspace.
work-with-cds-hooks
Implement CDS Hooks services in Rust using typed hook contexts and protocol models.
work-with-pysof
Develop and test pysof Python bindings for SQL-on-FHIR transformations.
run-hfs-server
Configure and run the HFS FHIR server with storage backends, multi-tenancy, and REST endpoints.
bulk-data-export
Implements asynchronous FHIR Bulk Data Access $export with kick-off, polling, manifests, and NDJSON downloads.
work-with-auth
Configure and validate SMART-on-FHIR OAuth2 JWT bearer authentication for HFS.
create-issue
Creates a GitHub issue via the gh CLI without implementing the described work.
hts-api-skill
Guides building UI surfaces over the Helios Terminology Server HTTP API.
run-hts-server
Run and configure the HTS FHIR terminology server with bundled seed data.
run-hfs-and-hts
Starts HFS FHIR server and HTS terminology server together with terminology integration for local development.
work-with-ui
Develop the server-rendered htmx web UI for the Helios FHIR Server.
fhir-developer
Guides building FHIR R4 REST APIs with correct validation, status codes, and SMART authorization.
Frequently Asked Questions About Helios Software
FAQPage SchemaWhat tasks can I accomplish with Helios Software's skills?▼
You can run and debug the HFS FHIR server and HTS terminology server, implement FHIRPath parsing and evaluation, process SQL-on-FHIR ViewDefinitions with parquet export, manage Bulk Data $export/$bulk-submit jobs, configure SMART-on-FHIR OAuth2 authorization, build CDS Hooks services, and develop the Askama/htmx-based web UI.
Who are Helios Software's skills designed for?▼
They target healthcare interoperability engineers and backend Rust developers working on FHIR R4 servers, terminology services (SNOMED, LOINC, RxNorm, ICD-10-CM), clinical decision support, and bulk data pipelines, plus UI developers building terminology admin dashboards on the HTS HTTP API.
How do I run the HFS and HTS servers locally?▼
Use run-hfs-server and run-hts-server to start each binary with HFS_* and HTS_* environment variables, seeding HTS with the bundled terminology-data set. The run-hfs-and-hts skill wires both via HFS_TERMINOLOGY_SERVER so terminology-backed search and FHIRPath functions work locally.
What are the licensing terms for these skills?▼
The fhir-developer skill is sourced from anthropics/healthcare under Anthropic terms of service (see VENDOR.md). The remaining skills are native Helios HFS workspace skills; consult the Helios Software repository at heliossoftware.com for their specific licensing terms.
What prerequisites and dependencies do these skills require?▼
A Rust workspace with cargo (cargo test, cargo-release), Docker for container builds, testcontainers for persistence integration tests, and Elasticsearch for search tuning. Python bindings via pysof require PyO3 and maturin; UI work uses Askama templates, htmx, and Playwright tests.