procedure_references table contains normalized references from the procedure to other entities. It supports the following reference properties:
- subject (required): links to the patient who underwent the procedure
- encounter: links to the encounter where the procedure was performed
- performer.actor: links to practitioners who performed the procedure
- location: links to the location where the procedure was performed
- report: links to diagnostic reports or other documents related to the procedure
procedure table records medical procedures performed on patients, including surgical procedures, diagnostic tests, and other clinical interventions.
Primary Keys:
- procedure_id
- patient_id

