Create a patient visit
Record a new visit for a patient. Provide visit time and type (PT, OT, or ST). Useful for tracking encounters and tying them to benefits or authorizations.
Path Parameters
Patient ID
Body
When the visit occurred. Use ISO 8601 date-time (e.g. 2025-02-09T14:00:00Z) or date only (YYYY-MM-DD).
1Therapy type: PT (Physical Therapy), OT (Occupational Therapy), or ST (Speech Therapy).
PT, OT, ST Whether this is the patient's initial visit. Defaults to false if omitted.
Response
OK
When the visit record was created (ISO 8601).
Unique visit identifier assigned by the API.
x >= 1Whether this is the patient's initial visit.
ID of the patient this visit belongs to.
x >= 1When the visit occurred (ISO 8601 date-time or date only).
Therapy type: PT (Physical Therapy), OT (Occupational Therapy), or ST (Speech Therapy).
PT, OT, ST A URL to the JSON Schema for this object.
"https://api.spikecare.com/public/v1/schemas/PatientVisit.json"
