I would store any type of wellness data as a <Result>. Use Result/Test/DateTime/<ExactDateTime> to store when the weight measurement was taken.
Eric On Mar 5, 11:42 am, Patrick <[email protected]> wrote: > Eric, > > Thanks for the info. As well, we are looking for something to track > progression of weight loss. So, fields that would store weight with a > timestamp. What would you suggest for that. > > On Mar 5, 12:26 pm, "Eric (Google)" <[email protected]> wrote: > > > Hi Patrick, > > > At the moment, we don't explicitly support exercise data. > > However, others have used Test Results to store such data: > > > <ContinuityOfCareRecord xmlns='urn:astm-org:CCR'> > > <Body> > > <Results> > > <Result> > > <Test> > > <DateTime> > > <Type><Text>Collection start date</Text></Type> > > <ExactDateTime>2009-01-26T00:00:00-08:00</ExactDateTime> > > </DateTime> > > <Description> > > <Text>Walking Distance</Text> > > <Code> > > <Value>165263003</Value> > > <CodingSystem>SNOMED</CodingSystem> > > </Code> > > </Description> > > <TestResult> > > <Value>1000000000000000000000000</Value> > > <Units><Unit>steps</Unit></Units> > > </TestResult> > > <Source> > > <Actor> > > <ActorID>Step Meter 1000</ActorID> > > <ActorRole><Text>Ordering clinician</Text></ActorRole> > > </Actor> > > </Source> > > </Test> > > </Result> > > </Results> > > </Body> > > </ContinuityOfCareRecord> > > > Eric > > > On Mar 3, 9:27 am, Patrick <[email protected]> wrote: > > > > Currently, the subset of data categories supported in the CCR import > > > is: Functional Status, Problems, Social History, Alerts, > > > Immunizations, Vital Signs, Results, and Procedures. > > > > My company is planning to implement a wellness program in order to do > > > a pilot/demo of both Google Health and MS Health Vault. We wanted run > > > parallel apps that track an employee's weight and exercise routines, > > > durations, etc. over time. We are doing a biggest loser-type > > > contest. But after some research, it looks like Google Health does > > > not support data like that. MS Health Vault might have to be our > > > choice. Can you see a way to make something like this work? > > > > Thanks, > > > Patrick Stadler > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Health Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/googlehealthdevelopers?hl=en -~----------~----~----~----~------~----~------~--~---
