Microsoft Cloud for Healthcare capabilities · solved in Elastic Serverless Observability (otel-demo)

Elastic × Cloud for Healthcare

Four core capabilities, one observability plane

Surgical CAPD is the clinical documentation product in this demo — computer-assisted physician documentation for the OR, in the Microsoft Cloud for Healthcare family. Elastic Observability (plus Search, Security, and LLM observability) covers Patient Engagement, Virtual Health, Clinical Insights, and AI Assistance. Telemetry goes to otel-demo, signed notes can go to the AI Assistants search project, and unusual EHR access is a Security Serverless SIEM scenario.

Personalized care plans and a secure self-service portal for appointment booking and health records.

Elastic Observability SLOs and APM watch booking and portal APIs. Logs show care-plan render and record-fetch failures. Elastic Security spots unusual record access; Search powers portal lookup without scanning the EHR on every click.

service.name = vincari-portalAPM

  • · appointment.book p95
  • · careplan.render errors
  • · records.fetch timeouts
  • · auth.anomaly (SIEM)
Open Patient Engagement
Secure video consultations and telehealth visits (Microsoft Teams in Cloud for Healthcare).

Treat the Teams/Graph join path as a distributed transaction: join latency, session setup errors, and QoS warnings land in logs and traces. Discover + APM show whether the visit failed in identity, Graph, or media.

service.name = vincari-telehealthAPM

  • · telehealth.join duration
  • · teams.graph errors
  • · session.qos warnings
Open Virtual Health
Unify data from different systems into one patient view using Azure Health Data Services and FHIR.

ES|QL correlates FHIR Patient, Encounter, and DocumentReference pipeline health from AHDS and the EHR. Observability traces bundle assemble latency; Elasticsearch can search clinical documents sitting beside the FHIR store. Elastic Security watches who is reading those Patients — a billing service account pulling the OR board is a SIEM finding, not an APM timeout.

service.name = vincari-fhirAPM

  • · fhir.patient.read
  • · fhir.bundle.assemble
  • · ahds.export lag
  • · document.search
  • · unusual EHR access (SIEM)
Open Clinical Insights
Streamline clinical notes and tasks with Surgical CAPD, Dragon Copilot, and Microsoft Fabric.

LLM observability (EDOT / gen_ai spans) tracks note-draft tokens, model, and latency. CAPD suggestions, EHR pulls, and Fabric job completions are the same trace family in Serverless Observability.

service.name = vincari-capdAPM

  • · gen_ai note.draft tokens
  • · capd.suggest
  • · ehr.pull errors
  • · fabric.pipeline
Open AI Assistance