Integration
Data Source & FHIR R4 Mapping
System-of-record provenance and FHIR resource mapping powering this pilot.
EHR FHIR R4
6 domains · avg 81%
- 93%
Discharge Metadata
Encounter
- 76%
Follow-up Scheduling
Appointment
- 56%
Utilization Outcomes
Encounter
- 73%
Medication Reconciliation
MedicationRequest
- 94%
Procedure Metadata
Procedure
- 93%
Demographics
Patient
Arkos PROM API
2 domains · avg 55%
- 53%
Satisfaction
QuestionnaireResp.
- 57%
PROMs
Observation
SPOC-CO Workflow
3 domains · avg 62%
- 77%
TCM Documentation
ServiceRequest
- 57%
Steerage History
ServiceRequest
- 51%
PCM Monthly Activity
CarePlan
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" }}
}
}]
}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.
| Field | Description | Mapping Category | Owner | FHIR Candidate |
|---|---|---|---|---|
| fact_intake_trigger.care_trigger_type | Inbound signal class (ADT, surgery schedule, panel upload, referral) | ADT / HL7 Candidate | USC / EHR | Encounter.class / MessageHeader.event |
| fact_intake_trigger.care_trigger_source | Originating system that produced the intake event | Cerner / EHR Candidate | USC / EHR | MessageHeader.source.endpoint |
| fact_intake_trigger.ai_activation_score | AI-derived likelihood-to-benefit score for routing | SPOC Operational Layer | AI Activation Engine | RiskAssessment.prediction.qualitativeRisk |
| fact_program_assignment.recommended_program | Recommended program (TCM, PCM, APCM, RPM, IPC, DME) | SPOC Operational Layer | SPOC / Arkos | CarePlan.category |
| fact_program_assignment.eligibility_status | Coverage / payer eligibility for assigned program | Rev-Cycle Validation Required | Billing / RCM | Coverage.status |
| dim_care_pathway.pathway_name | Standardized clinical pathway driving the order set | FHIR Transform Candidate | SPOC / Arkos | PlanDefinition.title |
| dim_order_set.order_set_name | Library order set linked to pathway | FHIR Transform Candidate | SPOC / Arkos | ActivityDefinition.title |
| fact_order_set_activation.orders_generated_count | Count of orders triggered by activation event | SPOC Operational Layer | Operations | ServiceRequest (n) |
| fact_workflow_task.task_type | Generated task class (outreach, consent, education, billing prep) | SPOC Operational Layer | Operations | Task.code |
| fact_workflow_task.required_license_level | Minimum license required to action the task | SPOC Operational Layer | Operations | Task.performerType |
| fact_care_plan_instance.program | Active program enrollment per patient | SPOC Operational Layer | SPOC / Arkos | CarePlan.category / status |
| fact_panel_candidate.panel_type | Office-based panel source (PCP roster, specialty roster, referral) | Synthetic Demo Only | SPOC / Arkos | Group.type / Group.member |