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

6 domains · avg 67%

  • TCM Documentation

    ServiceRequest

    77%
  • Steerage History

    ServiceRequest

    57%
  • PCM Monthly Activity

    CarePlan

    51%
  • Referral Intake

    ServiceRequest

    83%
  • Pre-Visit Workup

    ServiceRequest

    69%
  • Pre-Visit Readiness

    CarePlan

    65%

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

74 synthetic patients · 442 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" }}
    }
  }]
}

EPIC Workflow Layer

EPIC Workflow Mapping (synthetic prototype)

Future-state mapping of intake, AI activation, pathways, order sets, tasks, and program enrollment against EHR / ADT / FHIR / SPOC / RCM sources.

This prototype uses synthetic data only. Live Cerner, ADT, FHIR, device, pharmacy, post-acute, and RCM integrations remain future implementation tracks.

EHR / ADT candidate fields

4

candidate fields

SPOC operational fields

6

candidate fields

AI / routing fields

4

candidate fields

Task orchestration fields

2

candidate fields

Billing / RCM fields

1

candidate fields

Synthetic demo-only fields

1

candidate fields

Source Ownership

USC / EHR

2 fields

AI Activation Engine

1 field

SPOC / Arkos

5 fields

Billing / RCM

1 field

Operations

3 fields

Workflow-Specific Mapping Rows

Synthetic mapping of EPIC workflow model fields to candidate source systems and FHIR resources.

FieldDescriptionMapping CategoryOwnerFHIR Candidate
fact_intake_trigger.care_trigger_typeInbound signal class (ADT, surgery schedule, panel upload, referral)ADT / HL7 CandidateUSC / EHREncounter.class / MessageHeader.event
fact_intake_trigger.care_trigger_sourceOriginating system that produced the intake eventCerner / EHR CandidateUSC / EHRMessageHeader.source.endpoint
fact_intake_trigger.ai_activation_scoreAI-derived likelihood-to-benefit score for routingSPOC Operational LayerAI Activation EngineRiskAssessment.prediction.qualitativeRisk
fact_program_assignment.recommended_programRecommended program (TCM, PCM, APCM, RPM, IPC, DME)SPOC Operational LayerSPOC / ArkosCarePlan.category
fact_program_assignment.eligibility_statusCoverage / payer eligibility for assigned programRev-Cycle Validation RequiredBilling / RCMCoverage.status
dim_care_pathway.pathway_nameStandardized clinical pathway driving the order setFHIR Transform CandidateSPOC / ArkosPlanDefinition.title
dim_order_set.order_set_nameLibrary order set linked to pathwayFHIR Transform CandidateSPOC / ArkosActivityDefinition.title
fact_order_set_activation.orders_generated_countCount of orders triggered by activation eventSPOC Operational LayerOperationsServiceRequest (n)
fact_workflow_task.task_typeGenerated task class (outreach, consent, education, billing prep)SPOC Operational LayerOperationsTask.code
fact_workflow_task.required_license_levelMinimum license required to action the taskSPOC Operational LayerOperationsTask.performerType
fact_care_plan_instance.programActive program enrollment per patientSPOC Operational LayerSPOC / ArkosCarePlan.category / status
fact_panel_candidate.panel_typeOffice-based panel source (PCP roster, specialty roster, referral)Synthetic Demo OnlySPOC / ArkosGroup.type / Group.member

Referral Center On-Ramp

Referral Center Mapping (synthetic prototype)

Future-state mapping of referral intake, pre-visit workup, and visit-readiness fields against USC Referral Center, OneLine, Cerner, scheduling, billing/RCM, SPOC, and RWE sources.

This prototype uses synthetic data only. Live referral center, OneLine, Cerner, scheduling, and billing integrations remain future implementation tracks.

Referral source fields

9

candidate fields

OneLine outreach/intake fields

1

candidate fields

Cerner/scheduling candidate fields

3

candidate fields

SPOC operational fields

4

candidate fields

RWE fields

1

candidate fields

Billing/RCM fields

0

candidate fields

Referral Source Ownership

USC Referral Center

9 fields

Scheduling

2 fields

Analytics

1 field

Cerner / EHR

1 field

SPOC / Arkos

4 fields

OneLine

1 field

Referral Center Mapping Rows

Synthetic mapping of referral intake, workup tracker, and pre-visit readiness fields to candidate source systems and FHIR resources.

FieldDescriptionMapping CategoryOwnerFHIR Candidate
fact_referral_intake.referral_idUnique synthetic referral identifierUSC Referral CenterUSC Referral CenterServiceRequest.identifier
fact_referral_intake.referral_datetimeTimestamp the referral entered the on-rampUSC Referral CenterUSC Referral CenterServiceRequest.authoredOn
fact_referral_intake.referring_provider_idSource NPI / provider identifier of referring clinicianExternal PCP / Community ProviderUSC Referral CenterServiceRequest.requester (Practitioner)
fact_referral_intake.referring_org_nameReferring organization or community practiceExternal PCP / Community ProviderUSC Referral CenterServiceRequest.requester.onBehalfOf
fact_referral_intake.referral_reasonFree-text reason / chief complaint driving the referralUSC Referral CenterUSC Referral CenterServiceRequest.reasonCode
fact_referral_intake.specialty_requestedRequested specialty (urology, oncology, etc.)USC Referral CenterUSC Referral CenterServiceRequest.performerType
fact_referral_intake.urgency_levelUrgency classification (routine, urgent, stat)USC Referral CenterUSC Referral CenterServiceRequest.priority
fact_referral_intake.intake_channelChannel of receipt (fax, portal, call center, EHR)Fax / RightFax CandidateUSC Referral CenterServiceRequest.extension[intake-channel]
fact_referral_intake.documents_received_flagWhether referring documents have been receivedPortal CandidateUSC Referral CenterDocumentReference.status
fact_referral_intake.scheduled_flagWhether a specialist appointment has been bookedScheduling SourceSchedulingAppointment.status
fact_referral_intake.scheduled_dateDate the specialist appointment is scheduledScheduling SourceSchedulingAppointment.start
fact_referral_intake.days_to_appointmentDays from referral receipt to scheduled visitRWE / AnalyticsAnalyticsderived (Appointment.start − ServiceRequest.authoredOn)
fact_referral_workup_tracker.workup_typePre-visit workup type (imaging, labs, prior auth)Cerner / EHR CandidateCerner / EHRServiceRequest.code (LOINC/CPT)
fact_referral_workup_tracker.source_locationWhere workup will be performed (USC vs external)Arkos / SPOC Operational LayerSPOC / ArkosServiceRequest.locationReference
fact_referral_workup_tracker.delay_reasonReason for workup delay (auth, scheduling, patient)Arkos / SPOC Operational LayerSPOC / ArkosTask.statusReason
fact_pre_visit_readiness.readiness_scoreComposite readiness score for the upcoming visitArkos / SPOC Operational LayerSPOC / ArkosRiskAssessment.prediction.probabilityDecimal
fact_pre_visit_readiness.ready_for_visit_flagBoolean indicating the patient is visit-readyArkos / SPOC Operational LayerSPOC / ArkosCarePlan.activity.detail.status (ready)
fact_pre_visit_readiness.missing_items_summaryOutstanding documents / orders blocking readinessOneLine Intake / OutreachOneLineTask.description