Marketplace Person Example

Example Person object from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal-GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Marketplace Person Example is an example object payload from Centers for Medicare and Medicaid Services, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionexample

Example Payload

Raw ↑
{
  "title": "Person Example",
  "description": "Example Person object from CMS Marketplace API",
  "example": {
    "age": 0.0,
    "dob": "string",
    "has_mec": false,
    "is_parent": false,
    "is_pregnant": false,
    "pregnant_with": 0.0,
    "uses_tobacco": false,
    "last_tobacco_use_date": "string",
    "gender": "Male",
    "utilization_level": "Low",
    "relationship": {},
    "does_not_cohabitate": false,
    "aptc_eligible": false,
    "current_enrollment": {
      "plan_id": {},
      "effective_date": "string",
      "uses_tobacco": false
    }
  }
}