Got it. Thanks!
Thought it would be helpful to include the new Domain-free concept_id along with their names. See
If you are unfortunate and still working with vocabulary 4.5 there is an error in implementation. All the concepts in columns A and B have been dropped from the concept table in release âOMOP Vocabulary v4.5 28-AUG-20â.
Now that the new type concept_ids are out for use, Iâm circling back to type_concept_ids for Death data.
There are only two type_concept_ids specific to death:
32815 = Death Certificate
32885 = US Social Security Death Master File
For CDM v6 the cause of death is in the Condition table. In order to identify the cause of death from other conditions, we need an appropriate type concept_id. 38003569 = âEHR record patient status âDeceasedââ, was a good one. However, itâs been deprecated. Also, Registry data will have Death data and is commonly used to enhance EHR data. So, a Registry for death type_concept_ids is needed. This will also help out Colorado with their v5.3.1 OMOP
Got it. So:
EHR deceased status record - child of EHR
Registry death record - child of Registry
Like that?
Actually, I repeal.
The identity of a Condition is in the Condition Status. There are a bunch of those assigned to cause of death. And then use EHR and Registry for the provenance. No need for any new concepts.
Thoughts?
Hi all, could you clarify the usage of new consolidated type concepts for Clinical Trials datasets.
In many CT datasets, the provenance of data is only a CRF. Does this mean 32809 - Case Report Form should be used for conditions, observations, measurements, etc. or 32817 - EHR is a better option?
I found my way to this thread after being confused by the various âTypeâ vocabularies still present in Athena. I am grateful that these Type Concepts were cleaned up and consolidated!
I have a question about the right concept to use for vital signs. In the inpatient setting, these are typically recorded by the patientâs nurse on a flowsheet, but I do not find any âEHR flowsheetâ concept. The concept âEHR nursing reportâ (Concept ID 32832) doesnât sound like a proper substitute. What are others using?
What about vital signs taken by a nurse in the context of an outpatient office visit, before the patient sees the clinician? âEHR physical examinationâ (Concept ID 32836) could be used, but a physician may draw a distinction between these âroomingâ vital signs (for example, BP via automated cuff) and vital signs taken by the physician (manually, because the automated cuff readings are sometimes inaccurate).
The condition_status is good.
Whatâs the difference between concept_id = 32891 âCause of Deathâ and 32895 âDeath diagnosisâ?
Not sure I understand the question. 32809 âCase Report Formâ is the Type if thatâs where the data are collected from. If they are collected from the EHR than 32817 is the answer. The Types are used to indicate to analytical use cases if they want to prefer or suppress certain sources of information.
Happy to hear that.
I would take actual analytical use cases to determine if another Type is needed. Do you have one? Would you only want data from the flowsheet? Is your task to find out if nurse or physician measured vital signs result in different outcomes? @MPhilofsky? Any opinion?
We use âEHR physical examinationâ concept_id = 32836 for vital signs.
You can differentiate the âProviderâ who took the measurement by using the provider_id in the Measurement table.
How do you make this distinction with your source data?
I consulted one of our physician informaticists on this question regarding the provenance of vital sign measurements. As @MPhilofsky suspected, there does not seem to be a difference in how vital signs are stored in our EHRâs underlying database â at least, given our EHR configuration choices.
I also checked if there are research questions that require distinction(s) beyond the context provided by the OMOP measurement tableâs foreign keys:
- person_id
- provider_id
- visit_occurrence_id
- visit_detail_id
Perhaps as @Christian_Reich anticipated, we couldnât think of any. For example, automated vital sign readings from telemetry in certain care settings would be obvious from those care settings.
I think weâre okay using âEHR physical examinationâ or simply âEHRâ for vital signs.
Thank you @Christian_Reich!
Yes, I meant the data were collected from eCRF, so 32809 is appropriate.
If we want to indicate primary admission diagnosis or secondary discharge diagnosis in the condition_occurrence table then you can select this combinations of condition type and condition status codes as below?
-
condition_type_cocept_id = 32818 (EHR administration record) AND condition_status_concept_id = 32902 (Primary diagnosis)
-
condition_type_cocept_id = 32823 (EHR discharge record) AND condition_status_concept_id = 32908 (Secondary diagnosis)
Iâd like to find out if this is the right way to do it and what the OHDSI community thinks. Thanks!!!
Not quite. The Type Concepts declare the source of the information, not the content of the information. So, 32818 âEHR administration recordâ means we know about this administration (of a drug or device) from a record in the EHR. Likewise, the 32823 âEHR discharge recordâ means the information is gleaned from the discharge record. That might be a discharge diagnosis, but neednât be. Discharge summaries can also contain information about the admission (âPatient XYZ was referred to our institution with a diagnosis of âŚâ.
Both of what you need is in the Condition Status Concepts. They are pre-coordinated for primary and secondary, and admission and discharge:
- 32901 âPrimary admission diagnosisâ
- 32903 âPrimary discharge diagnosisâ
- 32907 âSecondary admission diagnosisâ
- 32909 âSecondary discharge diagnosisâ
Is there a lookup from the âoldâ type concepts to the new consolidated type concepts?
I was looking for the same thing. It seems like the old type concepts. For example, âRadiology Reportâ (44814641) does not map to the new standard code. @Christian_Reich, will this mapping be updated in the vocabulary or will these older codes become invalid?