Code Monkey home page Code Monkey logo

Comments (5)

cgreich avatar cgreich commented on August 31, 2024

Opme:

Why do you want ICD9 to ICD10? We are mapping to the Standard Concepts, and they are in SNOMED for Conditions. Anything I am missing?

from etl-cms.

opme avatar opme commented on August 31, 2024

I am not an expert in this area but at least the CONDITION_SOURCE_VALUE (condition_occurrence) and PROCEDURE_SOURCE_VALUE (procedure_occurrence) codes are still in icd9 after the SynPuf ETL is run.

I think it will cause issues for application developers when there are mixed icd codes for a multi-year study? At least for the use case I am developing to calculate surgeon complication rates the code only works when the data is not using mixed codes. To make it easier to analyze this data, all codes would need to be converted to a common code.

Mike

from etl-cms.

cgreich avatar cgreich commented on August 31, 2024

Yes, the source_value contains these values, but they should be the one actually in the source. Not some mapped alternative.

The mapping happens in the condition_concept_id and procedure_concept_id. Conditions are mapped to SNOMED, whether they are ICD-9-CM or ICD-10-CM. What you are trying to do is part of the OMOP standard. Use those.

from etl-cms.

opme avatar opme commented on August 31, 2024

I see. That is good news. I will close this and test with some icd10 codes to make sure it is working.

from etl-cms.

ChristopheLambert avatar ChristopheLambert commented on August 31, 2024

The ETL code is designed to transform the Synpuf data as it is. That is- the source data uses specific vocabularies, including ICD9. Stuffing ICD10 codes into ICD9 data columns and expecting it to convert makes no sense. The Synpuf data is 2008-2010, before adoption of ICD10 in the US.

from etl-cms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.