Appointment log
lowFHIR · AppointmentPast appointments. Emits FHIR Appointment.
appointment_log_v1Fields
| Column | Type | Required | Hints |
|---|---|---|---|
| patient_id | string | yes | patient · patient_id · pid |
| start_at | date | yes | termin · rendez-vous · cita |
| duration_min | number | — | dauer · durée · duración |
| status | enum | — | — |
Use via MCP
Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.
adaptivmapr.match_headers({
template: "appointment_log_v1",
headers: ["first_name", "last_name", /* ... */]
})MCP install instructions →