SPOC-CO
Synthetic data prototype — no PHI. Numbers, names, and IDs are fabricated for design review only.

Integration

Data Source & FHIR R4 Mapping

System-of-record provenance and FHIR resource mapping powering this pilot.

EHR FHIR R4

6 domains · avg 81%

  • Discharge Metadata

    Encounter

    93%
  • Follow-up Scheduling

    Appointment

    76%
  • Utilization Outcomes

    Encounter

    56%
  • Medication Reconciliation

    MedicationRequest

    73%
  • Procedure Metadata

    Procedure

    94%
  • Demographics

    Patient

    93%

Arkos PROM API

2 domains · avg 55%

  • Satisfaction

    QuestionnaireResp.

    53%
  • PROMs

    Observation

    57%

SPOC-CO Workflow

3 domains · avg 62%

  • TCM Documentation

    ServiceRequest

    77%
  • Steerage History

    ServiceRequest

    57%
  • PCM Monthly Activity

    CarePlan

    51%

Pipeline Architecture

EHR FHIR R4

Source of truth

SPOC-CO Ingest

Validation & normalization

Episode Engine

TCM/PCM workflows

Arkos RWE Lake

Analytics & evidence

Billing 837P

Claim submission

50 synthetic patients · 250 RWE completeness rows ingested.

Sample FHIR Resource — CarePlan (PCM)

{
  "resourceType": "CarePlan",
  "status": "active",
  "intent": "plan",
  "category": [{ "coding": [{ "system": "http://snomed.info/sct", "code": "734163000", "display": "Care plan" }]}],
  "subject": { "reference": "Patient/PT-000001" },
  "period": { "start": "2026-02-14" },
  "author": { "reference": "Practitioner/STF-005" },
  "addresses": [{ "reference": "Condition/post-op-urology" }],
  "activity": [{
    "detail": {
      "code": { "coding": [{ "system": "http://www.ama-assn.org/go/cpt", "code": "99426" }]},
      "status": "in-progress",
      "scheduledTiming": { "repeat": { "frequency": 1, "period": 1, "periodUnit": "mo" }}
    }
  }]
}