Back to Discover

healthcare

skill

anthropics

View on GitHub
369 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add anthropics/healthcare

README

Claude for Healthcare

One plugin for healthcare work: skills for payer, provider, pharma, and general engineering, with hosted MCP servers connected. Skills only load when relevant, so the bundle stays cheap.

Quick Start

/plugin marketplace add anthropics/healthcare
/plugin install healthcare@healthcare

What's inside

SkillWhat it does
clinical-note-extractExtract structured data from clinical notes with span-level provenance and null-safety.
clinical-trial-protocolGenerate clinical trial protocols for medical devices or drugs.
contractsAnswer a question across a corpus of contract documents with verified citations.
doc-extractExtract plain text from a document file - PDF, DOCX, XLSX, PPTX, RTF, or plain text/markdown/HTML.
fhirConnect to a hospital's FHIR R4 server (Epic, Oracle Health/Cerner, MEDITECH, athenahealth, or any SMART-on-FHIR endpoint), pull a patient's clinical data and notes, and extract structured findings.
fhir-developerFHIR API development guide for building healthcare endpoints.
fraud-detectionScreen a Medicare/Medicaid claims corpus for fraud, waste, and abuse and produce ranked, fully-cited investigation referrals for an SIU / program-integrity team.
icd10-cmExtract billable ICD-10-CM diagnosis codes from a clinical note the way a professional coder builds the claim.
prior-authAutomate payer review of prior authorization (PA) requests.
procedure-codingAssign CPT and HCPCS Level II procedure codes from clinical documentation the way a professional coder builds the claim.

Connected MCP servers

Hosted, no setup — referenced from the plugin's .mcp.json:

ServerURL
CMS Coveragehttps://hcls.mcp.claude.com/cms_coverage/mcp
ICD10 Codeshttps://hcls.mcp.claude.com/icd10_codes/mcp
NPI Registryhttps://hcls.mcp.claude.com/npi_registry/mcp
Clinical Trialshttps://hcls.mcp.claude.com/clinical_trials/mcp
PubMedhttps://pubmed.mcp.claude.com/mcp
Contracts Analyzerbundled with the plugin (local stdio)
FHIRbundled with the plugin (local stdio)

Layout

healthcare/
├── .claude-plugin/marketplace.json
├── plugins/healthcare/        # the plugin: skills/ · agents/ · workflows/ · .mcp.json
├── servers/                   # customer-hosted MCP server source (npx/uvx runnable)
└── managed-agents/            # agent.yaml templates for the Managed Agents API
  • skills/ — procedures Claude reads; agents/ — specialists for narrow judgments; workflows/ — pipeline jobs run via /workflows.
  • Servers for customer-private data (FHIR, claims feeds) will live in servers/ as runnable packages.

Migrating from v1

The v1 per-skill and per-server plugins (prior-auth-review, fhir-developer, clinical-trial-protocol, cms-coverage, icd10-codes, npi-registry, pubmed) remain installable as deprecated aliases resolving into the single healthcare plugin. Switch to healthcare@healthcare; the aliases will be removed in a future release.

License

Provided under Anthropic's terms of service.

Rendered live from anthropics/healthcare's GitHub README — not stored, always reflects the source repo.

11 Plugins

NameDescriptionCategorySource
healthcarePrior auth, ICD-10-CM medical coding, clinical trial protocols, FHIR development — with CMS Coverage, ICD-10, NPI Registry, Clinical Trials, and PubMed connectedhealthcare./plugins/healthcare
clinical-trial-protocolDeprecated — install healthcare@healthcare instead. Generate FDA/NIH-compliant clinical trial protocols for medical devices or drugshealthcare./
clinical-trial-protocolSkill bundled in clinical-trial-protocolskill./plugins/healthcare/skills/clinical-trial-protocol
prior-auth-reviewDeprecated — install healthcare@healthcare instead. Automate payer review of prior authorization requests with clinical documentation synthesishealthcare./
prior-authSkill bundled in prior-auth-reviewskill./plugins/healthcare/skills/prior-auth
fhir-developerDeprecated — install healthcare@healthcare instead. FHIR API development guide for building healthcare endpoints with R4 resources and SMART authorizationhealthcare./
fhir-developerSkill bundled in fhir-developerskill./plugins/healthcare/skills/fhir-developer
cms-coverageDeprecated — install healthcare@healthcare instead. Access the CMS Coverage Databasehealthcare./plugins/healthcare
npi-registryDeprecated — install healthcare@healthcare instead. Access US National Provider Identifier (NPI) Registryhealthcare./plugins/healthcare
pubmedDeprecated — install healthcare@healthcare instead. Search biomedical literature from PubMedhealthcare./plugins/healthcare
icd10-codesDeprecated — install healthcare@healthcare instead. Access ICD-10-CM and ICD-10-PCS code setshealthcare./plugins/healthcare

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.