Open turbomam opened 5 years ago
Check if the "Dispensed in Outpatient office" are all vaccines anyway. Prioritize drugs over vaccines.
Row Labels | CVX | RxNorm |
---|---|---|
Dispensed in Outpatient office | 14695 | |
Prescription written | 8452 |
select
vc.vocabulary_id,
tc.concept_name
from
cdm_synthea10.drug_exposure de
join cdm_synthea10.concept vc on
de.drug_concept_id = vc.concept_id
join cdm_synthea10.concept tc on
de.drug_type_concept_id = tc.concept_id
OMOP differentiates prescriptions from dispensations (?), and both cases are present in the Synthea data set
We have been saying that prescriptions are the output of an encounter.
Should we say something different/more concreted about the "Dispensed in Outpatient office" cases? It will probably take at least another day to model and will probably require some white-boarding.