{{template "base.html" .}} {{define "nav"}} Dashboard
{{end}} {{define "content"}}{{.Session.EHRURL}}
| Name | Date of Birth | Gender | FHIR ID | Actions |
|---|---|---|---|---|
|
{{if .FirstName}}{{slice .FirstName 0 1}}{{end}}{{if .LastName}}{{slice .LastName 0 1}}{{end}}
{{if .FirstName}}{{.FirstName}} {{end}}
{{if .LastName}}{{.LastName}}{{end}}
|
{{formatDate .DOB}} | {{titleCase .Gender}} | {{.FHIRID}} | View Dashboard |
No patients have been synced yet.