hims-observability

Implement structured logging, clinical metrics, tracing, and PHI-safe alerts for hospital systems.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/CJCreator-New/care-harmony-hub --skill hims-observability
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hims-observability
Source: https://github.com/CJCreator-New/care-harmony-hub/tree/main/.agents/skills/hims-observability
Command: npx skills add https://github.com/CJCreator-New/care-harmony-hub --skill hims-observability

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the critical need for robust monitoring and alerting in healthcare systems, ensuring the reliability and safety of clinical workflows by implementing structured logging, metrics, and tracing.

Core Features & Use Cases

  • Structured Logging: Implement correlation IDs, user roles, and request IDs for better traceability without logging Protected Health Information (PHI).
  • Clinical Metrics: Track key performance indicators like patient registration to consultation latency, prescription dispensing times, and lab result notification times with defined Service Level Objectives (SLOs).
  • Patient Safety Monitoring: Focus on metrics such as medication interaction checks, critical lab value alerts, and prescription refusal rates.
  • Operational Health: Monitor concurrent users, EMR search performance, and dashboard load times.
  • Distributed Tracing: Implement OpenTelemetry spans across the application stack.
  • Meaningful Alerts: Configure alerts for SLO breaches and critical clinical events with appropriate escalations.
  • PHI-Safe Error Tracking: Ensure sensitive patient data is never logged in error reporting tools.

Quick Start

Implement structured logging for the patient registration process, ensuring correlation IDs are passed from the frontend to the backend.

Frequently Asked Questions about hims-observability

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement structured logging in a healthcare system without exposing Protected Health Information?

Structured logging in healthcare systems uses correlation IDs, user roles, and request IDs for traceability while enforcing PHI-safe error tracking to ensure sensitive patient data is never logged. This approach maintains auditability without violating privacy regulations.

What clinical metrics should I track for monitoring hospital information management systems?

Clinical metrics for hospital information management systems should track patient registration to consultation latency, prescription dispensing times, and lab result notification times against specific Service Level Objectives to ensure operational performance and patient safety.

How does distributed tracing work for clinical workflow monitoring?

Distributed tracing for clinical workflow monitoring uses OpenTelemetry spans across the application stack to track requests through production hospital systems, providing end-to-end visibility into clinical processes and operational performance bottlenecks.

Can I configure meaningful alerts for critical clinical events and SLO breaches?

Yes, meaningful alerts can be configured for SLO breaches and critical clinical events such as medication interaction checks, critical lab value alerts, and prescription refusal rates, with appropriate escalation paths to ensure patient safety.

What health check endpoints do I need for clinical production systems?

Clinical production systems require defined health check endpoints for system liveness and readiness to monitor operational health, including concurrent users, EMR search performance, and dashboard load times for hospital information management systems.

What are the limitations of implementing observability in healthcare systems?

Observability in healthcare systems requires strict PHI-safe error tracking and adherence to specific SLOs for critical clinical processes, meaning all logging and tracing must avoid capturing sensitive patient data while still maintaining meaningful operational visibility.