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 }; }