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" }}
}
}]
}