HealthVault can store CCDs, but it doesn't provide any programmatic access to data in the CCDs - to do that you would have to find it in the XML yourself.
If you want to show the majority of the data in the CCD in a web browser, you could ask for the form transform of the CCD item.
You do that with the following:
filter.View.TransformsToApply.Add("form");
and then when you fetch the item, the TransformedXmlData property will contain the HTML for that CCD.
Thanks for your information. I need the native object for ccd or ccr. I can download all the reconciled information from the HV, but i need the native object for ccd or ccr.