{{template "base.html" .}} {{define "nav"}} Dashboard
{{end}} {{define "scripts"}} {{end}} {{define "content"}}The following patients have been synced from the EHR during this or previous sessions.
{{if .Patients}}| Name | Date of Birth | Gender | FHIR ID | Actions |
|---|---|---|---|---|
| {{if .FirstName}}{{.FirstName}} {{end}} {{if .LastName}}{{.LastName}}{{end}} | {{formatDate .DOB}} | {{titleCase .Gender}} | {{.FHIRID}} | View Dashboard |
No patients have been synced yet.