Open alistairewj opened 6 years ago
on the way of doing so.
BTW, we added a specimen entry for each laboratory from labevents/chartevents. This allow keeping the charttime/storetime dates.
TODO are:
Hi, There are some changes in microbiology for OMOP! https://github.com/OHDSI/CommonDataModel/issues/265
We mostly agreed on how to store microbiology data, but there are some loose ends to tie up.
Specimen
Each microbiology culture should be associated with a specimen, and this specimen is intuitively stored in the SPECIMEN table. It's unclear how
disease_concept_id
should be used, so we have opted not to use it.Culture
In order to indicate that a culture was done, we should have a row in the MEASUREMENT table that indicates that a culture was performed. This row should have a relationship to the specimen using FACT_RELATIONSHIP.
Bacterial count
If one or more bacteria types were cultured, then for each bacteria the numeric measurement (e.g. colony count) should be stored in MEASUREMENT with the
value_as_number
being the count and theconcept_id
being a standardized code for this count (I believe LOINC has a good vocabulary for this). Each bacterial growth should have a relationship to the specimen using FACT_RELATIONSHIP.Antibiotic
Tests for antibiotic resistance are stored in MEASUREMENT. At the very least, we will have one row per antibiotic tested which indicates whether the bacteria was susceptible, resistance, or indeterminate. Then, depending on the raw data, we may have another row which indicates the dilution of that antibiotic. This will link to the bacteria using FACT_RELATIONSHIP. Then, arguably, the dilution level of the antibiotic should link to the antibiotic susceptibility using FACT_RELATIONSHIP. This last part hasn't really been discussed so I welcome feedback here.
Summary