Skip to content

Instantly share code, notes, and snippets.

@barek2k2
Created March 23, 2017 11:21
Show Gist options
  • Save barek2k2/d78f19276de6d037b0c1b6a2b7016891 to your computer and use it in GitHub Desktop.
Save barek2k2/d78f19276de6d037b0c1b6a2b7016891 to your computer and use it in GitHub Desktop.
{
"message": {
"Prescribers": {
"Prescriber": [
{
"ID": "8",
"SPI": "",
"LastName": "Bennett",
"FirstName": "Adam",
"MiddleName": "A",
"Suffix": "",
"Prefix": "M.D.",
"NPI": "1231232132",
"DEA": "2123312",
"ClinicName": "Florida Facility",
"Addr1": "1001 75th St, Woodridge, IL 60517",
"Addr2": "",
"City": "Los angeles",
"State": "AZ",
"Zip": "12313",
"Phone": "1231323210",
"Fax": "1231232133",
"Email": "hi_msa@yahoo.com",
"Current": true,
"UserId": "8",
"UserName": "hi_msa@yahoo.com",
"StateLicenseNumber": "123"
}
]
},
"Locations": {
"Location": [
{
"ID": "9",
"ClinicName": "Arkansas Facility",
"Addr1": "Arkansas Facility Address",
"Addr2": "",
"City": "Arkansas",
"State": "AR",
"Zip": "54543",
"Phone": "5325231121",
"Fax": "5325231121",
"Current": true
},
{
"ID": "10",
"ClinicName": "Florida Facility",
"Addr1": "Florida Facility Address",
"Addr2": "",
"City": "Florida",
"State": "FL",
"Zip": "54354",
"Phone": "2345456456",
"Fax": "2345456456",
"Current": true
}
]
},
"PatientObj": {
"ID": "40",
"MRN": "1",
"LastName": "Lundquist",
"FirstName": "Erik",
"MiddleName": "L",
"Suffix": "",
"Prefix": "",
"Gender": "M",
"SSN": "123123123",
"DOB": "1980-11-27T00:00:00.000Z",
"Addr1": "Ad1",
"Addr2": "",
"City": "Los Angeles",
"State": "AK",
"Zip": "14121",
"HomePh": "4214212111",
"WorkPh": "2151251252",
"CellPh": "4214214210",
"Email": "mail@example.com",
"PatientEligID": "1",
"PatientPharmacyNCPDPID": "1",
"PatientPharmacy2NCPDPID": "1"
},
"PatientMedications": {
"MedicationRecord": [
]
},
"PatientAllergies": {
"AllergyRecord": [
{
"AllergyName": "Penicillin",
"AllergyId": "71",
"SeverityLevel": "2",
"Reaction": "1231233"
},
{
"AllergyName": "Dilantin",
"AllergyId": "88",
"SeverityLevel": "3",
"Reaction": ""
}
]
},
"PatientConditions": {
"ConditionRecord": [
{
"ConditionName": "1",
"ConditionId": 1,
"ICD9Code": "1",
"ConditionDate": "2012-02-23T18:25:43.511Z"
}
]
},
"PatientCurrentVitals": {
"VitalDate": "2016-11-21T18:51:19.911Z",
"Weight": 55,
"Height": 5.3,
"BMI": 24.9,
"BPSys": 120,
"BPDia": 80,
"Temp": 99,
"Pulse": 92,
"Notes": "NA"
},
"AccountObj": {
"AccountId": "5182",
"AccountAuthKey": "X9NT-CX8L-TZ93-WC87-P2B4",
"PracticeId": "1",
"PracticeName": "Sudip's Clinic",
"UserId": "8",
"UserName": "hi_msa@yahoo.com",
"UserPermissionLevel": 1,
"UserFirstName": "Adam",
"UserLastName": "Bennett",
"UserPosition": "1"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment