Closed writetoritu closed 6 years ago
fixes #325 Following Implementation Guidelines are been added in the document:
The enrollment table script it is by default to 'E' i.e. Encounter based is this because we don't have any insurance coverage related data from the data marts. There are following predefined valusets:
I = Medical insurance coverage
D = Outpatient prescription drug coverage
G = geography
A = algorithmic
E = Encounter-Based
IC = Institutional Professional Consult(permissible substitution)
dx_origin is null throughput the table. The scripts specifies it should be OT if null
NI = No Information
UN = Unknown
OT = Other
-Column: result_num data type modified to numeric(15,8)
- we have it numeric(25,8)column: rx_quantity number precision and scale updated to numeric(15,8) - we are using numeric(20,2)
PI = Pill
TA = Tablet
VI = vial
LI = liquid
SO = Solution
SU = Suspension
OI = Ointment
CR = Cream
PO = Powder
PA = Patch
IN = Inhaler
KI = Kit
DE = Device
NI = No information
UN = Unknown
OT = Other
-column: rx_refills number precision and scale updated to numeric(15,8) - we are using numeric(20,2)
-column: rx_days_supply number precision and scale updated to numeric(15,8) - we are using numeric(20,2)
-column: rx_basis - The valueset items updated and the field definition
01 = Order to Dispense
02 = Order to administer
@ChavanShweta Could you please elaborate on the 5th point? 5. Table: Diagnosis - dx_origin is null throughput the table. The scripts specifies it should be OT if null
action item
09=ICD-9-CM/PCS, 10=ICD-10-CM/PCS, 11=ICD-11-CM/PCS
mapping to condition type domain
Align the code as per the guidelines
add link - http://pcornet.org/wp-content/uploads/2017/05/2017-05-01_Integrated-CDM-Specification-Implemeantion-Guidance-CDM-v....pdf