Schema
| Column Name | Data Type | Description | Example |
|---|---|---|---|
| _ingest_time | timestamp | Timestamp of data ingestion | ’2026-04-10’ |
| emis_patient_guid | uuid | Unique identifier for the patient | ’123e4567-e89b-12d3-a456-426614174000’ |
| emis_registration_guid | uuid | Registration identifier | ’123e4567-e89b-12d3-a456-426614174001’ |
| emis_organisation_guid | uuid | Organisation identifier | ’123e4567-e89b-12d3-a456-426614174002’ |
| date_of_birth | date | Patient’s date of birth | ’1980-01-01’ |
| gender | string | Patient’s gender | ’Male’ |
| execution_date | date | Date of execution | ’2026-04-10’ |