Clinical AI Service Layer
Isolated Clinical AI Engine Lab • Oracle 23c Vector
Backend API fallback active: http://localhost:3101
System API
Port 3101
Oracle Lab
Port 1532
--:--
Dr. Clinical
Clinician
FIELD MAPPING

Form Designer

Map AI output fields to Host SIMRS form keys and preview patch application logic.

Mapping Config

AI Path to Host Keys

Fields
Prototype — Mapping persistence requires admin token. Without token the backend returns 401.

Admin token required — set token in workspace header

Patch Payload

Preview — not sent to SIMRS

{
  "type": "CLINICAL_AI_FORM_PATCH_READY",
  "payload": {
    "formType": "SOAP_OPD",
    "patchMode": "replace_empty_only",
    "fields": {
      "subjective": "Patient complains of headache.",
      "objective": "BP 140/90, HR 88.",
      "assessment": "Hypertension Stage 1.",
      "plan": "Start Amlodipine 5mg."
    },
    "auditId": "patch-123",
    "confidence": {
      "overall": 0.95
    }
  }
}
Host SIMRS listens for this event to auto-fill forms.

Form Preview

Preview Only — Not Applied to Host SIMRS

SIMRS FORM PREVIEW
SOAP_OPD
SOAP NOTE RECORD
Encounter: ENC-001
Existing Host Value
Existing Host Value
Existing Host Value
Existing Host Value
Clinical Coding & Interop
ICD-10 Panel
SNOMED Panel
FHIR Preview
PATCH MODE: replace_empty_only