Back to SafeGuard Clinical Agent

Card snapshot

server-safeguard.onrender.com · 2026-05-18 15:42:44 UTC · 0ad7d78a0263f4502fe4f2029600b12c00e676cf80193e2d3300c352f39813a7

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.

{
  "schema_version": "v1",
  "version": "1.0.0",
  "protocolVersion": "2.0",
  "name": "SafeGuard Clinical Agent",
  "description": "SafeGuard: AI-Powered Psychosocial Risk Stratification & Economic ROI Forecasting. Fully SHARP-compliant clinical decision support.",
  "url": "https://server-safeguard.onrender.com",
  "endpoints": {
    "chat": "https://server-safeguard.onrender.com/api/v1/chat",
    "analyze": "https://server-safeguard.onrender.com/api/v1/analyze"
  },
  "capabilities": {
    "chat": true,
    "tools": true,
    "sharp": {
      "supported": true,
      "version": "1.0"
    }
  },
  "extensions": [
    {
      "id": "fhir-context",
      "type": "context",
      "url": "https://app.promptopinion.ai/schemas/a2a/v1/fhir-context",
      "required": false
    }
  ],
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "skills": [
    {
      "id": "risk-stratification",
      "name": "Clinical Risk Stratification",
      "description": "Determines clinical risk levels (L0-L3) based on DASS-21 and SRQ-20 scores.",
      "tags": [
        "clinical",
        "risk",
        "assessment",
        "sharp"
      ]
    },
    {
      "id": "psychosocial-analysis",
      "name": "Psychosocial Analysis",
      "description": "AI-powered analysis of clinical notes to detect behavioral risks.",
      "tags": [
        "ai",
        "psychosocial",
        "clinical-notes",
        "sharp"
      ]
    },
    {
      "id": "icd10-recommendation",
      "name": "ICD-10 Recommendation",
      "description": "Suggests relevant ICD-10 codes based on clinical symptoms and notes.",
      "tags": [
        "clinical",
        "icd10",
        "diagnosis-support"
      ]
    },
    {
      "id": "economic-forecasting",
      "name": "Economic Forecasting",
      "description": "Provides ROI and INA-CBG claim estimates for mental health interventions.",
      "tags": [
        "economic",
        "roi",
        "ina-cbg"
      ]
    }
  ],
  "preferredTransport": "rest",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://server-safeguard.onrender.com/api-docs/swagger.json"
  },
  "contact_email": "khudri@binadarma.ac.id"
}