Hospital FHIR Governance Rail Live POC

Watch real enforcement: FHIR requests go from 200 OK → 403 FORBIDDEN when governance policy changes

1

Request FHIR Data

Send a GET request for Patient/1. With a valid receipt and current epoch, the call succeeds.

2

Bump Epoch

Simulate a governance change by incrementing the epoch. All prior receipts are instantly invalid.

3

See Enforcement

Re-run the same request. The rail blocks it with 403 and returns a FHIR OperationOutcome.

Connecting to rail server at localhost:8110...

Demo Console

Hospital FHIR Governance Rail POC v2.0
Final Boss Technologies

This demo shows real HTTP enforcement:
- NO RECEIPT = NO RUN
- Epoch-based instant revocation
- Cryptographic receipts for every decision

Note: This requires the rail server running on localhost:8110
Start server: python rail_server.py (from POC directory)
← Back to Final Boss Technologies