Skip to content

Commit

Permalink
Update HealthVerityPersonBuilder.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bradanton committed Oct 3, 2024
1 parent bd59f81 commit 7f13c2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ public override IEnumerable<ObservationPeriod> BuildObservationPeriods(int gap,
{
StartDate = overlap.StartDate,
EndDate = overlap.EndDate,
TypeConceptId = 32875,
TypeConceptId = 32813,
PersonId = observationPeriods[0].PersonId
};
}
Expand Down

0 comments on commit 7f13c2f

Please sign in to comment.