Composition.attester[]).
Primary Keys: composition_attester_id
Foreign Keys:
- composition_id - links to the composition table
| Column | Data Type | Description |
|---|---|---|
| composition_attester_id | varchar | Unique identifier for the attester row |
| composition_id | varchar | Parent composition |
| mode | varchar | Attestation mode (e.g., legal, professional) |
| time | datetime | When the attestation occurred |
| party_reference_id | varchar | Resolved ID of the attester (e.g. Practitioner or Patient) |
| party_reference_type | varchar | Type of referenced resource (e.g. Practitioner, Patient) |

