James,
There is a query you can run that will give you the "results" on a patient, because the charted elements are in the same table as lab results. If you know how to map lab results, then you can create new concepts, and get the values from them into a VGR iform. The label seq is what you need for each concept. You will need to add using the Legend button, when you create the concept. Looking below, you can see row 1 is Oxygen Saturation, row 2 is heart rate, row 4 is weight, row 5 is temperature, row 7 is blood pressure.
The SQL is:
select * from pat_results where SOURCE_SYSTEM = 'CDX';
Will return something like this: