×
RxPats - GET Response (Read-only)
The API supports GET only – no create or update. Per OpenDental API.
GET /rxpats?PatNum=458 or GET /rxpats/13
Example Response:
[
{
"RxNum": 60,
"PatNum": 458,
"RxDate": "2024-09-26",
"Drug": "Amoxicillin 500 mg",
"Sig": "Take 2 tablets prior to dental appointment.",
"Disp": "2",
"Refills": "0",
"ProvNum": 13,
"Notes": "",
"PharmacyNum": 12,
"IsControlled": "false",
"DateTStamp": "2024-09-26 14:43:42",
"SendStatus": "Unsent",
"IsErxOld": "false",
"ErxPharmacyInfo": "",
"IsProcRequired": "false",
"ProcNum": 0,
"DaysOfSupply": 0.0,
"PatientInstruction": "Take 2 tablets prior to dental appointment.",
"ClinicNum": 10
}
]
All Fields:
- RxNum: Unique prescription ID
- PatNum: Patient number
- RxDate: Date of prescription, yyyy-MM-dd
- Drug: Drug name
- Sig: Instructions for patient use
- Disp: Dispense quantity
- Refills: Number of refills
- ProvNum: Provider number
- Notes: Additional notes
- PharmacyNum: FK to pharmacy
- IsControlled: "true" or "false" (controlled substance)
- DateTStamp: Audit timestamp
- SendStatus, IsErxOld, ErxPharmacyInfo: eRx related
- IsProcRequired: "true" or "false"
- ProcNum: Associated procedure number
- DaysOfSupply: Number of days covered
- PatientInstruction: Patient-facing instructions
- ClinicNum: Clinic number