Clockwisemd: Book Visit
Clockwisemd via Parse · healthcare
Book a visit at a hospital location by submitting patient information and a selected time slot. Use get_available_times first to find valid appointment times. Duplicate bookings with the same phone number may be rejected by the upstream system. Fetch hospital info, available appointment time slots, and book urgent care visits at Clockwise MD locations. Fulfilled by Parse from www.clockwisemd.com.
- b2b-directory
- clockwisemd
- healthcare
- maps-geo
- parse
- platform-key
- www-clockwisemd-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- healthcare
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/a8d7e1d7-6a39-4bed-91fa-c0201a78324e/book_visit
- Interface artifact
- sha256:85b9a4832e3de720c3866860c109f8148dda04543a85d32a559ba013e1c569cc
- Manifest digest
- sha256:bd08f8f10b1f9f28ba648b0c5acd42d06c24815d99a6bc5239588a8586ecbecd
Request fields
- sex (string, required): Birth sex.: Allowed values: M, F, O
- email (string): Patient email address. Omitting leaves it as null in the booking.
- reason (string): Visit reason description.: Allowed values: In Facility Urgent Care Visit
- dob_day (string, required): Date of birth day, zero-padded (01-31).
- dob_year (string, required): Date of birth year (e.g. 1990).
- dob_month (string, required): Date of birth month, zero-padded (01-12).
- last_name (string, required): Patient last name.
- first_name (string, required): Patient first name.
- hospital_id (string): The numeric ID of the hospital or urgent care location.: Allowed values: 2310
- phone_number (string, required): 10-digit US phone number without formatting (e.g. 5551234567).
- appointment_time (string, required): ISO 8601 appointment time from get_available_times results (e.g. 2026-06-11T08:00:00.000-04:00).
Example queries
- {"sex":"M","reason":"In Facility Urgent Care Visit","dob_day":"15","dob_year":"1990","dob_month":"01","last_name":"User","first_name":"Test","hospital_id":"2310","phone_number":"5559998877","appointment_time":"2026-06-11T08:50:00.000-04:00"}