Skip to main content

Build with AI

Give your coding agent the NHCX documentation while it builds. Connect it to the Docs MCP server, install the NHCX agent skills, or have it fetch these pages as Markdown.

Connect the Docs MCP server

The Docs MCP server searches the portal's catalogue. For NHCX it holds an entry for each concept, call, callback, error, flow and test case. It also holds the operations in the NHCX specifications. HIE-CM uses the same server, so one connection covers both.

Read these pages as Markdown

  • /llms.txt lists every page on this site. /llms-full.txt carries the text of every page in one file.
  • Each NHCX API module has its own index at /docs/nhcx/v1/api/<module>/llms.txt. API references names the modules.
  • Add /index.md to the address of any page to get that page as Markdown.

Agent skills

There is one skill per NHCX use case, in episode order. Each builds its use case into a hospital information system or a standalone claims desk. It checks what your system already has and builds only what is missing. The bundles it sends are held to the pinned samples in the NHCX package. Each skill installs and runs alone.

SkillWhat it buildsUse cases
nhcx-coveragePolicy search and coverage eligibility: discovery, validation and benefitsA2, B1, D3
nhcx-insuranceThe payer's package master: requested once per facility and policy, reused, and quoted fromB2, D1
nhcx-preauthPre-authorisation, its query answers, enhancement, cancellation and predeterminationB3, B8 cancel, B9, D2, D4 to D8
nhcx-claimThe discharge and the claim, the claim query answer, and the decisionB5, D9, D10
nhcx-paymentPayment notices, each recorded once and acknowledged at onceB7, D13
nhcx-communicationPayer queries and notifications: notifications acknowledged, queries answeredB4
nhcx-reprocessReprocessing a decided claim, the balance of a short payment, and status enquiriesA5, B8 reprocess, D11, D12
Download all skills

In Claude Code the portal's nhcx plugin carries all seven. Add the portal's marketplace as Install the plugin shows, then run claude plugin install nhcx@abdm-portal.

Next steps