DPC Data
What kind of data is shared through DPC?
CMS provides claims data for patients with Medicare to providers for treatment purposes permitted by HIPAA. Use DPC to develop a service to notify, search, display, analyze, retrieve, view, and otherwise obtain certain information or data about patients with Medicare or synthetic data from CMS. DPC shares large volumes of enrollee data from Medicare Parts A, B, and D claims.
| Data type | Definition |
|---|---|
| Medicare Part A claims data | Inpatient hospital stays, care in skilled nursing facilities, and hospice care |
| Medicare Part B claims data | Doctors' services, outpatient care, preventive services, and durable medical equipment (DME) |
| Medicare Part D claims data | Prescription drugs prescribed by healthcare providers |
DPC data does not include clinical notes, lab results, or substance abuse codes. DPC excludes all claims with substance abuse codes (as required by the Confidentiality of Alcohol and Drug Abuse Patient Records Regulations, 42 CFR Part 2).
How the data is structured: FHIR resource types
DPC uses the HL7® FHIR® standard (Fast Healthcare Interoperability Resources) as a standard, compliant way to share Medicare claims data. In FHIR, data is structured into basic building blocks called “Resources.” DPC uses bulk FHIR specification to securely handle large numbers of Medicare claim files.
Applicable FHIR Resources
ExplanationOfBenefit (EOB)
ExplanationOfBenefit stores details about episodes of care, including where and when the service was performed, insurance diagnosis codes, who the provider was, and the cost.
Patient
Patient stores enrollees’ demographic details and updates to their Medicare Patient Identifiers (MBI).
Coverage
Coverage provides high-level descriptors of an insurance plan such as that found in the enrollee’s insurance coverage.
Download sample files
These sample DPC data files have similar content and structure to production (real patient) data. Try the DPC sandbox to access test data from the API.