Vitale AI - Documentation
  1. Paciente
Vitale AI - Documentation
  • Vitale AI - Manual de Integração
  • Public
    • Paciente
      • Identificação do paciente
        POST
      • Atualizar anamnese
        PUT
      • Queixa do paciente
        POST
  1. Paciente

Atualizar anamnese

Em desenvolvimento
PUT
/ai/v1/patients/{cpf}/anamnese
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api-ai.vitaleprime.com/ai/v1/patients//anamnese' \
--header 'Content-Type: application/json' \
--data-raw '{
    "blood_type": "A+",
    "height": 1.8,
    "weight": 1.8,
    "organ_donor": false,
    "bone_marrow_donor": false,
    "hypertension": false,
    "cardiac": false,
    "cholesterol": false,
    "diabetes": false,
    "asthma": false,
    "bronchitis": false,
    "smoker": false,
    "drug_allergy": false,
    "drug_allergy_description": "Dipirona",
    "food_allergy": false,
    "food_allergy_description": "Lactose",
    "surgical_procedure": false,
    "surgical_procedure_description": "Retirada da vesícula",
    "controlled_drug": false,
    "controlled_drug_description": "Rivotril",
    "motor_disability": [
        "string"
    ],
    "tce": false,
    "tce_description": "Em 2010",
    "other_types_allergy": false,
    "other_types_allergy_description": "string",
    "infarcted": false,
    "avc": false,
    "tuberculosis": false,
    "cancer": false,
    "hospitalized_last_12_months": false,
    "cause_hospitalization": "string",
    "medicinal_plants": false,
    "description_medicinal_plants": "string",
    "hanseniasis": false,
    "use_alcohol": false,
    "use_drugs": false,
    "bedridden": false,
    "domiciled": false,
    "mental_issue": false,
    "pregnant": false,
    "maternity_reference": "2025-05-25",
    "integrative_practices": false
}'
Response Response Example
{}

Requisição

Parâmetros Path

Parâmetros Bodyapplication/json

Examples

Respostas

🟢200Success
application/json
Body

Modificado em 2025-07-18 01:13:02
Página anterior
Identificação do paciente
Próxima página
Queixa do paciente
Built with