Skip to content

Instantly share code, notes, and snippets.

@centerge
Created March 14, 2014 17:44
Show Gist options
  • Save centerge/9552888 to your computer and use it in GitHub Desktop.
Save centerge/9552888 to your computer and use it in GitHub Desktop.
in facilities and facility ID
-doctors have been added
"providers_for_facility": [
{
"first_name": "",
"last_encounter_for_provider": 20130625,
"last_name": "",
"name": "",
"npi": 1932145778,
"num_encounters_for_provider": 734261,
"num_encounters_for_provider_12_mo": 712647,
"num_encounters_for_provider_3_mo": 167745,
"num_patients_for_provider": 289584,
"num_patients_for_provider_12_mo": 283240,
"num_patients_for_provider_3_mo": 103212,
"provider_id": 1932145778,
"specialties": [
{
"specialty": "Clinical Medical Laboratory",
"specialty_id": "291U00000X"
}, {}
]
}
new element in doctors/<ID> and doctors/
"facilities": [
{
"facility_name": "",
"num_encounters_for_facility": "1",
"org_npi": "1023037462"
},
{
"facility_name": "",
"num_encounters_for_facility": "73",
"org_npi": "1699713917"
}, ..
]
"specialties": [
{
"specialty": "Clinical Medical Laboratory",
"specialty_id": "291U00000X"
}, ..
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment