From 7f13c2f2a9bdcd916ea94fedc391e34266aa947d Mon Sep 17 00:00:00 2001 From: Anton Ivanov Date: Thu, 3 Oct 2024 11:55:35 +0300 Subject: [PATCH] Update HealthVerityPersonBuilder.cs --- .../Transformation/HealthVerity/HealthVerityPersonBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/Framework/org.ohdsi.cdm.framework.etl/Transformation/HealthVerity/HealthVerityPersonBuilder.cs b/sources/Framework/org.ohdsi.cdm.framework.etl/Transformation/HealthVerity/HealthVerityPersonBuilder.cs index 18f9734b..cef3c574 100644 --- a/sources/Framework/org.ohdsi.cdm.framework.etl/Transformation/HealthVerity/HealthVerityPersonBuilder.cs +++ b/sources/Framework/org.ohdsi.cdm.framework.etl/Transformation/HealthVerity/HealthVerityPersonBuilder.cs @@ -433,7 +433,7 @@ public override IEnumerable BuildObservationPeriods(int gap, { StartDate = overlap.StartDate, EndDate = overlap.EndDate, - TypeConceptId = 32875, + TypeConceptId = 32813, PersonId = observationPeriods[0].PersonId }; }