Back to HealthGuard Compliance Agent

Card snapshot

healthguard-908307939543.europe-west1.run.app · 2026-05-23 09:15:27 UTC · 7718cb6f438c48ad8e6db122012f29c0c9bcd47fd6b915390ee7b1d87653c85b

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "HealthGuard Compliance Agent",
  "version": "0.2.0",
  "description": "Healthcare regulatory compliance intelligence \u2014 checks HIPAA, ONC information blocking rules, patient consent, and generates FHIR-compliant audit trails. Orchestrates all 5 compliance tools in an intelligent pipeline for comprehensive healthcare data access decisions.",
  "url": "https://healthguard-908307939543.europe-west1.run.app/a2a",
  "supportedInterfaces": [
    {
      "url": "https://healthguard-908307939543.europe-west1.run.app/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://healthguard-908307939543.europe-west1.run.app/tasks",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "compliance-check",
      "name": "Full Compliance Check",
      "description": "Runs complete healthcare regulatory compliance check: information blocking exceptions (45 CFR \u00a7171), HIPAA minimum necessary (45 CFR \u00a7164), patient consent verification via FHIR, applicable regulations lookup, and generates FHIR R5-compliant AuditEvent with SHA-256 tamper-evidence hashing.",
      "inputDescription": "Natural language healthcare scenario (e.g., \"A specialist wants access to medication list for a patient referral\")",
      "outputDescription": "Structured compliance decision with applicable regulations, conditions met, approved/flagged PHI elements, audit evidence, and actionable recommendations.",
      "tags": [
        "healthcare",
        "compliance",
        "hipaa",
        "regulatory",
        "fhir",
        "audit"
      ]
    }
  ]
}