You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
barabo
changed the title
injecting concepts should also inject a vocabulary object with concept_id
injecting concepts should also inject a vocabulary object with concept_idJun 14, 2024
Each vocabulary should map to a
vocabulary.concept_id
, which can be injected along withconcept
.This is needed in classes like
AllergyIntolerance
andEncounter
for columns likecondition_source_concept_id
.For example, this coding should go from this:
To this:
The text was updated successfully, but these errors were encountered: