Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
burrowse committed Jan 10, 2024
1 parent 5c13c7f commit 5319443
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ d.start device_exposure_start_datetime,
d.stop device_exposure_end_date,
d.stop device_exposure_end_datetime,
32827 device_type_concept_id,
d.udi unique_device_id,
left(d.udi,50) unique_device_id,
cast(null as int) quantity,
pr.provider_id provider_id,
fv.visit_occurrence_id_new visit_occurrence_id,
Expand All @@ -50,7 +50,7 @@ left join @cdm_schema.final_visit_ids fv
left join @synthea_schema.encounters e
on d.encounter = e.id
and d.patient = e.patient
left join @cdm_schema.provider pr
left join @cdm_schema.provider pr
on e.provider = pr.provider_source_value
join @cdm_schema.person p
on p.person_source_value = d.patient
Expand Down

0 comments on commit 5319443

Please sign in to comment.