All,
I’m working on mapping > 160,000 specimens into OMOP v5 for a client.
Missing fields
Client data contains fields to specify specimen quality (clotted, hemolyzed, necrotic, compromized…) and availability (available, unavailable, reserved) that have been judged to be necessary. I’m enhancing the v5 CDM model to hold these fields for the client.
Quality could potentially be a conceptual column that stores SNOMED coded concept ids, however these entities are mapped to the Condition domain rather than Specimen. Specimen appears to be a better location if specimen quality is added to the model.
4104931,Sample broken,Condition,SNOMED,Clinical Finding,S,281262008,19700101,20991231,
4104932,Sample leaked,Condition,SNOMED,Clinical Finding,S,281263003,19700101,20991231,
4104937,Sample clotted,Condition,SNOMED,Clinical Finding,S,281279002,19700101,20991231,
4104938,Sample turbid,Condition,SNOMED,Clinical Finding,S,281280004,19700101,20991231,
I cannot find any existing conceptual entity to support a specimen availability concept mapping.
Concept Mapping
I’m running into issues with conceptual mapping for specimen types. There do not appear to be any concepts mapped to the “Spec Type” domain. For this implementation the values appear to be high level types like whole blood, packed cells, urine, synovial fluid, plasma…
Bill