> ## Documentation Index
> Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Medical and Health Records Overview

Managing patient records and billing is complex, but Textify captures and organizes medical data effortlessly, allowing healthcare providers to streamline patient record-keeping and billing processes.

<img src="https://mintcdn.com/argosidentity/XDoaaMLWTIfazlLD/images/verify/templates/medical_health.png?fit=max&auto=format&n=XDoaaMLWTIfazlLD&q=85&s=af0ba4636b51759f7d75c6ad8b23717b" alt="Alt imagesforhealth" width="4032" height="3024" data-path="images/verify/templates/medical_health.png" />

## Supported Document Types

* **InvoiceMedical**: Medical invoices and bills from healthcare providers, hospitals, clinics, and medical facilities
* **MedicalObservation**: Medical reports, patient records, and clinical observation documents

## Template Features

### Medical Invoice Template

Extracts the following information from medical bills:

* Patient name and identification
* Hospital or clinic information
* Medical services provided
* Costs and billing details
* Insurance information and coverage

### Medical Observation Template

Extracts the following information from medical reports:

* Patient demographics and history
* Medical findings and diagnosis
* Treatment plans and medications
* Lab results and test data
* Physician notes and recommendations

## Usage Examples

### Medical Invoice Analysis

```json theme={null}
{
  "fileExtension": "PDF",
  "docuType": "InvoiceMedical",
  "fileData": "base64-encoded-medical-invoice-data"
}
```

### Medical Observation Analysis

```json theme={null}
{
  "fileExtension": "JPG",
  "docuType": "MedicalObservation",
  "fileData": "base64-encoded-medical-report-data"
}
```

## Response Format

Both templates return structured medical data with confidence scores and extracted healthcare information while maintaining patient privacy standards.
