Public API
Patient Functions
Surgeon Functions
General Functions
POST Doctor Procedure Info
Returns information about a specific procedure assigned to the logged in Doctor in JSON format. Requires the LoginKey from Doctor Login.
Resource URL
https://testapi.surgiprice.com/doctor-procedure-info/
Input Parameters
Parameter Name | Description | Parameter Type | Required | Example |
---|---|---|---|---|
LoginKey | LoginKey for Logged in Doctor | 32 Characters | YES | 12345678901234567890123456789012 |
ProcedureID | ProcedureID | Number | YES | 1000 |
Result Description
Parameter Name | Description | Parameter Type | Example |
---|---|---|---|
Success | If the information was retrieved from the database or not | 0 (fail) or 1 (success) | 0 |
Message | If Success=0, this parameter contains the reason the api call failed. This is for feedback to the user. | String | Invalid LoginKey |
Status | Status of the Bid | String | Completed |
SentTo | Where the bid was originally sent | String | Doctor |
SplitBid | The Facility Part of the Bid | String | n/a |
Experience | The Doctor's Experience with this procedure (from options) | String | 1K to 2.5K |
ProcedureExperience | The Doctor's Experience with this procedure (free entered) | String | 1,200 |
InfectionsByDoctor | The Doctor's Number of Infections for this procedure | String | 2 |
BoardCertAnesth | Is the anesthesiologist board certified | String | Yes |
Fee | The Surgeon's fee for this procedure | Number | 50000.00 |
FeeAnesth | The Anesthesiologist's fee for this procedure | Number | 2000.00 |
FeeFacility | The Facility fee for this procedure | Number | 70000.00 |
AnesthName | The Anesthesiologist's Name | String | John Smith |
Implants | The expected implants description, quantity, and price | String | 2 Staples - $350 |
ImplantsActual | The actual cost of the implants | Number | $347 |
LOS | Length of Stay (in days) | Number | 3 |
Facility | The Name of the Facility | String | Holy Cross |
Facility Location | The Address of the Facility | String | 13 Cherry Lane, Springfield, MD 20852 |
FacilityID | The reference to the full facility information | Number | 1234 |
DoctorNotes | Notes from the doctor to the patient about the procedure. | Text | I look forward to meeting you. Our facility offers a friendly home-style environment. |