HEALTHCARE PROTOTYPE · SOURCE 1.0.1 · AGPL-3.0-OR-LATER

A review layer
for healthcare prototypes.

Inspect a source service that combines model-assisted assessment, healthcare policy rules, and a reviewable decision record.

  1. 01

    Submit a description

    The A2A service receives a configured skill request.

  2. 02

    Assess with rules and a model

    Available providers and configured policies shape the result.

  3. 03

    Inspect the record

    Review the decision, conditions, violations, and audit reference.

Three inspectable service skills

Clinical-action assessment
Combines model reasoning with ACGS-Lite policy checks and returns a decision record.
Description-based checklist
The HIPAA-named skill converts description keywords into checklist inputs. It is a planning aid, not a legal determination.
Audit queries
Returns matching or recent entries, a count, and a chain-validity result for the configured audit state.

Understand the assessment behavior

The Starlette service exposes A2A discovery, JSON-RPC tasks/send, and a health endpoint. The source package requires Python 3.11+.

When the model is unavailable, the inspected implementation can return a conditional, rule-only assessment. Pattern-based detection does not establish comprehensive de-identification or clinical safety. API-key protection and persistent output depend on configuration.

Inspect the service without patient data

Follow the source installation instructions first. This loopback example starts the service and reads its health endpoint; it performs no clinical assessment. It was not executed during this website review.

Shell · installed source environment
uvicorn clinicalguard.main:app \
  --host 127.0.0.1 --port 8080

# In another terminal:
curl http://127.0.0.1:8080/health

Copy the example or select it manually.

Read source setup

Separate assessment from authorization

The inspected service returns ordinary decision records. It does not implement the signed, receipt-enforcing executor described by the older marketing page.

Use synthetic inputs for prototype evaluation and keep clinical decisions with qualified professionals. A description-based checklist does not replace assessment of the real system, its data practices, or applicable obligations.

Read the official HHS privacy reference