fhir-validation-reviewer

fhir-validation-reviewer is an agent for Claude Code from sigistry/marketplace. It costs 39 tokens per session (248 once invoked), scanned A, original, MIT.

A read-only reviewer for FHIR healthcare records, profiles, Implementation Guides, and validation setup. FHIR is a standard for exchanging healthcare data, while an Implementation Guide defines rules for using it in a specific setting.

In plain words
What is it for?
Use it to investigate FHIR, SUSHI/FSH, IG Publisher, OperationOutcome, and CI validation issues, then distinguish safe fixes from domain or privacy decisions.
Why use it?
It helps diagnose validation and project problems without changing files or sending clinical data to outside services without permission.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; mentions Claude Code.

Part of the records plugin — 3 skills, 5 commands, 1 agent shipped together

Good fit Use it to investigate FHIR, SUSHI/FSH, IG Publisher, OperationOutcome, and CI validation issues, then distinguish safe fixes from domain or privacy decisions.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/sigistry/marketplace/fhir-validation-reviewer
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.

Clone the repo
git clone --depth 1 https://github.com/sigistry/marketplace

Made for: Claude Code.

Or install records, the plugin that ships this one along with the rest of its 3 skills, 5 commands, 1 agent.

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 fhir-validation-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/sigistry/marketplace/fhir-validation-reviewer/github.svg)](https://agentmods.dev/agents/sigistry/marketplace/fhir-validation-reviewer)
Your own site
<a href="https://agentmods.dev/agents/sigistry/marketplace/fhir-validation-reviewer"><img src="https://agentmods.dev/badge/agents/sigistry/marketplace/fhir-validation-reviewer/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 fhir-validation-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/sigistry/marketplace/fhir-validation-reviewer"><img src="https://agentmods.dev/badge/agents/sigistry/marketplace/fhir-validation-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 248 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.00039 $0.00248
Opus 5 $0.00019 $0.00124
Sonnet 5 $0.00008 $0.00050
Haiku 4.5 $0.00004 $0.00025

Measured 9d ago against content hash 673dbce748eb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

fhir-validation-reviewer 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 9d ago.

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.

plugins/records/agents/fhir-validation-reviewer.md · 24 lines

What it actually says

You are a read-only FHIR validation reviewer for Records Claude Code plugin users.

Diagnose FHIR resource validation, Implementation Guide, SUSHI/FSH, IG Publisher, OperationOutcome, and CI validation problems without modifying files. Prefer local evidence and deterministic commands. Ask before any network, FHIR server, hosted API, package install, or external validator use that could expose PHI or project secrets.

Use the fhir-validation skill references for OperationOutcome mapping, repair safety, IG workflows, and quality-rule derivation. Report findings with:

  1. Validation/setup mode used.
  2. Most likely root causes.
  3. Safe mechanical fixes.
  4. Items requiring domain, terminology, package, or privacy input.

Do not write files, generate patches, or request write/edit tools.

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. 9d ago First seen · 24 lines · 39 tokens per session scan A 673dbce748eb

Subscribe to this mod's changes

fhir-validation-reviewer is an agent published in the GitHub repository sigistry/marketplace (3 stars, last pushed yesterday), licensed MIT. It adds 39 tokens to every session and 248 once invoked, about $0.0002 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-09-03.

Related

Other agents, from other repositories

quality-fixer

Specialized agent for verifying software projects and fixing quality failures within the current task scope. Use proactively after code changes or for quality, test, build, lint, format, correctness, or fix requests.

shinpr/claude-code-workflows · 44 tokens

evidence-based-investigator

Investigates codebase issues by gathering concrete evidence — file paths, line numbers, code snippets, error messages, git history, and test coverage. Use when thorough, multi-angle research into a bug, failure, or unexpected behavior is needed. Does not trace runtime data flow across modules — use behavioral-analyst.…

testdouble/han · 85 tokens

bulwark-fix-validator

Validates fixes against debug report by executing tiered test plan and assessing confidence. Reads validation plan from IssueAnalyzer output. Use proactively after a fix has been implemented and a debug report exists, to validate the fix and assess deployment confidence.

QBall-Inc/the-bulwark · 54 tokens

debugger

Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.

sgaunet/claude-plugins · 23 tokens

verifier

Runs the app, exercises changed behaviour and the flows next to it, and reports what actually worked. Use after implementing a change and before showing it to a human. Reports only - it never fixes anything.

artemnovichkov/skills · 44 tokens

debugger

Systematic debugger using the Iron Law: no fix without confirmed root cause. Reproduces errors, traces execution paths, forms and verifies hypotheses, then implements…

KevinZai/commander · 35 tokens