feegow_create_patient
Creates a new patient record by providing name and CPF, then returns the patient ID for further management.
Instructions
[Pacientes] Cria um novo paciente e retorna o paciente_id. [ESCRITA — altera dados; requer FEEGOW_ALLOW_WRITES=true] (HTTP POST /patient/create)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Corpo JSON da requisição. | |
| query | No | Parâmetros de query adicionais (chave/valor) não listados acima. |