{{template "base.html" .}} {{define "nav"}}
{{end}} {{define "content"}}Showing all patients synced from {{.Session.EHRURL}}
| Patient Name | MRN | DOB (Age) | Gender | Actions |
|---|---|---|---|---|
|
{{if .FirstName}}{{slice .FirstName 0 1}}{{end}}{{if .LastName}}{{slice .LastName 0 1}}{{end}}
{{.LastName}}, {{.FirstName}} {{.MiddleName}}
FHIR ID: {{.FHIRID}}
|
{{orDash .MRN}} |
{{formatDate .DOB}}
{{calculateAge .DOB}} years old
|
{{titleCase .Gender}} | View Chart |
Try syncing a patient from the EHR or check your connection.