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
When we denormalize CodeableConcepts, how should we approach text?
Scenarios
Coding.display is present but no Concept.text
Coding.display and Concept.text both present
No Coding.display but Concept.text is present
No Codings at all, but Concept.text is present
1 & 2 are probably easy - just use the Coding.display value as the denormalized display.
3 probably doesn't happen that often. But could.
4 happens in Cerner for inline Medications, Device.type, and probably elsewhere. It's not clear yet if EHRs generally offer a dropdown for that kind of situation and/or allow freeform text entry. In which case, the number of unique text strings is huge (a consideration for using this string in a CUBE).
Use cases
What to show in the dashboard as part of the CUBE?
What to offer to studies for inspection? (i.e. do we want to allow display and/or text as columns for studies to try to parse?)
The text was updated successfully, but these errors were encountered:
When we denormalize CodeableConcepts, how should we approach
text
?Scenarios
1 & 2 are probably easy - just use the
Coding.display
value as the denormalizeddisplay
.3 probably doesn't happen that often. But could.
4 happens in Cerner for inline Medications, Device.type, and probably elsewhere. It's not clear yet if EHRs generally offer a dropdown for that kind of situation and/or allow freeform text entry. In which case, the number of unique text strings is huge (a consideration for using this string in a CUBE).
Use cases
display
and/ortext
as columns for studies to try to parse?)The text was updated successfully, but these errors were encountered: