Finds the FHIR R4 resources still pinned to US Core 3.1.1 or 5.0.1, and the USCDI v3 Patient element
91
Finds the FHIR R4 resources still pinned to US Core 3.1.1 or 5.0.1, and the USCDI v3 Patient elements they never carried.
docker run --rm -v "$PWD":/work getreadystack/uscore-profile-gap-lint /work/file
The same 10 rules as the VS Code extension, in a container. Mount a folder on /work.
--rules lists every ruledocker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work getreadystack/uscore-profile-gap-lint --dir /work --ci
A US FHIR consultant averages $49.72/hour (ZipRecruiter, 31 July 2026); reading a resource set by hand takes hours.
Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:
{ "mcpServers": { "uscore-profile-gap-lint": { "command": "npx", "args": ["-y", "@readystack/uscore-profile-gap-lint", "--mcp"] } } }
Tools: check_text and check_file (free) · check_dir (licence; the full sweep is free for 7 days). The agent gets every finding with the line number.
- name: US Core Profile Gap Check (USCDI v3)
run: npx -y @readystack/uscore-profile-gap-lint --dir . --ci
(container: docker run --rm -v "$PWD:/work" getreadystack/uscore-profile-gap-lint --dir /work --ci)
Try the full run free for 7 days — no key needed. Then one licence, 7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.
Content type
Image
Digest
sha256:4ab5ed6e7…
Size
46.1 MB
Last updated
4 days ago
docker pull getreadystack/uscore-profile-gap-lint