POST/v1/prescriptions/safety-checkCheck Prescription Safety
Preview the blocking allergy/duplicate-therapy checklist before prescribing.
Read-only — lets the prescriber surface conflicts in the UI without creating
a prescription. ``blocking`` is true when any conflict would stop POST
/v1/prescriptions unless explicitly overridden.
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
tenant_id | query | string o nulo | No |
Cuerpo obligatorio PrescriptionSafetyCheckIn
| Campo | Tipo | Obl. |
|---|
patientId | string | Sí |
medicationNames | lista de string | Sí |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 200 | Respuesta correcta | PrescriptionSafetyCheckOut |
| 422 | Error de validación | HTTPValidationError |