{{template "base.html" .}} {{define "nav"}} Home
{{end}} {{define "content"}} {{/* ---- Practitioner block ---- */}} {{if .Practitioner}}{{formatDate .Practitioner.DOB}}
{{titleCase .Practitioner.Gender}}
{{orDash .Practitioner.Email}}
{{.Practitioner.FHIRID}}
No practitioner context was returned by this EHR. Session not established.
{{formatDate .Patient.DOB}}
{{titleCase .Patient.Gender}}
{{orDash .Patient.Email}}
{{.Patient.FHIRID}}
{{.Patient.EHRURL}}
{{.Patient.ID}}
| Date | Code | Value | Status |
|---|---|---|---|
| {{orDash .EffectiveDate}} | {{orDash .CodeText}} | {{if .ValueQuantity}} {{printf "%.4g" (derefFloat64 .ValueQuantity)}} {{.ValueUnit}} {{else if .ValueString}} {{.ValueString}} {{else}} — {{end}} | {{.Status}} |
No observations found. Use "Sync with EHR" to pull data.
{{end}}| Field | Value |
|---|---|
| resourceType | {{.RawPatient.ResourceTypeField}} |
| id | {{.RawPatient.ID}} |
| gender | {{.RawPatient.Gender}} |
| birthDate | {{.RawPatient.BirthDate}} |
| name ({{.Use}}) | {{range .Given}}{{.}} {{end}}{{.Family}} |
| telecom ({{.System}}) | {{.Value}} |
| address | {{range .Line}}{{.}}, {{end}}{{.City}}{{if .State}}, {{.State}}{{end}} {{.PostalCode}} |