Hello all, let us now start working on the flagging system for probable billable and/or transaction items in Care2x.
The general concept is to flag in a separate table any kind of possible or probable item, action, procedure, or event that happens inside Care2x. Each flag will be unique to the item it flags. I propose we create a new table called "care_transaction" with following fields: nr = primary key (unique, autoincrement) code = the transaction code (the actual flag) product = eventual product identifier encounter_nr = the encounter number of the transaction (foreign key) date_start = the start date of the transaction date_end = the end date of the transaction count = the multiplier of the transaction Some examples: code = PRODUCT_PHARMACY, product = 1004 (= penicillin ampule 2.5 gm), count = 2 code = TEST_BLOOD_CROSS, count = 1 code = TEST_ECG, count = 1 code = TEST_XRAY_CHEST count = 1 If you know of available standardized coding, please inform me. For comments and counterproposal, I highly appreciate them. For those who understand how to code this in hl7, please do help us. We will then add a field to the table named "hl7". Or per configuration, create a file in a cache directory for the hl7 version of the transaction. Thanks in advance, Elpidio ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Care2002-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/care2002-developers

