Skip to content

Transcrever exames

POST
/api/v2/ivia/transcricao-exames

Authorizations

Request Body

object
nomePaciente
string
nullable
carteiraPaciente
string
nullable
unidadeId
string format: uuid
nullable
credencialId
string format: uuid
nullable
pontoAtendimentoId
string format: uuid
nullable
anexo
object
base64
string
nullable
name
string
nullable
contentType
string
nullable
tiposAnexosId
string format: uuid
nullable

Responses

200

Transcrever exames

object
sucesso
boolean
erros
Array<string>
nullable
data
object
documento
object
tipo
string
Allowed values: prescricao_medica pedido_exames laudo atestado_medico receituario sadt_exames documento_nao_clinico
assinado
boolean
assinadoProfissional
boolean
assinadoPaciente
boolean
solicitante
object
conselho
string
nullable
ufConselho
string
nullable
nome
string
nullable
registro
string
nullable
paciente
object
carteira
string
nullable
nome
string
nullable
dataNascimento
string
nullable
sexo
string
nullable
procedimentos
Array<object>
nullable
object
nomeEncontrado
string
nullable
nome
string
nullable
codigo
string
nullable
noRol
boolean
regraAnexo
boolean

204

NoContent

400

Erro durante a requisição. Retorna mensagens de erro de validação

object
mensagens
Array<string>
nullable

500

Server Error