{{template "base.html" .}} {{define "nav"}}
No vital signs recorded.
{{end}}| Date | Test | Result | Flag |
|---|---|---|---|
| {{formatDate .EffectiveDate}} | {{.CodeText}} | {{if .ValueQuantity}}{{printf "%.4g" (derefFloat64 .ValueQuantity)}} {{.ValueUnit}}{{else}}{{.ValueString}}{{end}} | {{.Interpretation}} |
No abnormal labs in the last 30 days.
{{end}}No vital signs found.
{{end}}| Date | Test | Result | Ref Range | Flag |
|---|---|---|---|---|
| {{formatDate .EffectiveDate}} | {{orDash .CodeText}} | {{if .ValueQuantity}}{{printf "%.4g" (derefFloat64 .ValueQuantity)}} {{.ValueUnit}} {{else if .ValueString}}{{.ValueString}} {{else}}—{{end}} | {{if or .ReferenceRangeLow .ReferenceRangeHigh}} [{{if .ReferenceRangeLow}}{{printf "%.4g" (derefFloat64 .ReferenceRangeLow)}}{{else}}—{{end}} – {{if .ReferenceRangeHigh}}{{printf "%.4g" (derefFloat64 .ReferenceRangeHigh)}}{{else}}—{{end}}] {{else}}—{{end}} | {{if isAbnormal .Interpretation}}{{.Interpretation}}{{else if .Interpretation}}{{.Interpretation}}{{end}} |
No lab results found.
{{end}}| Onset | Condition | Status | Verification |
|---|---|---|---|
| {{formatDate (or .OnsetDate .RecordedDate)}} | {{orDash .CodeText}} | {{if eq .ClinicalStatus "active"}}Active{{else}}{{.ClinicalStatus}}{{end}} | {{titleCase .VerificationStatus}} |
No conditions found.
{{end}}| Authored | Medication | Dosage | Status |
|---|---|---|---|
| {{formatDate .AuthoredOn}} | {{orDash .MedCodeText}} | {{orDash .DosageText}} | {{if eq .Status "active"}}Active{{else}}{{.Status}}{{end}} |
No medications found.
{{end}}| Allergen | Reaction | Severity | Status |
|---|---|---|---|
| {{orDash .CodeText}} | {{orDash .ReactionManifestation}} | {{if eq .ReactionSeverity "severe"}}Severe{{else if .ReactionSeverity}}{{.ReactionSeverity}}{{else}}—{{end}} | {{titleCase .ClinicalStatus}} |
No allergies found.
{{end}}{{orDash .Description}}
No clinical notes found.
{{end}}None recorded
{{end}}None recorded
{{end}}None recorded
{{end}}