healthcare-data-domain

healthcare-data-domain is a skill for Claude Code from hollandkevint/data-product-operator. It costs 93 tokens per session (1,419 once invoked), scanned A, original, MIT.

A reference guide for working with healthcare data, including electronic health records, medical claims, clinical codes, and standards for exchanging or organizing health information.

In plain words
What is it for?
Use it when working with FHIR or HL7 integrations, OMOP research databases, HIPAA-governed patient data, claims, or codes such as ICD-10, SNOMED, CPT, and LOINC.
Why use it?
It helps developers understand specialized healthcare data structures and terminology before building pipelines, integrations, or research datasets.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the data-product-operator plugin — 24 skills, 7 commands, 1 MCP server shipped together

Good fit Use it when working with FHIR or HL7 integrations, OMOP research databases, HIPAA-governed patient data, claims, or codes such as ICD-10, SNOMED, CPT, and LOINC.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hollandkevint/data-product-operator/healthcare-data-domain
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hollandkevint/data-product-operator --skill healthcare-data-domain
Clone the repo
git clone --depth 1 https://github.com/hollandkevint/data-product-operator

Made for: Claude Code.

Or install data-product-operator, the plugin that ships this one along with the rest of its 24 skills, 7 commands, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for healthcare-data-domain

README.md
[![agentmods](https://agentmods.dev/badge/skills/hollandkevint/data-product-operator/healthcare-data-domain/github.svg)](https://agentmods.dev/skills/hollandkevint/data-product-operator/healthcare-data-domain)
Your own site
<a href="https://agentmods.dev/skills/hollandkevint/data-product-operator/healthcare-data-domain"><img src="https://agentmods.dev/badge/skills/hollandkevint/data-product-operator/healthcare-data-domain/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for healthcare-data-domain

Your own site · 80×15
<a href="https://agentmods.dev/skills/hollandkevint/data-product-operator/healthcare-data-domain"><img src="https://agentmods.dev/badge/skills/hollandkevint/data-product-operator/healthcare-data-domain.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,419 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00093 $0.01419
Opus 5 $0.00046 $0.00709
Sonnet 5 $0.00019 $0.00284
Haiku 4.5 $0.00009 $0.00142

Measured yesterday against content hash f47619a7b3b5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

healthcare-data-domain scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/healthcare-data-domain/SKILL.md · 93 lines

How it starts

The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.

When This Skill Applies

Activate when the data product involves: electronic health records (EHR), claims/billing data, clinical terminology, patient-level data, OMOP CDM, FHIR/HL7, or any data governed by HIPAA.

Do NOT activate for: general analytics, marketing data, financial data, or non-clinical datasets.

Core Standards

FHIR (Fast Healthcare Interoperability Resources) - Modern API standard for health data exchange. Resource-based (Patient, Observation, MedicationRequest, Condition, Encounter). Use for real-time integrations and patient-facing apps.

HL7 v2 - Legacy messaging standard still dominant in hospital systems. Pipe-delimited segments (MSH, PID, OBX). Expect to encounter this in any EHR integration project.

OMOP CDM (Common Data Model) - Research-optimized schema for observational health data. Core tables: PERSON, VISIT_OCCURRENCE, CONDITION_OCCURRENCE, DRUG_EXPOSURE, MEASUREMENT, OBSERVATION, PROCEDURE_OCCURRENCE. Use for analytics and real-world evidence studies.

Clinical Terminology Systems

System What It Codes Example
ICD-10-CM Diagnoses F32.1 (Major depressive disorder, single episode, moderate)
CPT Procedures 99213 (Office visit, established patient)
SNOMED CT Clinical concepts 73211009 (Diabetes mellitus)
LOINC Lab tests/observations 2345-7 (Glucose, serum/plasma)
RxNorm Medications Resolve ingredient, strength and dose form against the selected release
NDC Drug packages National Drug Code for specific manufacturer/package

Preserve original codes, text, system and version. Use the appropriate standard terminology when a supported mapping exists; keep ambiguous and unmapped values visible for review. Verify example codes against the applicable vocabulary release before implementation.

OMOP Analytics Patterns

Choose an analytical view or serving model for the consumer's query pattern while preserving the canonical CDM and provenance. If a star schema is useful:

  • Fact tables: Drug exposures, visits, conditions (events become facts)
  • Dimension tables: Patient, drug, diagnosis
  • Pre-calculated cohort definitions for common queries
  • Check join cardinality before denormalizing. Multiple event tables can multiply rows and distort totals; aggregate at the intended grain before joining when appropriate.

Read the full file on GitHub · 93 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed · +4 lines f47619a7b3b5
  2. 12d ago First seen · 89 lines · 93 tokens per session scan A d074f4c3118d

Subscribe to this mod's changes

healthcare-data-domain is a skill published in the GitHub repository hollandkevint/data-product-operator (3 stars, last pushed yesterday), licensed MIT. It adds 93 tokens to every session and 1,419 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cran-extrachecks

Prepare R packages for CRAN submission by checking for common ad-hoc requirements not caught by devtools::check(). Use when: (1) Preparing a package for first CRAN release, (2) Preparing a package update for CRAN resubmission, (3) Reviewing a package to ensure CRAN compliance, (4) Responding to CRAN reviewer feedback.…

posit-dev/skills · 98 tokens

r-cran-status

Look up an R package's live status on cran.r-project.org - submission/review state (queue, human review, waiting, archived, past version's fate) or R CMD check results (OK/NOTE/WARN/ERROR per platform). Use for "what's the CRAN status of X", "did X get accepted/rejected", "is X passing CRAN checks", "when was version…

posit-dev/skills · 89 tokens

tao-validate-recipe-transfer

Port a published computer vision paper's official code and training recipe onto a customer's own dataset, or diagnose why such a transfer produced bad numbers. Use this whenever someone wants to reproduce a CV paper, run a paper's repo on their own images, fine-tune a published…

NVIDIA-TAO/tao-skill-bank · 179 tokens

paper-opportunity-radar

Run a cumulative daily or retrospective sweep of research papers on a chosen topic, audit their claims, methods, integrity signals, and independent support, then identify overlooked but feasible project or business opportunities in a detailed source-grounded report. Use when asked to monitor papers every day, mine…

tamdogood/builder-essential-skills · 98 tokens

paper-writing

Use when the user wants to write, structure, or revise academic paper sections, improve notation consistency, or refine figures and tables. Triggers on phrases like "write the abstract", "structure the methods", "improve this section", "notation consistency", "figure refinement", or "paper structure".

fcakyon/phd-skills · 63 tokens

reproduce

End-to-end paper reproduction from arxiv URL through smoke runs to replication experiments. Handles missing or partial official code, missing training scripts, missing hyperparameters, and private datasets via similar-public-dataset substitution. Use when the user asks to reproduce, implement, replicate, or re-run a…

fcakyon/phd-skills · 75 tokens