{/* Row 1: Name, status, badge */}
{patient.name}
{patient.status}
{patient.badge &&
}
{/* Row 2: Demographics with pipe separators */}
DOB:{' '}
{patient.dob}
|
NHS No:{' '}
|
{patient.address}
{/* Row 3: Contact details */}
}
label="Download CV"
href="/cv.pdf"
/>
}
label="Email"
href={`mailto:${patient.email}`}
/>
}
label="LinkedIn"
href={`https://${patient.linkedin}`}
external
/>