Changeset 402
- Timestamp:
- Mar 16, 2009, 11:46:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ccr/trunk/p/CCR_1_0.txt
r401 r402 9 9 10 10 EXPORT^C0CCCD 11 A command line interface to export a single patient's CCD to a host directory by specifying the patient by name. 11 A command line interface to export a single patient's CCD to a host directory by specifying the patient by name. An XSLT transformation is available to translate a CCR into a level 2 CCD. This tranformation has been tested and produces a CCD with all currently supported sections of the CCR. The EXPORT^C0CCCD only extracts the PROBLEMS section into a CCD. 12 12 13 13 XPAT^C0CCCR(DFN,OUTDIR,OUTFILE) … … 74 74 75 75 DPATV^C0CRIMA(DFN,"SECTION") 76 A command line interface to display the values of variables for a patient. "SECTION" can be any of the CCR sections. ie "ALERTS","RESULTS","MEDS". If SECTION is ommitted, all sections will be shown. 76 A command line interface to display the values of variables for a patient. "SECTION" can be any of the CCR sections. ie "ALERTS","RESULTS","MEDS". If SECTION is ommitted, all sections will be shown. An example: 77 78 GTM>D DPATV^C0CRIMA(2,"PROBLEMS") 79 1 1^PROBLEMCODEVALUE^V18.0 80 2 1^PROBLEMCODINGVERSION^ 81 3 1^PROBLEMCONDITION^P 82 4 1^PROBLEMDATEMOD^2005-07-19T00:00:00-05:00 83 5 1^PROBLEMDATEOFONSET^1700--T00:00:00-05:00 84 6 1^PROBLEMDESCRIPTION^Family History of Diabetes Mellitus (ICD-9-CM V18.0) 85 7 1^PROBLEMDTREC^1701--T00:00:00-05:00 86 8 1^PROBLEMHASCMT^ 87 9 1^PROBLEMIEN^8 88 10 1^PROBLEMINACT^1700--T00:00:00-05:00 77 89 78 90 DCCR^C0CCCR(DFN)
Note:
See TracChangeset
for help on using the changeset viewer.