Composition.section.entry[]).
Primary Keys: composition_section_entry_id
Foreign Keys:
- composition_section_id - links to the composition section table
| Column | Data Type | Description |
|---|---|---|
| composition_section_entry_id | varchar | Unique identifier for the entry row |
| composition_section_id | varchar | Parent composition section |
| reference_id | varchar | Resolved ID of the referenced resource (e.g. Observation, DiagnosticReport) |
| reference_type | varchar | Type of referenced resource (e.g. Observation, DiagnosticReport) |

