Changes between Version 34 and Version 35 of RxNormForVista


Ignore:
Timestamp:
Nov 21, 2013, 5:28:23 PM (10 years ago)
Author:
Sam Habiel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RxNormForVista

    v34 v35  
    4646
    4747== Contents of the KIDS file ==
    48 === Files ===
    49 ||'''Name'''||'''Number'''||'''Global'''||'''!RxNorm NLM File'''||'''Approx # of entries at the end of 2013'''||
    50 ||RXNORM CONCEPT NAMES AND SOURCES||176.001||!^C0CRXN(176.001)||RXNCONSO.RRF||1,000,000||
    51 ||RXNORM SIMPLE CONCEPT AND ATOM ATTRIBUTES||176.002||!^C0CRXN(176.002)||RXNSAT.RRF||7,000,000||
    52 ||RXNORM SOURCE INFORMATION||176.003||!^C0CRXN(176.003)||RXNSAB.RRF||13||
    53 ||RXNORM SEMANTIC TYPES||176.004||!^C0CRXN(176.004)||RXNSTY.RRF||400,000||
    54 ||RXNORM RELATED CONCEPTS||176.005||!^C0CRXN(176.005)||RXNREL.RRF||5,000,000||
    55 ||RXNORM DOCUMENTATION FOR ABBREVIATED VALUES||176.006||!^C0CRXN(176.006)||RXNDOC.RRF||3,000||
    56 
    57 === Pharmacy Files Computed Fields ===
    58 ||'''File Name'''||'''File number'''||'''Field Name'''||'''Field Number'''||'''Description'''||
    59 ||DRUG||50||RXNCUI||176.001||Pointer to the Semantic Clinical Drug in 176.001 that corresponds to this drug.||
    60 ||DRUG||50||RXN SCD NAME||176.002||Canonical Clinical Drug name according to !RxNorm.||
    61 ||VA PRODUCT||50.68||COMPUTED GCNSEQNO||176.001||Multiple of GCNs corresponding to a VA PRODUCT||
     48
     49
    6250
    6351=== Routines ===
     
    374362
    375363== Technical Details ==
    376 The following are technical details.
     364The following are technical details for this package.
    377365
    378366=== Package File Entry ===
     367{{{
     368NAME: RXNORM FOR VISTA                  PREFIX: C0CR
     369  SHORT DESCRIPTION: RxNorm data dictionaries and loading routines for VISTA
     370FILE: RXNORM CONCEPT NAMES AND SOURCES
     371FILE: RXNORM SIMPLE CONCEPT AND ATOM ATTRIBUTES
     372FILE: RXNORM SOURCE INFORMATION
     373FILE: RXNORM SEMANTIC TYPES
     374FILE: RXNORM RELATED CONCEPTS
     375FILE: RXNORM DOCUMENTATION FOR ABBREVIATED VALUES
     376VERSION: 2.2                            DATE DISTRIBUTED: NOV 14, 2013
     377}}}
    379378
    380379=== Dependencies ===
    381380 * Kernel 8
    382  * Fileman 22
     381 * Fileman 22.2 (Fileman 22.0 can be used but it may not be used to edit the data definitions).
    383382
    384383=== Routine list ===
     384{{{
     385Routine Summary
     386Checksums shown are NEW Checksums
     387The following routines are included in this patch.  The second line of each
     388of these routines now looks like:
     389 ;;2.2;RXNORM FOR VISTA;**[Patch List]**;Nov 14, 2013;Build 8
     390
     391                 Checksums
     392Routine         Old         New        Patch List
     393C0CRXNAD        n/a      18747982   
     394C0CRXNLK        n/a      98280702   
     395C0CRXNRD        n/a      42158088   
     396}}}
     397
     398In addition, routines C0CRXNnn (where nn is a number), are created automatically as Fileman compiles the RxNorm cross-references.
    385399
    386400=== Description of routines and overall flow ===
     401The three routines are relatively self-contained.
     402C0CRXNRD load RxNorm codes from the RRF files supplied by NLM.
     403C0CRXNLK has various translation utilities.
     404C0CRXNAD add a drug to the drug file based on an RxNorm code.
    387405
    388406=== Modifications to National VA distributed routines ===
    389407None.
    390408
    391 ### File list
     409=== File list ===
     410||'''Name'''||'''Number'''||'''Global'''||'''!RxNorm NLM File'''||'''Approx # of entries at the end of 2013'''||
     411||RXNORM CONCEPT NAMES AND SOURCES||176.001||!^C0CRXN(176.001)||RXNCONSO.RRF||1,000,000||
     412||RXNORM SIMPLE CONCEPT AND ATOM ATTRIBUTES||176.002||!^C0CRXN(176.002)||RXNSAT.RRF||7,000,000||
     413||RXNORM SOURCE INFORMATION||176.003||!^C0CRXN(176.003)||RXNSAB.RRF||13||
     414||RXNORM SEMANTIC TYPES||176.004||!^C0CRXN(176.004)||RXNSTY.RRF||400,000||
     415||RXNORM RELATED CONCEPTS||176.005||!^C0CRXN(176.005)||RXNREL.RRF||5,000,000||
     416||RXNORM DOCUMENTATION FOR ABBREVIATED VALUES||176.006||!^C0CRXN(176.006)||RXNDOC.RRF||3,000||
     417
     418=== Pharmacy Files Computed Fields ===
     419||'''File Name'''||'''File number'''||'''Field Name'''||'''Field Number'''||'''Description'''||
     420||DRUG||50||RXNCUI||176.001||Pointer to the Semantic Clinical Drug in 176.001 that corresponds to this drug.||
     421||DRUG||50||RXN SCD NAME||176.002||Canonical Clinical Drug name according to !RxNorm.||
     422||VA PRODUCT||50.68||COMPUTED GCNSEQNO||176.001||Multiple of GCNs corresponding to a VA PRODUCT||
     423
     424=== Exported Options ===
    392425None included.
    393426
    394 ### Exported Options
    395 None included.
    396 
    397 ### Archiving and Purging
     427=== Archiving and Purging ===
    398428Not supported.
    399429
    400 ### Supported APIs
    401 
    402 ### External Interfaces, External Relations
    403 None
    404 
    405 ### Internal relations
     430=== Supported APIs ===
     431All non-testing APIs in C0CRXNLK are supported.
     432D IMPORT^C0CRXNRD
     433$$ADDDRUG^C0CRXNAD
     434
     435=== External Interfaces, External Relations ===
     436Utility functions in Fileman and Kernel.
     437
     438Access to Drug, VA Product and VA Generic files for various computations in C0CRXNLK.
     439
     440Modifications of Drug and VA Product Data Dictionaries to add convenience computed fields to tie the files with !RxNorm.
     441
     442=== Internal relations ===
    406443None.
    407444
    408 ### Package wide-variables
     445=== Package wide-variables ===
    409446None.
    410447
    411 ### Security
     448=== Security ===
    412449This software implements no security of its own. It inherits pharmacy security.
    413450