Skip to content

Instantly share code, notes, and snippets.

@guptag-dev
Created September 20, 2013 15:25
Show Gist options
  • Save guptag-dev/6639227 to your computer and use it in GitHub Desktop.
Save guptag-dev/6639227 to your computer and use it in GitHub Desktop.
Reponse to enrollment request real time
{
"enrollment_request": {
"created_at": "2013-09-20T15:15:16+00:00",
"id": 676,
"status": "pending",
"updated_at": "2013-09-20T15:15:16+00:00",
"enrollment_npis": [
{
"address": "125 Snow Shoe Road",
"city": "Sacramento",
"created_at": "2013-09-20T14:57:27+00:00",
"facility_name": "Quality",
"npi": "9876543228",
"provider_name": "Jane Austen",
"ptan": "54321",
"state": "CA",
"status": "submitted",
"tax_id": "12345678",
"updated_at": "2013-09-20T14:57:27+00:00",
"zip": "94107",
"enrollment_insurance_company": {
"name": "Medicare",
"payer_id": "00431"
}
},
{
"address": "125 Snow Shoe Road",
"city": "Sacramento",
"created_at": "2013-09-20T14:57:27+00:00",
"facility_name": "Quality",
"npi": "9876543228",
"provider_name": "Jane Austen",
"ptan": "54321",
"state": "CA",
"status": "submitted",
"tax_id": "12345678",
"updated_at": "2013-09-20T14:57:27+00:00",
"zip": "94107",
"enrollment_insurance_company": {
"name": "Medicare",
"payer_id": "00431"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment