Copy each file to the same relative path, overwriting the existing file:

backend/ClinicalInsightsPro.API/DTOs/PatientChartDto.cs
backend/ClinicalInsightsPro.API/Services/MedplumFhirService.cs
backend/ClinicalInsightsPro.API/Services/LiveMedplumFhirService.cs
backend/ClinicalInsightsPro.API/Frontend/dashboard.html
backend/ClinicalInsightsPro.API/Frontend/js/dashboard.js
backend/ClinicalInsightsPro.API/Frontend/css/styles.css

This only works if you already applied the earlier Blood Group / Mobile
Number update (Patient.cs, ResourceDtos.cs, PatientsController.cs, and the
"ALTER TABLE Patients ADD COLUMN" SQL). If you haven't, do that first — this
bundle just extends the chart endpoint to also return those two fields so
the Dashboard header can show them.

Since .cs files changed, this needs a real rebuild:
  cd backend\ClinicalInsightsPro.API
  rmdir /s /q bin
  rmdir /s /q obj
  dotnet run

Fresh incognito window afterward.
