Skip to content

feat(web): FHIR reference console with CI gate#11

Merged
SafetyMP merged 2 commits into
mainfrom
feat/web-clinician-console
Jul 12, 2026
Merged

feat(web): FHIR reference console with CI gate#11
SafetyMP merged 2 commits into
mainfrom
feat/web-clinician-console

Conversation

@SafetyMP

Copy link
Copy Markdown
Owner

Summary

  • Adds a Next.js 16 reference console under web/ for Patient search/read, DDI checks, CDS invocation, $validate, and dev token issuance.
  • Uses the same SafetyMP healthcare design tokens as CHEX (primitive → semantic → component), shape-coded clinical status, skip link, and 44px touch targets.
  • Adds web-ui GitHub Actions workflow with npm run verify (typecheck, build, @smoke Playwright, axe-core).

Test plan

  • cd web && npm run verify (local)
  • CI: gate + web-ui on this PR
  • Manual: npm run dev (API :8787), cd web && npm run dev (:3200), issue token at /auth, exercise /patients

Introduce a Next.js clinician reference UI under web/ with three-layer design
tokens, BFF proxy to the Hono API, Playwright @smoke tests, and axe-core
accessibility checks. Add web-ui workflow for PR verification.
Copilot AI review requested due to automatic review settings July 12, 2026 16:45

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Comment thread web/src/lib/api.ts Fixed
…o local variable'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@SafetyMP SafetyMP merged commit 0ee59bb into main Jul 12, 2026
5 checks passed
@SafetyMP SafetyMP deleted the feat/web-clinician-console branch July 12, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants