Prontuário Verde icon

Prontuário Verde

Integração com a API Prontuário Verde

Actions20

Overview

This node integrates with the Prontuário Verde API to manage patient data. Specifically, the 'Criar' operation under the 'Paciente' resource allows users to create a new patient record by sending patient data in JSON format to the API. This is useful in healthcare automation workflows where new patient information needs to be programmatically added to the Prontuário Verde system, such as during patient intake or registration processes.

Use Case Examples

  1. Creating a new patient record by providing patient details in JSON format to the Prontuário Verde API.
  2. Automating patient data entry from external systems into Prontuário Verde.

Properties

Name Meaning
Dados do Paciente (JSON) JSON string containing patient data formatted according to the Prontuário Verde API specification.

Output

JSON

  • json - The JSON response from the Prontuário Verde API after creating the patient, typically containing the created patient details or confirmation.

Dependencies

  • Requires an API key credential for Prontuário Verde API authentication.

Troubleshooting

  • Ensure the 'Dados do Paciente (JSON)' input is a valid JSON string; invalid JSON will cause an error.
  • The patient data must conform to the API schema expected by Prontuário Verde; otherwise, the API may reject the request.
  • API authentication errors may occur if the API key credential is missing or invalid.

Links

Discussion