{"id":49038878,"url":"https://github.com/jmandel/health-skillz","last_synced_at":"2026-05-05T19:00:55.462Z","repository":{"id":332177026,"uuid":"1132977919","full_name":"jmandel/health-skillz","owner":"jmandel","description":"A Claude Skill for connecting to and analyzing personal health records via SMART on FHIR","archived":false,"fork":false,"pushed_at":"2026-03-13T04:33:50.000Z","size":13119,"stargazers_count":51,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-13T10:58:32.178Z","etag":null,"topics":["agents","claude-skills","ehr","ehr-data","epic","health","healthcare","smart-on-fhir-fhir"],"latest_commit_sha":null,"homepage":"https://health-skillz.joshuamandel.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmandel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-12T17:57:44.000Z","updated_at":"2026-03-13T04:33:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jmandel/health-skillz","commit_stats":null,"previous_names":["jmandel/health-skillz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmandel/health-skillz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmandel%2Fhealth-skillz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmandel%2Fhealth-skillz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmandel%2Fhealth-skillz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmandel%2Fhealth-skillz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmandel","download_url":"https://codeload.github.com/jmandel/health-skillz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmandel%2Fhealth-skillz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32663438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","claude-skills","ehr","ehr-data","epic","health","healthcare","smart-on-fhir-fhir"],"created_at":"2026-04-19T14:00:39.441Z","updated_at":"2026-05-05T19:00:55.457Z","avatar_url":"https://github.com/jmandel.png","language":"TypeScript","funding_links":[],"categories":["Clinical Skills \u0026 Knowledge Bases"],"sub_categories":[],"readme":"# Health Skillz\n\nHealth Skillz helps people collect SMART on FHIR records from patient portals, review/export them locally, and optionally share them with AI using end-to-end encrypted upload.\n\n## Documentation\n\n- Design and architecture: `docs/design/DESIGN.md`\n- Environment/runbook notes: `AGENTS.md`\n\nThis README intentionally stays high-level. API contracts, data structures, security model, and protocol details are documented in `docs/design/DESIGN.md`.\n\n## Try It Now\n\nA live instance is available at **[health-skillz.joshuamandel.com](https://health-skillz.joshuamandel.com)**.\n\n1. Download the skill: [health-record-assistant.zip](https://health-skillz.joshuamandel.com/skill.zip)\n2. Install in Claude: Settings -\u003e Skills -\u003e Upload zip\n3. Ask: \"Can you look at my health records?\"\n\nEpic sandbox test credentials:\n\n- Username: `fhircamila`\n- Password: `epicepic1`\n\n## Local Development\n\n### Prerequisites\n\n- Bun\n- A SMART on FHIR client registration (or sandbox client IDs)\n\n### Quick Start\n\n```bash\ngit clone https://github.com/jmandel/health-skillz\ncd health-skillz\n\nbun install\ncp config.json.example config.local.json\n# Edit config.local.json with your base URL and client IDs\n\nbun run setup\nmkdir -p static data\nln -snf \"$(pwd)/brands\" static/brands\n\nCONFIG_PATH=./config.local.json bun run dev\n```\n\nHealth check:\n\n```bash\ncurl -sS http://localhost:8000/health\n```\n\nIf you use a different port, update the URL accordingly.\n\n## Configuration (High-Level)\n\nThe server reads `CONFIG_PATH` (defaults to `./config.json`).\n\nMinimum fields you should verify in the selected config file:\n\n1. `server.port`\n2. `server.baseURL`\n3. `brands[].clientId`\n4. `brands[].redirectURL` (or default `${baseURL}/connect/callback`)\n\nRun examples:\n\n```bash\nCONFIG_PATH=./config.local.json bun run dev\nCONFIG_PATH=./config.local.json bun run start\n```\n\n## SMART App Registration\n\nFor Epic:\n\n1. Register at \u003chttps://fhir.epic.com/Developer/Apps\u003e\n2. Set redirect URI to your deployed callback (typically `${baseURL}/connect/callback`)\n3. Request scopes like `patient/*.rs`\n4. Put the issued client ID in your config\n\n## Common Commands\n\n```bash\nbun run dev            # watch mode\nbun run start          # production-style local run\nbun run build:brands   # fetch/build provider directory assets\nbun run build:skill    # package skill zip\nbun run generate-jwks  # generate JWKS files\nbun run setup          # brands + skill + jwks\n```\n\n## Project Layout (High-Level)\n\n```text\nsrc/        Bun server + React client\nskill/      Skill templates, scripts, references\nscripts/    Build and maintenance scripts\ndocs/       Design and planning docs\nstatic/     Served static assets (e.g., brands)\ndata/       Local runtime data (SQLite, generated files)\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmandel%2Fhealth-skillz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmandel%2Fhealth-skillz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmandel%2Fhealth-skillz/lists"}