Skip to content

Instantly share code, notes, and snippets.

@barek2k2
Created March 23, 2017 11:19
Show Gist options
  • Save barek2k2/53ee1cb438464a62ca6d1fd69223f396 to your computer and use it in GitHub Desktop.
Save barek2k2/53ee1cb438464a62ca6d1fd69223f396 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": "[email protected]",
"Current": true,
"UserId": "8",
"UserName": "[email protected]",
"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": "[email protected]",
"PatientEligID": "1",
"PatientPharmacyNCPDPID": "1",
"PatientPharmacy2NCPDPID": "1"
},
"PatientMedications": {
"MedicationRecord": [
{
"ID": "265",
"DrugID": "265",
"NDC": "1",
"RxNormCode": 1650696,
"Drug": "",
"Supply": true,
"Compound": false,
"Directions": "one",
"Qty": 0,
"QtyQual": "1",
"Refills": 4,
"DaysSupply": 1,
"SubstitutionAllowedFlag": 1,
"Schedule": 1,
"PharmacyNote": "Reas",
"InternalNote": "Note",
"PrescriberId": "12",
"LocationId": "1",
"PrescriptionDate": "2017-03-14T00:00:00.000Z",
"SignDate": "2017-03-14T16:35:23.395Z",
"Status": "Pending",
"PharmacyNcpdpId": "1",
"RouteDetail": "oral",
"PartnerMedID": 265
}
]
},
"PatientAllergies": {
"AllergyRecord": [
{
"AllergyName": "",
"AllergyId": "148",
"SeverityLevel": "",
"Reaction": ""
}
]
},
"PatientConditions": {
"ConditionRecord": [
{
"ConditionName": "1",
"ConditionId": 1,
"ICD9Code": "1",
"ConditionDate": "2012-02-23T18:25:43.511Z"
}
]
},
"PatientCurrentVitals": {
"VitalDate": "2017-03-21T07:14:00.000Z",
"Weight": 180,
"Height": 60,
"BMI": 24.9,
"BPSys": 210,
"BPDia": 80,
"Temp": 96,
"Pulse": 99,
"Notes": "NA"
},
"AccountObj": {
"AccountId": "5182",
"AccountAuthKey": "X9NT-CX8L-TZ93-WC87-P2B4",
"PracticeId": "1",
"PracticeName": "Sudip's Clinic",
"UserId": "8",
"UserName": "[email protected]",
"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