Skip to main content

Document Types

DVS V1 supports 17 Brazilian document types, covering the most common medical-administrative documents exchanged between providers and payers. Each type has its own validation rule set per payer agreement.

V1 catalog (Brazil)

SlugDisplay NameWhat it is
SADTGuia SP/SADTTISS form for diagnostic and therapeutic services (Holter, ECG, exams)
PMPedido MédicoFree-form medical order/prescription for exams
EMERTISS Emergencia / ConsultaTISS SP/SADT used for emergency or outpatient consultations
INTERGuia de InternaçãoTISS hospitalization request guide
ELGBElegibilidadeRDSL — Solicitação de Autorização (eligibility check artifact)
ANA_PATAnatomia PatológicaPathology biopsy report
Bloq_InfiltBloqueio / InfiltraçãoJoint infiltration / blockage medical report
EDA_RELAT_ANESJustificativa Anestésica (Endoscopia)Anesthesia justification for endoscopy/colonoscopy
EXAM_ContrasExame com ContrasteImaging report (MRI, CT, angiography)
OPMEOPMEMaterials/Orthotics/Prosthetics request
QUIMIO_PEDIDO_MEDICOPedido Médico de QuimioterapiaPrescription for chemotherapy treatment
QT_RELAT_MEDICAMENTORelatório de Administração de MedicamentosMedication administration report (oncology)
QUIMIO_TISS_PRINCIPALGuia TISS Principal de QTTISS SP/SADT for chemotherapy session
Terapias_Procedimentos_SeriadosTerapias / Procedimentos SeriadosTISS SP/SADT for serial therapy procedures
TermoTermo de PrestaçãoService provision / financial responsibility terms
RES_CONTConta PacienteHospital bill / account summary
Ficha_ATFicha de AtendimentoPatient admission/attendance form

Plus UNKNOWN returned by the classifier when no match is found.

What GET /v1/document-types returns

The discovery endpoint returns only the document types your tenant is authorized to validate, filtered by access matrix:

{
"items": [
{
"document_type_slug": "PM",
"display_name": "Pedido Médico",
"country_code": "BR",
"agreement_code": "BRADESCO_xxx"
},
{
"document_type_slug": "SADT",
"display_name": "Guia SP/SADT",
"country_code": "BR",
"agreement_code": null
}
],
"total": 2
}

A null agreement_code means wildcard — you can validate that document type for any agreement of that country.

Future countries

Catalogs for Colombia and Mexico are planned but not in V1. Same API; different document type slugs will appear under their respective country codes when available.