Correct. For the most part the API only allows POST operations using AuthSub: http://code.google.com/apis/health/docs/2.0/reference.html#Authentication
ClientLogin offers full access to the profile, but web apps that use it won't be published in the services directory. It should be reserved for desktop apps. Eric On Feb 15, 10:49 am, Ford <[email protected]> wrote: > So, just to confirm, it's not possible to Update demographics (height, > weight, gender, dob, etc...) via the API -- only Insert? > > Thanks, > Ford > > On Feb 12, 1:44 am, "Eric (Google)" <[email protected]> wrote: > > > Hi Daniel, > > > VitalSign data will only be reconciled if it's currently > > empty in the user's > > profile:http://code.google.com/apis/health/ccrg_reference.html#DemographicsMa... > > > There's not a great place to point wellness data at the moment. > > The most appropriate place may be /Body/Results/Result. > > > Eric > > > On Feb 11, 4:24 pm, daniel <[email protected]> wrote: > > > > Hey, I'm trying to submit this CCR to update the height and weight of > > > a patient. Please advise on how to proceed, if the VitalSigns tag is > > > not useable, is there some other place I can store height and weight > > > data? > > > > <ContinuityOfCareRecord xmlns="urn:astm-org:CCR"> > > > <Language /> > > > <DateTime> > > > <Type /> > > > </DateTime> > > > <Body> > > > <VitalSigns> > > > <Result> > > > <Description><Text>Height & > > > Weight</Text></Description> > > > <Test> > > > <Description> > > > <Text>Height</Text> > > > <Code> > > > > > > <Value>50373000</Value> > > > > > > <CodingSystem>SNOMED</CodingSystem> > > > </Code> > > > </Description> > > > <TestResult> > > > > > > <Value>'.$_REQUEST['height'].'</Value> > > > > > > <Units><Unit>in</Unit></Units> > > > </TestResult> > > > </Test> > > > <Test> > > > > > > <Type><Text>Observation</Text></Type> > > > <Description> > > > <Text>Weight</Text> > > > <Code> > > > > > > <Value>363808001</Value> > > > > > > <CodingSystem>SNOMED</CodingSystem> > > > </Code> > > > </Description> > > > <TestResult> > > > > > > <Value>'.$_REQUEST['weight'].'</Value> > > > > > > <Units><Unit>lbs</Unit></Units> > > > </TestResult> > > > </Test> > > > </Result> > > > </VitalSigns> > > > </Body> > > > </ContinuityOfCareRecord> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
