Skip to content

Commit

Permalink
Merge pull request #122 from OHDSI/hv-update
Browse files Browse the repository at this point in the history
Update HealthVerityPersonBuilder.cs
  • Loading branch information
bradanton authored Oct 4, 2024
2 parents bd59f81 + 7f13c2f commit 57cbee1
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 57cbee1

Please sign in to comment.