Skip to content

Commit

Permalink
fix: health timeline display
Browse files Browse the repository at this point in the history
Signed-off-by: maxwellgithinji <maxwellgithinji@gmail.com>
  • Loading branch information
maxwellgithinji committed May 18, 2023
1 parent e1fa9e8 commit edf127f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/clinical/usecases/clinical/timeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (c *UseCasesClinicalImpl) PatientTimeline(ctx context.Context, patientID st
ID: *edge.ID,
ResourceType: dto.ResourceTypeObservation,
Name: edge.Code.Text,
Value: edge.Code.Coding[0].Display,
Value: *edge.ValueString,
Status: string(*edge.Status),
Date: *date,
}
Expand Down

0 comments on commit edf127f

Please sign in to comment.