1678 lines
40 KiB
HTML
1678 lines
40 KiB
HTML
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap" rel="stylesheet">
|
||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
|
||
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" title="The Dublin Core metadata Element Set" />
|
||
|
||
<link rel="stylesheet" href="/home_assets/uswds/css/styles.css">
|
||
|
||
<title>CVX Source Information</title>
|
||
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" title="The Dublin Core metadata Element Set" />
|
||
<meta name="DC.Title" content="CVX Source Information" />
|
||
|
||
<meta name="DC.Publisher" content="U.S. National Library of Medicine" />
|
||
<meta name="DC.Date.Issued" content="2017-08-08" />
|
||
<meta name="DC.Date.Modified" content="2024-04-10" />
|
||
<meta name="NLMDC.Date.LastReviewed" content="2024-04-10" />
|
||
<meta name="NLM.Contact.Email" content="nlmumlscustserv@mail.nlm.nih.gov" />
|
||
<meta name="DC.Type" content="Statistics and Reports" />
|
||
<meta name="DC.Rights" content="Public Domain" />
|
||
<meta name="DC.Language" content="eng" />
|
||
|
||
<meta name="ncbitoggler" content="indicator: 'arrow'" />
|
||
|
||
<script type = "text/javascript" src = "/scripts/jquery-min.js" language = "javascript"></script>
|
||
<script type = "text/javascript" src = "//www.ncbi.nlm.nih.gov/core/jig/1.14.8/js/jig.min.js" language = "javascript"></script>
|
||
|
||
<!--[if IE]>
|
||
<script type="text/javascript" src="/scripts/PIE.js"></script>
|
||
<![endif]-->
|
||
<script type= "text/javascript">
|
||
var $ = jQuery.noConflict();
|
||
</script>
|
||
|
||
<style type="text/css">
|
||
|
||
.content-footnote{
|
||
float:left;
|
||
width:100%;
|
||
}
|
||
|
||
.jig-tabs{
|
||
border:none;
|
||
font-size:90%;
|
||
}
|
||
|
||
.jig-tabs img {
|
||
float:left;
|
||
}
|
||
|
||
.jig-tabs li a {
|
||
text-decoration:none !important;
|
||
outline:none;
|
||
}
|
||
|
||
.jig-tabs ul {
|
||
background:none;
|
||
border-top:none;
|
||
border-left:none;
|
||
border-right:none;
|
||
height:2.5em;
|
||
width:100%;
|
||
}
|
||
|
||
.ui-tabs-selected{
|
||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78a22f', endColorstr='#e7eeeb'); /* for IE 5.5 - 7*/
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#78a22f', endColorstr='#e7eeeb')" !important; /* for IE 8*/
|
||
background: -moz-linear-gradient(bottom, #78a22f, #e7eeeb)!important; /* For Mozilla/Gecko (Firefox) */
|
||
background: -webkit-gradient(linear, left top, left bottom, from(#78a22f), to(#e7eeeb)) !important; /* For WebKit (Safari, Google Chrome) */
|
||
}
|
||
|
||
.count{
|
||
font-size:.8em;
|
||
color:#7a7a7a;
|
||
font-weight:bold;
|
||
position:absolute;
|
||
right:1%;
|
||
display: block;
|
||
}
|
||
|
||
h3 a {
|
||
text-decoration:none !important;
|
||
outline:none;
|
||
}
|
||
|
||
.sourcecontainer table{
|
||
border:1px solid black;
|
||
}
|
||
|
||
.content-loader tr td {
|
||
white-space: nowrap;
|
||
}
|
||
|
||
.sourcecontainer table th{
|
||
text-align:left;
|
||
border:1px solid black;
|
||
}
|
||
|
||
.sourcecontainer table td{
|
||
text-align:left;
|
||
/*line-height:100%;*/
|
||
border:1px solid black;
|
||
}
|
||
|
||
|
||
.limbox {
|
||
border:none;
|
||
position:relative;
|
||
left:2%;
|
||
background-color: white;
|
||
}
|
||
|
||
.limboxcontent {
|
||
font-weight: normal;
|
||
padding-bottom: 1em;
|
||
padding-left: 1em;
|
||
padding-right: 1em;
|
||
padding-top: 0.5em;
|
||
text-align: left;
|
||
}
|
||
|
||
.smalllimbox {
|
||
width: 80%;
|
||
}
|
||
|
||
.leftlimbox {
|
||
float: left;
|
||
}
|
||
|
||
.smalllimbox .limboxcontent {
|
||
height: auto;
|
||
margin-bottom: 1px;
|
||
margin-left: 0;
|
||
margin-right: 0;
|
||
margin-top: 0;
|
||
max-height: none
|
||
overflow-x: auto;
|
||
overflow-y: auto;
|
||
padding-bottom: 1px;
|
||
padding-left: 4px;
|
||
padding-right: 0;
|
||
padding-top: 0;
|
||
}
|
||
|
||
.limboxcontent .ncbitoggler span, .limboxcontent span.num-sel {
|
||
display: block;
|
||
}
|
||
|
||
.limboxcontent h3 {
|
||
-moz-background-clip: border;
|
||
-moz-background-origin: padding;
|
||
-moz-background-size: auto auto;
|
||
background-attachment: scroll;
|
||
background-color: #EEEEEE;
|
||
background-image: none;
|
||
background-position: 0 0;
|
||
background-repeat: repeat;
|
||
border-bottom-color: #CCCCCC;
|
||
border-bottom-style: solid;
|
||
border-bottom-width: 1px;
|
||
border-left-color-ltr-source: physical;
|
||
border-left-color-rtl-source: physical;
|
||
border-left-color-value: #CCCCCC;
|
||
border-left-style-ltr-source: physical;
|
||
border-left-style-rtl-source: physical;
|
||
border-left-style-value: solid;
|
||
border-left-width-ltr-source: physical;
|
||
border-left-width-rtl-source: physical;
|
||
border-left-width-value: 1px;
|
||
border-right-color-ltr-source: physical;
|
||
border-right-color-rtl-source: physical;
|
||
border-right-color-value: #CCCCCC;
|
||
border-right-style-ltr-source: physical;
|
||
border-right-style-rtl-source: physical;
|
||
border-right-style-value: solid;
|
||
border-right-width-ltr-source: physical;
|
||
border-right-width-rtl-source: physical;
|
||
border-right-width-value: 1px;
|
||
border-top-color: #CCCCCC;
|
||
border-top-style: solid;
|
||
border-top-width: 1px;
|
||
font-size: 1em;
|
||
margin-bottom: 0.5em;
|
||
margin-top: 0.5em;
|
||
position: relative;
|
||
}
|
||
|
||
.resourceruntime {
|
||
font-weight: normal;
|
||
}
|
||
|
||
.resourceformat {
|
||
font-weight: normal;
|
||
}
|
||
|
||
</style>
|
||
<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push(
|
||
{'gtm.start': new Date().getTime(),event:'gtm.js'}
|
||
);var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-MT6MLL');</script>
|
||
<!-- End Google Tag Manager -->
|
||
</head>
|
||
<body>
|
||
<!-- Google Tag Manager -->
|
||
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-MT6MLL" height="0" width="0" style="display:none;visibility:hidden" title="googletagmanager"></iframe></noscript>
|
||
<!-- End Google Tag Manager -->
|
||
<!-- TOP NAV -->
|
||
<a class="usa-skipnav" href="#main">Skip to main content</a>
|
||
<div class="usa-banner site-banner" aria-label="Official government website">
|
||
<div class="usa-accordion">
|
||
<header class="usa-banner__header">
|
||
<div class="usa-banner__inner">
|
||
<div class="grid-col-auto"> <img class="usa-banner__header-flag" src="https://assets.nlm.nih.gov/uswds/img/us_flag_small.png" alt="U.S. flag"/> </div>
|
||
<div class="grid-col-fill tablet:grid-col-auto">
|
||
<p class="usa-banner__header-text"> An official website of the United States government </p>
|
||
<p class="usa-banner__header-action" aria-hidden="true"> Here’s how you know </p>
|
||
</div>
|
||
<button class="usa-accordion__button usa-banner__button" aria-expanded="false" aria-controls="gov-banner"> <span class="usa-banner__button-text">Here’s how you know</span> </button>
|
||
</div>
|
||
</header>
|
||
<div class="usa-banner__content usa-accordion__content" id="gov-banner">
|
||
<div class="grid-row grid-gap-lg">
|
||
<div class="usa-banner__guidance tablet:grid-col-6"> <img class="usa-banner__icon usa-media-block__img" src="https://assets.nlm.nih.gov/uswds/img/icon-dot-gov.svg" role="img" alt="" aria-hidden="true"/>
|
||
<div class="usa-media-block__body">
|
||
<p> <strong> Official websites use .gov </strong> <br />
|
||
A <strong>.gov</strong> website belongs to an official government
|
||
organization in the United States. </p>
|
||
</div>
|
||
</div>
|
||
<div class="usa-banner__guidance tablet:grid-col-6"> <img class="usa-banner__icon usa-media-block__img" src="https://assets.nlm.nih.gov/uswds/img/icon-https.svg" role="img" alt="" aria-hidden="true"/>
|
||
<div class="usa-media-block__body">
|
||
<p> <strong> Secure .gov websites use HTTPS </strong> <br />
|
||
A <strong>lock</strong> ( <span class="icon-lock">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="52" height="64" viewBox="0 0 52 64" class="usa-banner__lock-image" role="img" aria-labelledby="banner-lock-title-default banner-lock-description-default" focusable="false">
|
||
<title id="banner-lock-title-default">Lock</title>
|
||
<desc id="banner-lock-description-default">A locked padlock</desc>
|
||
<path fill="#000000" fill-rule="evenodd" d="M26 0c10.493 0 19 8.507 19 19v9h3a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V32a4 4 0 0 1 4-4h3v-9C7 8.507 15.507 0 26 0zm0 8c-5.979 0-10.843 4.77-10.996 10.712L15 19v9h22v-9c0-6.075-4.925-11-11-11z"/>
|
||
</svg>
|
||
</span> ) or <strong>https://</strong> means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites. </p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- HEADER -->
|
||
<header id="siteheader" class="usa-header usa-header--basic">
|
||
<div class="usa-nav-container tablet:padding-x-4 mobile-lg:padding-x-2 padding-y-1">
|
||
<div class="grid-row padding-y-105">
|
||
<div class="grid-col-8 desktop:grid-col-4 tablet-lg:grid-col-4 tablet:grid-col-6"> <a href="https://www.nlm.nih.gov/"> <img src="https://assets.nlm.nih.gov/uswds/img/NLM_White.png" alt="NLM logo" class="logo margin-top-1"> </a> </div>
|
||
<div class="desktop:grid-col-4 desktop:grid-offset-4 tablet-lg:grid-col-6 tablet-lg:grid-offset-2 tablet:grid-col-6 grid-col-12">
|
||
<form class="usa-search desktop:margin-top-2 tablet:margin-top-2 mobile:margin-top-1" role="search" data-gtm-form-interact-id="0" method="get" action="//vsearch.nlm.nih.gov/vivisimo/cgi-bin/query-meta" target="_self" name="searchForm" id="searchForm2">
|
||
<input class="usa-input ui-autocomplete-input" aria-label="Search" type="search" name="query" data-gtm-form-interact-field-id="0" id="search2" autocomplete="off" placeholder="Search NLM" >
|
||
<input type="hidden" name="v:project" value="nlm-main-website">
|
||
<button class="usa-button border border-top border-bottom border-right border-white" role="button" aria-label="Search" type="submit"> <span class="usa-search__submit-text"> <i class="fas fa-search"></i> </span> </button>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</header>
|
||
<div class="bg-secondary insertCOOP">
|
||
<div class="usa-nav-container">
|
||
<div class="usa-navbar ">
|
||
<button class="usa-menu-btn">Menu</button>
|
||
</div>
|
||
<nav aria-label="Primary navigation" class="usa-nav">
|
||
<button class="usa-nav__close"><img src="https://assets.nlm.nih.gov/uswds/img/close.svg" alt="close"></button>
|
||
<ul class="usa-nav__primary usa-accordion insertNav">
|
||
|
||
<li class="usa-nav__primary-item desktop-lg:margin-x-5 desktop:margin-x-3 tablet:margin-x-0">
|
||
<button type="button" class="usa-accordion__button usa-nav__link usa-current" aria-expanded="false" aria-controls="basic-nav-section-one"> <span>Products and Services <i class="fas fa-caret-down margin-left-05"></i> </span> </button>
|
||
<ul id="basic-nav-section-one" class="usa-nav__submenu bg-secondary" hidden="">
|
||
<li class="usa-nav__submenu-item"> <a href="//eresources.nlm.nih.gov/nlm_eresources/"><span>All Products and Services</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="//clinicaltrials.gov/"><span>ClinicalTrials.gov</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="//collections.nlm.nih.gov/"><span>Digital Collections</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="//catalog.nlm.nih.gov"><span>LocatorPlus Catalog</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="//meshb.nlm.nih.gov/search"><span>Medical Subject Headings (MeSH)</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="//medlineplus.gov/"><span>MedlinePlus</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="//pubmed.ncbi.nlm.nih.gov/"><span>PubMed/MEDLINE</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="//uts.nlm.nih.gov/uts/"><span>Unified Medical Language System (UMLS)</span></a> </li>
|
||
</ul>
|
||
</li>
|
||
<li class="usa-nav__primary-item desktop-lg:margin-x-5 desktop:margin-x-3 tablet:margin-x-0">
|
||
<button type="button" class="usa-accordion__button usa-nav__link usa-current" aria-expanded="false" aria-controls="basic-nav-section-two"> <span> Resources for You <i class="fas fa-caret-down margin-left-05"></i></span> </button>
|
||
<ul id="basic-nav-section-two" class="usa-nav__submenu bg-secondary" hidden="">
|
||
<li class="usa-nav__submenu-item"> <a href="/portals/researchers.html"><span>For Researchers</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="/portals/publishers.html "><span>For Publishers</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="/portals/librarians.html"><span>For Librarians</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="/training.html "><span>For Educators/Trainers </span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="/portals/healthcare.html"><span>For Health care Professionals</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="/portals/public.html "><span>For the Public</span></a> </li>
|
||
</ul>
|
||
</li>
|
||
<li class="usa-nav__primary-item desktop-lg:margin-x-5 desktop:margin-x-3 tablet:margin-x-0">
|
||
<button type="button" class="usa-accordion__button usa-nav__link usa-current" aria-expanded="false" aria-controls="basic-nav-section-three"> <span>Explore NLM <i class="fas fa-caret-down margin-left-05"></i> </span> </button>
|
||
<ul id="basic-nav-section-three" class="usa-nav__submenu bg-secondary" hidden="">
|
||
<li class="usa-nav__submenu-item"> <a href="/about/index.html"><span>About the Library</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="/about/visitor.html"><span>Visit the Library</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="/hmd/index.html"><span>History of Medicine</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="/about/org.html"><span>NLM by Organization</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="/news/newsandevents.html"><span>News, Events, and Updates</span></a> </li>
|
||
</ul>
|
||
</li>
|
||
<li class="usa-nav__primary-item desktop-lg:margin-x-5 desktop:margin-x-3 tablet:margin-x-0">
|
||
<button type="button" class="usa-accordion__button usa-nav__link usa-current" aria-expanded="false" aria-controls="basic-nav-section-four"> <span> Grants and Research <i class="fas fa-caret-down margin-left-05"></i> </span> </button>
|
||
<ul id="basic-nav-section-four" class="usa-nav__submenu bg-secondary" hidden="">
|
||
<li class="usa-nav__submenu-item"> <a href="/ep/index.html"><span>NLM Extramural Programs</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="/research/index.html"><span>NLM Intramural Research Program</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="https://www.ncbi.nlm.nih.gov/"><span>National Center for Biotechnology Information</span></a> </li>
|
||
<li class="usa-nav__submenu-item"> <a href="//lhncbc.nlm.nih.gov/"><span>Lister Hill National Center for Biomedical Communications</span></a> </li>
|
||
</ul>
|
||
</li>
|
||
|
||
</ul>
|
||
</nav>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- End of TOP NAV -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- DIVISIONAL BANNER -->
|
||
|
||
<div class="bg-gray-70">
|
||
<div class="grid-container">
|
||
<div class="grid-row divisional">
|
||
|
||
|
||
|
||
|
||
<div class="grid-col text-white">
|
||
|
||
<div class="float-left">
|
||
<h4 class="margin-bottom-0">Unified Medical Language System<small><sup>®</sup></small> (UMLS<small><sup>®</sup></small>)</h4>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="float-right margin-top-05">
|
||
<p>
|
||
|
||
|
||
|
||
<a class="text-white" href="/research/umls/faq_main.html">FAQ</a>
|
||
|
||
|
||
|
||
| <a class="text-white" href="/research/umls/support.html">Customer Support</a>
|
||
|
||
|
||
|
||
|
||
</p>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--END DIVISIONAL BANNER -->
|
||
|
||
<!-- Breadcrumbs -->
|
||
<div class="grid-container">
|
||
<nav class="usa-breadcrumb usa-breadcrumb--wrap padding-top-1" aria-label="Breadcrumbs">
|
||
<ol class="usa-breadcrumb__list">
|
||
<li class="usa-breadcrumb__list-item"> <a href="/index.html" class="usa-breadcrumb__link"><span>Home</span></a> </li>
|
||
|
||
|
||
|
||
|
||
|
||
<li class="usa-breadcrumb__list-item"> <a href="/healthit" class="usa-breadcrumb__link"><span>Health IT</span></a> </li>
|
||
|
||
|
||
|
||
<li class="usa-breadcrumb__list-item"> <a href="/research/umls/index.html" class="usa-breadcrumb__link"><span>UMLS home page</span></a> </li>
|
||
|
||
|
||
|
||
|
||
<li class="usa-breadcrumb__list-item"> <a href="/research/umls/rxnorm/index.html" class="usa-breadcrumb__link"><span>RxNorm</span></a> </li>
|
||
|
||
|
||
|
||
|
||
</ol>
|
||
</nav>
|
||
</div>
|
||
<!-- End Breadcrumbs -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<main class="padding-bottom-5" id="main">
|
||
<div class="grid-container">
|
||
|
||
|
||
|
||
<div class="grid-row">
|
||
|
||
<div class="grid-col">
|
||
|
||
|
||
|
||
<div class="h1">CVX Source Information</div>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div id="source-doc-wrapper">
|
||
<div id="source-doc-intro">
|
||
<p> </p>
|
||
<p>Click on a topic below the Source Synopsis section to display details.</p>
|
||
</div>
|
||
|
||
|
||
<h2>Source Synopsis</h2>
|
||
|
||
<p><strong>Web site:</strong><br />
|
||
<a href="http://www2a.cdc.gov/vaccines/iis/iisstandards/vaccines.asp?rpt=cvx">http://www2a.cdc.gov/vaccines/iis/iisstandards/vaccines.asp?rpt=cvx</a></p>
|
||
<p><strong>Authority</strong><br />
|
||
HL7 Table 0292, Vaccine Administered (CVX) is a product of the National Center of Immunization and Respiratory Diseases (NCIRD). NCIRD is part of the Centers for Disease Control and Prevention (CDC).</p>
|
||
<p>The NCIRD developed and maintains CVX.</p>
|
||
<p><strong>Purpose</strong><br />
|
||
CVX is a HL7 standard code set. The codes are used for immunization messages with either HL7 2.3.1 or HL7 2.5.1.</p>
|
||
<p><strong>Description</strong><br />
|
||
CVX includes active and inactive vaccine terms for the United States (US). It also indicates a vaccine’s current availability and the last update time for the vaccine code. Inactive vaccine codes allow users to transmit historical immunization data.</p>
|
||
<p><strong>Update Frequency</strong><br/>
|
||
CVX is updated daily.</p>
|
||
<p><strong>RxNorm Update Frequency</strong><br/>
|
||
CVX is updated in RxNorm intermittently and occurs when new CVX content represented in RxNorm becomes available.</p>
|
||
|
||
<p><strong>Sites Consulted</strong></p>
|
||
<p>NCIRD: IIS/Stds/Standard Code Set [Internet]. Atlanta: Centers for Disease Control and Prevention (US), National Center for Immunization and Respiratory Diseases; [reviewed 2014 Feb 18; 2014 Feb 18; cited 2014 Apr 21]. Available from: <a href="http://www2a.cdc.gov/vaccines/iis/iisstandards/vaccines.asp?rpt=cvx">http://www2a.cdc.gov/vaccines/iis/iisstandards/vaccines.asp?rpt=cvx</a></p>
|
||
|
||
<div class="limboxcontent">
|
||
<h3><a class="jig-ncbitoggler">Metadata</a></h3>
|
||
<div class="sourcecontainer">
|
||
<table>
|
||
<tr>
|
||
<th>Field</th>
|
||
<th>Value</th>
|
||
</tr>
|
||
<!--<tr><td>Versioned Source Abbreviation</td><td>CVX_2019_03_21</td></tr>
|
||
<tr><td>Source Official Name</td><td>Vaccines Administered, 2017_02_08</td></tr>
|
||
-->
|
||
<tr><td>Short Name</td><td>Vaccines Administered</td></tr>
|
||
<tr><td>Family</td><td>CVX</td></tr>
|
||
<tr><td>Source Restriction Level</td><td>0</td></tr>
|
||
<tr><td>Language</td><td>ENG</td></tr>
|
||
<tr><td>License Contact</td><td>CDC, National Center for Immunization and Respiratory Diseases Immunization Information System Support Branch - Informatics<br />1600 Clifton Road<br />Mailstop: E-62<br />Atlanta<br />GA<br />United States<br />30333<br />iisinfo@cdc.gov<br />http://www2a.cdc.gov/vaccines/iis/iisstandards/vaccines.asp?rpt=cvx<br /></td></tr>
|
||
<tr><td>Content Contact</td><td>CDC, National Center for Immunization and Respiratory Diseases Immunization Information System Support Branch - Informatics<br />1600 Clifton Road<br />Mailstop: E-62<br />Atlanta<br />GA<br />United States<br />30333<br />iisinfo@cdc.gov<br />http://www2a.cdc.gov/vaccines/iis/iisstandards/vaccines.asp?rpt=cvx<br /></td></tr>
|
||
<!--<tr><td>Citation</td><td>National Center for Immunization and Respiratory Diseases<br />CVX Code Set<br />Atlanta, GA<br />March 21, 2019<br /></td></tr>
|
||
-->
|
||
</table>
|
||
<br>
|
||
</div>
|
||
|
||
<h3><a class="jig-ncbitoggler">Source Representation</a></h3>
|
||
<div class="sourcecontainer">
|
||
<p>This section lists specific source data elements and provides information on their representation in RxNorm.</p>
|
||
<p><strong>Summary of Changes</strong></p>
|
||
<p>There are no changes to the original data format or to RxNorm source processing.</p>
|
||
<p><strong>Source Provided Files:</strong></p>
|
||
<p>The CVX drug data is available from: <a href="http://www2a.cdc.gov/vaccines/iis/iisstandards/vaccines.asp?rpt=cvx">http://www2a.cdc.gov/vaccines/iis/iisstandards/vaccines.asp?rpt=cvx</a></p>
|
||
<p>The two NDC files are available from: <a href="https://www2a.cdc.gov/vaccines/iis/iisstandards/ndc_tableaccess.asp">https://www2a.cdc.gov/vaccines/iis/iisstandards/ndc_tableaccess.asp</a></p>
|
||
<p>The following three files are used for RxNorm source processing.</p>
|
||
<table>
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<p><strong>File Name</strong></p>
|
||
</td>
|
||
<td>
|
||
<p><strong>Description</strong></p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>web_cvx.xlsx</p>
|
||
</td>
|
||
<td>
|
||
<p>Excel file containing information on both active and inactive vaccines available in the US</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>NDC_Unit_Use.xlsx</p>
|
||
</td>
|
||
<td>
|
||
<p>Excel file containing NDC unit of use information facilitating the use of NDCs to identify vaccines</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>NDC_Unit_Sale.xlsx</p>
|
||
</td>
|
||
<td>
|
||
<p>Excel file containing NDC unit sale information facilitating the use of NDCs to identify vaccines</p>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<p><strong>Source-Provided Files: Details</strong></p>
|
||
<p>The following is a list of fields in the CVX source files used in RxNorm processing and their representations in RxNorm.</p>
|
||
<p>Consult the CVX web site for additional CVX information at: <a href="http://www2a.cdc.gov/vaccines/iis/iisstandards/vaccines.asp?rpt=cvx">http://www2a.cdc.gov/vaccines/iis/iisstandards/vaccines.asp?rpt=cvx</a></p>
|
||
<p>File name: web_cvx.xlsx</p>
|
||
<table>
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<p><strong>#</strong></p>
|
||
</td>
|
||
<td>
|
||
<p><strong>CVX Field Name</strong></p>
|
||
</td>
|
||
<td>
|
||
<p><strong>Description</strong></p>
|
||
</td>
|
||
<td>
|
||
<p><strong>RxNorm Representation</strong></p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>1</p>
|
||
</td>
|
||
<td>
|
||
<p>CVX Code</p>
|
||
</td>
|
||
<td>
|
||
<p>Indicates the product used in a vaccination.</p>
|
||
</td>
|
||
<td>
|
||
<p>RXNCONSO.CODE</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>2</p>
|
||
</td>
|
||
<td>
|
||
<p>CVX Short Description</p>
|
||
</td>
|
||
<td>
|
||
<p>Vaccine short name</p>
|
||
</td>
|
||
<td>
|
||
<p>RXNCONSO.STR (TTY = AB)</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>3</p>
|
||
</td>
|
||
<td>
|
||
<p>Full Vaccine Name</p>
|
||
</td>
|
||
<td>
|
||
<p>Vaccine full name</p>
|
||
</td>
|
||
<td>
|
||
<p>RXNCONSO.STR (TTY = PT)</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>4</p>
|
||
</td>
|
||
<td>
|
||
<p>Note</p>
|
||
</td>
|
||
<td>
|
||
<p>More information about the vaccine</p>
|
||
</td>
|
||
<td>
|
||
<p>RXNSAT.ATN = SOS</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>5</p>
|
||
</td>
|
||
<td>
|
||
<p>VaccineStatus</p>
|
||
</td>
|
||
<td>
|
||
<p>Indicates if the vaccine is currently available in the United States</p>
|
||
</td>
|
||
<td>
|
||
<p>RXNSAT.ATN = VACCINE_STATUS</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>6</p>
|
||
</td>
|
||
<td>
|
||
<p>internalID</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>7</p>
|
||
</td>
|
||
<td>
|
||
<p>nonvaccine</p>
|
||
</td>
|
||
<td>
|
||
<p>A value of "True" indicates that the concept is a non-vaccine.</p>
|
||
</td>
|
||
<td>
|
||
<p>RXNSAT.ATN = NON_VACCINE</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>8</p>
|
||
</td>
|
||
<td>
|
||
<p>update_date</p>
|
||
</td>
|
||
<td>
|
||
<p>Indicates the last time this particular vaccine code was updated in this file</p>
|
||
</td>
|
||
<td>
|
||
<p>RXNSAT.ATN = DATE_LAST_MODIFIED</p>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<p>File name: NDC_Unit_Use.xlsx</p>
|
||
<table>
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<p><strong>#</strong></p>
|
||
</td>
|
||
<td>
|
||
<p><strong>CVX Field Name</strong></p>
|
||
</td>
|
||
<td>
|
||
<p><strong>RxNorm Representation</strong></p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>1</p>
|
||
</td>
|
||
<td>
|
||
<p>NDCInnerID</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>2</p>
|
||
</td>
|
||
<td>
|
||
<p>UseUnitLabeler</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>3</p>
|
||
</td>
|
||
<td>
|
||
<p>UseUnitProduct</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>4</p>
|
||
</td>
|
||
<td>
|
||
<p>UseUnitPackage</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>5</p>
|
||
</td>
|
||
<td>
|
||
<p>UseUnitPropName</p>
|
||
</td>
|
||
<td>
|
||
<p>Used to append brand name in TTY = RXN_PT atom string</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>6</p>
|
||
</td>
|
||
<td>
|
||
<p>UseUnitGenericName</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>7</p>
|
||
</td>
|
||
<td>
|
||
<p>UseUnitLabelerName</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>8</p>
|
||
</td>
|
||
<td>
|
||
<p>UseUnitstartDate</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>9</p>
|
||
</td>
|
||
<td>
|
||
<p>UseUnitEndDate</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>10</p>
|
||
</td>
|
||
<td>
|
||
<p>UseUnitPackForm</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>11</p>
|
||
</td>
|
||
<td>
|
||
<p>UseUnitGTIN</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>12</p>
|
||
</td>
|
||
<td>
|
||
<p>CVX Code</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>13</p>
|
||
</td>
|
||
<td>
|
||
<p>CVX Short Description</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>14</p>
|
||
</td>
|
||
<td>
|
||
<p>NoInner</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>15</p>
|
||
</td>
|
||
<td>
|
||
<p>NDC11</p>
|
||
</td>
|
||
<td>
|
||
<p>RXNSAT.ATN = NDC (for RxNorm editor created TTY = RXN_PT atoms only)</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>16</p>
|
||
</td>
|
||
<td>
|
||
<p>last_updated_date</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>17</p>
|
||
</td>
|
||
<td>
|
||
<p>GTIN</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<p> </p>
|
||
<p>File name: NDC_Unit_Sale.xlsx</p>
|
||
<table>
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<p><strong>#</strong></p>
|
||
</td>
|
||
<td>
|
||
<p><strong>CVX Field Name</strong></p>
|
||
</td>
|
||
<td>
|
||
<p><strong>RxNorm Representation</strong></p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>1</p>
|
||
</td>
|
||
<td>
|
||
<p>NDCouterID</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>2</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterLabeler</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>3</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterProduct</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>4</p>
|
||
</td>
|
||
<td>
|
||
<p>Outerpackage</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>5</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterPropName</p>
|
||
</td>
|
||
<td>
|
||
<p>Used to append brand name in TTY = RXN_PT atom string</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>6</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterGenericName</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>7</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterLabelerName</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>8</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterStartDate</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>9</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterEndDate</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>10</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterPackForm</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>11</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterRoute</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>12</p>
|
||
</td>
|
||
<td>
|
||
<p>last_updated_date</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>13</p>
|
||
</td>
|
||
<td>
|
||
<p>CVX Code</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>14</p>
|
||
</td>
|
||
<td>
|
||
<p>CVX Short Description</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>15</p>
|
||
</td>
|
||
<td>
|
||
<p>NDC11</p>
|
||
</td>
|
||
<td>
|
||
<p>RXNSAT.ATN = NDC (for RxNorm editor created TTY = RXN_PT atoms only)</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>16</p>
|
||
</td>
|
||
<td>
|
||
<p>GTIN</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
<h3><a class="jig-ncbitoggler">RxNorm Representation</a></h3>
|
||
<div class="sourcecontainer">
|
||
<p>This section lists RxNorm data elements and traces them back to the specific CVX data that populates them.</p>
|
||
<p><strong>Summary of Changes</strong></p>
|
||
<p>There are no changes to the original data format or to RxNorm source processing.</p>
|
||
<p><strong>Source Provided Files:</strong></p>
|
||
<table>
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<p><strong>File Name</strong></p>
|
||
</td>
|
||
<td>
|
||
<p><strong>Description</strong></p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>web_cvx.xlsx</p>
|
||
</td>
|
||
<td>
|
||
<p>Excel file containing information on both active and inactive vaccines available in the US</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>NDC_Unit_Use.xlsx</p>
|
||
</td>
|
||
<td>
|
||
<p>Excel file containing NDC unit of use information facilitating the use of NDCs to identify vaccines</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>NDC_Unit_Sale.xlsx</p>
|
||
</td>
|
||
<td>
|
||
<p>Excel file containing NDC unit sale information facilitating the use of NDCs to identify vaccines</p>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<p> </p>
|
||
<p><strong>RxNorm Identifiers:</strong></p>
|
||
<p>Identifiers are assigned as follows:</p>
|
||
<table>
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<p><strong>Identifier</strong></p>
|
||
</td>
|
||
<td>
|
||
<p><strong>Origin</strong></p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>CODE</p>
|
||
</td>
|
||
<td>
|
||
<p>CVX Code</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>SAUI</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>SCUI</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>SDUI</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<p> </p>
|
||
<p><strong>Atoms (RXNCONSO):</strong></p>
|
||
<table>
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<p><strong>Term Type</strong></p>
|
||
</td>
|
||
<td>
|
||
<p><strong>Origin</strong></p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>PT</p>
|
||
</td>
|
||
<td>
|
||
<p>CODE = web_cvx.xlsx.CVX Code<br /> STR = web_cvx.xlsx.Full Vaccine Name</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>AB</p>
|
||
</td>
|
||
<td>
|
||
<p>CODE = web_cvx.xlsx.CVX Code<br /> STR = web_cvx.xlsx.CVX Short Description</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>RXN_PT (RxNorm editor created atom)</p>
|
||
</td>
|
||
<td>
|
||
<p>CODE = Same code as PT<br /> STR = RxNorm editor created name (for a given NDC); brand name appended using NDC_Unit_Sale.xlsx.OuterPropName and NDC_Unit_Use.xlsx.UseUnitPropName<br /> <br /> If a source atom has more than one NDC and the NDCs have different meanings, new RXN_PT atoms are created by an RxNorm editor to separate the NDCs which can then be associated with proper RxNorm forms. The original atom remains a TTY = PT atom.<br /> <br /> For example,<br /> PT atom string:<br /> hepatitis A vaccine, adult dosage<br /> <br /> RXN_PT atom strings:<br /> hepatitis A vaccine, adult dosage vial [HAVRIX]<br /> hepatitis A vaccine, adult dosage syringe [HAVRIX]<br /> hepatitis A vaccine, adult dosage vial [VAQTA]<br /> hepatitis A vaccine, adult dosage syringe [VAQTA]</p>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<p> </p>
|
||
<p><strong>Attributes (RXNSAT):</strong></p>
|
||
<table>
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<p><strong>ATN</strong></p>
|
||
</td>
|
||
<td>
|
||
<p><strong>Origin</strong></p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>DATE_LAST_MODIFIED</p>
|
||
</td>
|
||
<td>
|
||
<p>web_cvx.xlsx.update_date</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>SOS</p>
|
||
</td>
|
||
<td>
|
||
<p>web_cvx.xlsx.Note</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>VACCINE_STATUS</p>
|
||
</td>
|
||
<td>
|
||
<p>web_cvx.xlsx.VaccineStatus</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>NON_VACCINE</p>
|
||
</td>
|
||
<td>
|
||
<p>web_cvx.xlsx.nonvaccine</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>NDC</p>
|
||
</td>
|
||
<td>
|
||
<p>NDC_Unit_Use.xlsx.NDC11 and NDC_Unit_Sale.xlsx.NDC11<br /> (assigned to TTY = RXN_PT atoms only; TTY = PT atoms lack NDCs)</p>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<p> </p>
|
||
<p><strong>Relationships (RXNREL):</strong></p>
|
||
<table>
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<p><strong>REL</strong></p>
|
||
</td>
|
||
<td>
|
||
<p><strong>RELA/Inverse RELA</strong></p>
|
||
</td>
|
||
<td>
|
||
<p><strong>Description</strong></p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>RO (RxNorm editor created relationship)</p>
|
||
</td>
|
||
<td>
|
||
<p>mapped_to<br /> mapped_from</p>
|
||
</td>
|
||
<td>
|
||
<p>Connects PT and RXN_PT atoms with same CVX Code. Created when an RxNorm editor creates a TTY = RXN_PT atom.</p>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<p> </p>
|
||
<table>
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<p><strong>#</strong></p>
|
||
</td>
|
||
<td>
|
||
<p><strong>CVX Field Name</strong></p>
|
||
</td>
|
||
<td>
|
||
<p><strong>RxNorm Representation</strong></p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>1</p>
|
||
</td>
|
||
<td>
|
||
<p>NDCouterID</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>2</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterLabeler</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>3</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterProduct</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>4</p>
|
||
</td>
|
||
<td>
|
||
<p>Outerpackage</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>5</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterPropName</p>
|
||
</td>
|
||
<td>
|
||
<p>Used to append brand name in TTY = RXN_PT atom string</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>6</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterGenericName</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>7</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterLabelerName</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>8</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterStartDate</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>9</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterEndDate</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>10</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterPackForm</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>11</p>
|
||
</td>
|
||
<td>
|
||
<p>OuterRoute</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>12</p>
|
||
</td>
|
||
<td>
|
||
<p>last_updated_date</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>13</p>
|
||
</td>
|
||
<td>
|
||
<p>CVX Code</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>14</p>
|
||
</td>
|
||
<td>
|
||
<p>CVX Short Description</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>15</p>
|
||
</td>
|
||
<td>
|
||
<p>NDC11</p>
|
||
</td>
|
||
<td>
|
||
<p>RXNSAT.ATN = NDC (for RxNorm editor created TTY = RXN_PT atoms only)</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>16</p>
|
||
</td>
|
||
<td>
|
||
<p>GTIN</p>
|
||
</td>
|
||
<td>
|
||
<p>Not applicable</p>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
<h3><a class="jig-ncbitoggler">Data Examples with Sample Database Queries</a></h3>
|
||
<div class="sourcecontainer">
|
||
<p>This section lists source terminology specific data examples and sample database queries using Structured Query Language (SQL) to obtain the data. For more information about RxNorm data and files, see the <a href="https://www.nlm.nih.gov/research/umls/rxnorm/docs/index.html" target="_blank">RxNorm Technical Documentation</a>.</p>
|
||
|
||
|
||
<h4>Names and Codes in RXNCONSO.RRF</h4>
|
||
<p>Here are sample source terminology code, source string, RxNorm Concept Unique Identifier (RXCUI), RxNorm string, RxNorm term type (TTY), and suppress values.</p>
|
||
<table>
|
||
<tbody>
|
||
<tr>
|
||
<th>SOURCE_CODE</th>
|
||
<th>SOURCE_STR</th>
|
||
<th>RXCUI</th>
|
||
<th>RXNORM_STR</th>
|
||
<th>RXNORM_TTY</th>
|
||
<th>SUPPRESS</th>
|
||
</tr>
|
||
<tr>
|
||
<td>12</td>
|
||
<td>diphtheria antitoxin</td>
|
||
<td>3510</td>
|
||
<td>Diphtheria Antitoxin</td>
|
||
<td>IN</td>
|
||
<td>N</td>
|
||
</tr>
|
||
<tr>
|
||
<td>12</td>
|
||
<td>diphtheria antitoxin</td>
|
||
<td>3510</td>
|
||
<td>diphtheria immunoglobulin</td>
|
||
<td>SY</td>
|
||
<td>N</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<br/>
|
||
<p>Here is a sample database query to retrieve the data above:</p>
|
||
|
||
<p>SELECT distinct rc1.code as source_code, rc1.str as source_str, rc1.rxcui, rc2.str as rxnorm_str, rc2.tty as rxnorm_tty, rc2.suppress<br />
|
||
FROM rxnconso rc1, rxnconso rc2<br />
|
||
WHERE rc1.code in ('12')<br />
|
||
AND rc1.sab = 'CVX'<br />
|
||
AND rc1.rxcui = rc2.rxcui<br />
|
||
AND rc2.sab = 'RXNORM';</p>
|
||
|
||
<!--<h4>Names and Relationships in RXNCONSO.RRF and RXNREL.RRF </h4>
|
||
<p>Here are sample source terminology code, source string, RXCUI, relationship name, RxNorm term type (TTY), and RxNorm name.</p>
|
||
<table>
|
||
<tbody>
|
||
<tr>
|
||
<th>SOURCE_CODE</th>
|
||
<th>SOURCE_STR</th>
|
||
<th>RXCUI</th>
|
||
<th>RELA</th>
|
||
<th>RXNORM_TTY</th>
|
||
<th>BN</th>
|
||
<th>SUPPRESS</th>
|
||
</tr>
|
||
<tr>
|
||
<td>25</td>
|
||
<td>typhoid vaccine, live, oral capsule [Vivotif]</td>
|
||
<td>762602</td>
|
||
<td>mapped_from</td>
|
||
<td>BN</td>
|
||
<td>MIdol Cramps & Bodyaches</td>
|
||
<td>N</td>
|
||
</tr>
|
||
<tr>
|
||
<td>25</td>
|
||
<td>typhoid vaccine, live, oral</td>
|
||
<td>107595</td>
|
||
<td>has_tradename</td>
|
||
<td>BN</td>
|
||
<td>Dragon Tabs</td>
|
||
<td>N</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<br/>
|
||
<p>Here is a sample database query to retrieve the data above:</p>
|
||
|
||
<p>SELECT distinct rc1.code as source_code, rc1.str as source_str, rc1.rxcui, rr.rela, rc2.tty as rxnorm_tty, rc2.str as rxnorm_str, rc2.suppress<br />
|
||
FROM rxnconso rc1, rxnrel rr, rxnconso rc2<br />
|
||
WHERE rc1.code = '25'<br />
|
||
AND rc1.sab = 'CVX'<br />
|
||
AND rc1.rxaui = rr.rxaui2<br />
|
||
AND rr.rela in ('mapped_to','mapped_from')<br />
|
||
AND rr.rxaui1 = rc2.rxaui;<br />
|
||
</p>
|
||
-->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<p class=”margin-top-5”><small>Last Reviewed: April 10, 2024</small></p>
|
||
|
||
</div>
|
||
</main>
|
||
|
||
<!-- FOOTER -->
|
||
<footer class="usa-footer__primary-section padding-top-5 padding-bottom-3 insertfooter">
|
||
|
||
<div class="grid-container">
|
||
<div class="grid-row">
|
||
<div class="desktop:grid-col-3 grid-col-6"> <a href="https://www.nlm.nih.gov/socialmedia/index.html">
|
||
<p class="text-white margin-bottom-1">Connect with NLM</p>
|
||
</a>
|
||
<ul class="social_media add-list-reset">
|
||
<li class="margin-right-05"><a href="https://www.facebook.com/nationallibraryofmedicine"><img class="bg-secondary" src="https://www.nlm.nih.gov/images/facebook.svg" alt="Facebook"></a></li>
|
||
<li class="margin-right-05"><a title="External link: please review our privacy policy." href="https://www.linkedin.com/company/national-library-of-medicine-nlm/"><img class="bg-secondary" src="//www.nlm.nih.gov/images/linkedin.svg" alt="LinkedIn"></a></li>
|
||
<li class="margin-right-05"><a title="External link: please review our privacy policy." href="https://twitter.com/NLM_NIH"><img src="https://www.nlm.nih.gov/images/twitter.svg" class="padding-1 bg-secondary" alt="Twitter"></a></li>
|
||
<li class="margin-right-05"><a title="External link: please review our privacy policy." href="https://www.youtube.com/user/NLMNIH"><img src="//www.nlm.nih.gov/images/youtube.svg" class="bg-secondary" alt="You Tube"></a></li>
|
||
<li class="margin-right-05"><a title="External link: please review our privacy policy." href="https://public.govdelivery.com/accounts/USNLMOCPL/subscriber/new?preferences=true"><img src="//www.nlm.nih.gov/images/mail.svg" class=" bg-secondary" alt="Government Delivery"></a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="desktop:grid-col-3 grid-col-6">
|
||
<p class="address_footer text-white"> National Library of Medicine <br>
|
||
<a href="https://www.google.com/maps/place/8600+Rockville+Pike,+Bethesda,+MD+20894/@38.9959508,-77.101021,17z/data=!3m1!4b1!4m5!3m4!1s0x89b7c95e25765ddb:0x19156f88b27635b8!8m2!3d38.9959508!4d-77.0988323" class="text-white"> 8600 Rockville Pike <br>
|
||
Bethesda, MD 20894 </a></p>
|
||
</div>
|
||
<div class="desktop:grid-col-3 grid-col-6">
|
||
<p><a href="/web_policies.html" class="text-white"> Web Policies </a><br>
|
||
<a href="https://www.nih.gov/institutes-nih/nih-office-director/office-communications-public-liaison/freedom-information-act-office" class="text-white"> FOIA </a><br>
|
||
<a href="https://www.hhs.gov/vulnerability-disclosure-policy/index.html" class="text-white">HHS Vulnerability Disclosure</a> </p>
|
||
</div>
|
||
<div class="desktop:grid-col-3 grid-col-6">
|
||
<p><a class="supportLink text-white" href="//support.nlm.nih.gov?from="> NLM Support Center </a> <br>
|
||
<a href="/accessibility.html" class="text-white"> Accessibility </a><br>
|
||
<a href="/careers/careers.html" class="text-white"> Careers </a></p>
|
||
</div>
|
||
</div>
|
||
<div class="grid-row">
|
||
<div class="grid-col-12">
|
||
<p class="text-center text-white"> <a class="text-white" href="//www.nlm.nih.gov/">NLM</a> | <a class="text-white" href="https://www.nih.gov/">NIH</a> | <a class="text-white" href="https://www.hhs.gov/">HHS</a> | <a class="text-white" href="https://www.usa.gov/">USA.gov</a></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</footer>
|
||
<script src="//assets.nlm.nih.gov/uswds/js/uswds.min.js"></script>
|
||
<script src="//assets.nlm.nih.gov/jquery/jquery-latest.min.js"></script>
|
||
<script src="//assets.nlm.nih.gov/jquery/jquery-migrate-latest.min.js"></script>
|
||
<script src="/scripts/nlm_autocomplete.js"></script>
|
||
<script src="/scripts/nlm_uswds.js"></script>
|
||
|
||
|
||
|
||
|
||
<script type = "text/javascript">
|
||
$(document).ready(function() {
|
||
$('a.expand').click(function(event) {
|
||
|
||
//alert ($(this).parent(".content").attr("id"));
|
||
|
||
$('.jig-ncbitoggler').each(function() {
|
||
|
||
$(this).ncbitoggler('open');
|
||
|
||
});
|
||
});
|
||
});
|
||
|
||
</script>
|
||
|
||
<script type = "text/javascript">
|
||
$(document).ready(function() {
|
||
$('a.collapse').click(function(event) {
|
||
//alert ($(this).parent(".content").attr("id"));
|
||
|
||
$('.jig-ncbitoggler').each(function() {
|
||
|
||
$(this).ncbitoggler('close');
|
||
|
||
});
|
||
|
||
|
||
});
|
||
});
|
||
|
||
</script>
|
||
</body>
|
||
</html>
|
||
|