HTML discharge summary. Extract the header demographics and the four lists (diagnoses, allergies, procedures, medications) as arrays of strings, one string per listed line exactly as written. For every list, extract the item text ONLY — strip any leading enumerator or bullet (e.g. '1. ', '• ') that comes from the list rendering. Each list is an array of objects with a single field (one object per listed item).
