Now vaccine from this example will been mapped to RxNorm Ingredient, if you still need comprehensive graphical image i will be making it
According the initial question - what are the best candidates to map CPT to.
Here is the table attached with manual evaluation whether meaning of RxNorm or CVX concept is closer to initial CPT4 meaning. See the flags in âRxNorm is betterâ and âcvx is betterâ. â0â means no difference.
In the cases where CVX and RxNorm are equivelent we map to RxNorm as it has better hierarchical tree.
cpt_rxn_cvx_compare.xlsx (11.7 KB)
Hello @Dymshyts
Thank you for all this work!!
Wouldnât IG IM map to RxNorm code- 108067- Intramuscular immunoglobulin
and IG IV map to - 353532 Immunoglobins, Intravenous
This way we can distinguish the IV from the IM, and there are other more specific codes with concentration but I donât know if we need those or not.
Youâre welcome, @schillil
Both â108067- Intramuscular immunoglobulinâ and â353532 Immunoglobins, Intravenousâ are non-standard concepts. We can use only standard concepts in CDM, thus we map only to standard ones.
Note,
108067 Intramuscular immunoglobulin Is Precise Ingredient, Form of 5666 Immunoglobulin G
and 353532 is just outdated, RxNorm never uses Route in Ingredients.
Mappings from here
https://www2a.cdc.gov/vaccines/iis/iisstandards/vaccines.asp?rpt=cpt
exist in OMOP vocabulary now except those that can be mapped to RxNorm better.
And we are working on CVX harmonization itself.
Ah, @Dymshyts youâre right-- I thought all the RxNorms were standard for drugs so I didnât even check the specific attributes of the codes. Thanks again.
Can you use RxNorm Extension here?
36783518 Immunoglobulin G Intravenous Solution
44029797 Immunoglobulin G Intramuscular Solution
Ah, youâre right, CVX is much better here.
Technically there shouldât be even such a two different Dose Forms like âIntravenous Solutionâ and âIntramuscular Solutionâ. both should be âInjectable solutionâ - exactly as RxNorm does.
Keeping you posted:
Almost finished, stuck with Influenza vaccines.
We discovered significant inconsistency in concept definition between RxNorm and CVX here:
CVX Influenza concept attributes:
quadrivalent / trivalent / null
preservative-free / contain preservative / null
pediatric / null
intradermal / nasal / injectable / null
seasonal / null
recombinant
adjuvanted
RxNorm Influenza concept attributes
Number of ingredients
Dose Form
distinct strain name (i.e. influenza A virus A/Michigan/45/2015 (H1N1) )
I recently completed manual mapping of Coloradoâs influenza string data to the most granular concept available. Sometimes this resulted in mapping the source string to an ingredient or generic concept_id because the source string didnât specify whether the drug contained a preservative or the specific strain of the drug and we donât make assumptions. Would you like to take a look at some real world data? Itâs interesting from a geeky, terminology perspective
CVX and RxNorm Ingredient have a different attributes. But at the detailed product (Clinical or Branded) level only a few attributes combinations really exist. Often only one. So, you may want to create an alternative CVX to RxNorm Detail mapping (a so-called jump) based on these mappings, and then we let the postprocessing sort things out. Want to try?
absolutely:)
Sounds good, doensnât work.
CVX1 Subsumes âDrug X with ingredient Aâ
CVX2 Subsumes âDrug Y with ingredient Aâ
X and Y have the same ingredients but different Brand Names: one of them, letâs say, is âpreservative-freeâ, another âcontain preservativeâ.
Postprocessing will make
CVX1 Subsumes ingredient A
CVX2 Subsumes ingredient A
which is wrong.
We want to release CVX in this way:
If we can find unambigous hierarchical relationships between CVX and RxNorm, we build them as âIs aâ / âSubsumesâ which will be included in concept_ancestor.
When weâre not sure about a hierarchical connection, weâll build âCVX - RxNormâ relationships given by the source. But they will be non-hierarchical.
Hi everyone. We have a new proposal mapping logic of CVX here
@Christian_Reich should we use these mappings and make CVX non-standard? Iâm a fan of CVX codes, but from what I remember CVX codes are not included in the covariate analysis for the PLE packages. Is that correct @schuemie?
I donât know the CohortMethods code, but it seems like the eras are constructed on RxNorm. If this is the case, then CVX codes would not be incorporated into these analyses, which does affect our OMOP instance. Hopefully, Iâm interpreting the code wrong and CVX codes are included as covariates, in which case Iâm fine w/ CVX codes since thatâs what used in our immunization registry
FYI, @Christian_Reich @schuemie @Patrick_Ryan I created an issue in the FeatureExtraction repo b/c I think CVX codes are not being included as a covariant.
just following up on this issue. @schuemie , if you think this is correct, I can try to create a PR if youâd like. thanks.