- practitioner_id
Practitioner
Schema documentation for the Practitioner table in the Metriport data model
The practitioner table contains information on healthcare providers who deliver care to patients.
Primary Keys:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Schema documentation for the Practitioner table in the Metriport data model
| Column | Data Type | Description |
|---|---|---|
| practitioner_id | varchar | Unique identifier for the practitioner |
| first_name | varchar | Practitioner’s first name |
| last_name | varchar | Practitioner’s last name |
| specialty | varchar | Medical specialty |
| meta_source | varchar | Source document filename from FHIR meta.source |
| data_source | varchar | Deprecated. Use meta_source instead. |
| data_source_ext | varchar | Integration source of the data, derived from FHIR extension |
