Created
September 20, 2013 15:25
-
-
Save guptag-dev/6639227 to your computer and use it in GitHub Desktop.
Reponse to enrollment request real time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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