Helios Software avatar

Helios Software

Official

@HeliosSoftware · United States of America

0Followers
|
11Public Repos
|
19Published Skills

Helios Software builds HFS, a Rust-based FHIR R4 server with terminology services, bulk data exchange, SMART authorization, and SQL-on-FHIR analytics.

Skills Distribution
DomainData Systems...FHIR Server & REST.. (35%)Clinical Terminolo.. (20%)Bulk Data Exchange.. (20%)Healthcare Securit.. (15%)

Agent Skills by Helios Software

Showing 19 vetted skills indexed across 1 GitHub repositories.

HeliosSoftwareHeliosSoftware
51

work-with-fhirpath

Evaluate FHIRPath expressions against FHIR resources via CLI and HTTP server.

Official
Intermediate
HeliosSoftwareHeliosSoftware
51

work-with-hts

Configure and operate the HTS FHIR Terminology Server for terminology import and API operations.

Official
Intermediate
HeliosSoftwareHeliosSoftware
51

bulk-data-submit

Implements FHIR Bulk Data Submit ingestion with manifests, OAuth, and JWE decryption.

Official
Advanced
HeliosSoftwareHeliosSoftware
51

work-with-sof

Transforms FHIR resources into CSV, NDJSON, JSON, and parquet using SQL-on-FHIR ViewDefinitions.

Official
Intermediate
HeliosSoftwareHeliosSoftware
51

docker-and-release

Builds Docker images and manages cargo-release workflows for Rust FHIR server binaries.

Official
Intermediate
HeliosSoftwareHeliosSoftware
51

work-with-audit

Configure FHIR AuditEvent logging with IHE BALP profiles and pluggable sinks.

Official
Intermediate
HeliosSoftwareHeliosSoftware
51

work-with-subscriptions

Implements FHIR topic-based Subscriptions with multi-channel notification delivery and retry logic.

Official
Intermediate
HeliosSoftwareHeliosSoftware
51

test-hfs

Plan and run cargo tests across the Helios HFS Rust workspace.

Official
Intermediate
HeliosSoftwareHeliosSoftware
51

work-with-cds-hooks

Implement CDS Hooks services in Rust using typed hook contexts and protocol models.

Official
Intermediate
HeliosSoftwareHeliosSoftware
51

work-with-pysof

Develop and test pysof Python bindings for SQL-on-FHIR transformations.

Official
Intermediate
HeliosSoftwareHeliosSoftware
51

run-hfs-server

Configure and run the HFS FHIR server with storage backends, multi-tenancy, and REST endpoints.

Official
Intermediate
HeliosSoftwareHeliosSoftware
51

bulk-data-export

Implements asynchronous FHIR Bulk Data Access $export with kick-off, polling, manifests, and NDJSON downloads.

Official
Advanced
HeliosSoftwareHeliosSoftware
51

work-with-auth

Configure and validate SMART-on-FHIR OAuth2 JWT bearer authentication for HFS.

Official
Intermediate
HeliosSoftwareHeliosSoftware
51

create-issue

Creates a GitHub issue via the gh CLI without implementing the described work.

Official
Intermediate
HeliosSoftwareHeliosSoftware
51

hts-api-skill

Guides building UI surfaces over the Helios Terminology Server HTTP API.

Official
Advanced
HeliosSoftwareHeliosSoftware
51

run-hts-server

Run and configure the HTS FHIR terminology server with bundled seed data.

Official
Intermediate
HeliosSoftwareHeliosSoftware
51

run-hfs-and-hts

Starts HFS FHIR server and HTS terminology server together with terminology integration for local development.

Official
Intermediate
HeliosSoftwareHeliosSoftware
51

work-with-ui

Develop the server-rendered htmx web UI for the Helios FHIR Server.

Official
Advanced
HeliosSoftwareHeliosSoftware
51

fhir-developer

Guides building FHIR R4 REST APIs with correct validation, status codes, and SMART authorization.

Official
Advanced

Frequently Asked Questions About Helios Software

FAQPage Schema
What 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.