For other programmers dealing with dates: I got all the dates to
appear on the Google profile when exporting a CCR. The following shows
the substitutions I made in the CCR for each category that made the
difference:
CONDITIONS - Changed "Onset" to "Start date" (case sensitive)
ALLERGIES - Changed "Initial Occurrence" to "Start date" (case
sensitive)
MEDICATIONS - Changed "Start Date" to "Start date" (case sensitive)
Changed "Stop Date" to "Stop date" (case sensitive)
PROCEDURES - Changed "Procedure Date" to "Start date" (case sensitive)
IMMUNIZATIONS - Changed "Immunization Date" to "Start date" (case
sensitive)
RESULTS - Changed "Assessment Date" to "Collection start date" (case
sensitive)
Hope this helps.
On Oct 31, 12:54 pm, "Eric (Google)" <[EMAIL PROTECTED]> wrote:
> Even better would be to refer to the CCR
> reference:http://code.google.com/apis/health/ccrg_reference.html
>
> You can also checkout the CCR samples
> here:http://code.google.com/p/googlehealthsamples/source/browse/#svn/trunk...
>
> If those fail to help, manually enter the data in your profile.
> Then, you can use the API to read the returned CCR and upload
> new data with that CCR. I would be very surprised if you couldn't
> send a new notice with the resulting CCR.
>
> Eric
>
> On Oct 31, 7:05 am, th55 <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi Eric, that worked for problems, but not for allergies and
> > medications. Can you post the required string in the CCR tag for all
> > the other categories so the dates show up for all?
>
> > On Oct 30, 5:14 pm, "Eric (Google)" <[EMAIL PROTECTED]> wrote:
>
> > > Change 'Start Date' to 'Start date':
>
> > > <DateTime>
> > > <Type><Text>Start date</Text></Type>
> > > <ExactDateTime>2008-10-07T00:00:00</ExactDateTime>
> > > </DateTime>
>
> > > Eric
>
> > > On Oct 30, 5:31 am, th55 <[EMAIL PROTECTED]> wrote:
>
> > > > OK, the status is showing up, but not the date.
>
> > > > On Oct 28, 12:42 pm, th55 <[EMAIL PROTECTED]> wrote:
>
> > > > > When I post data to Google Health, the date and status do not show up
> > > > > in the UI for conditions, allergies, etc. Only the description
> > > > > shows. Here is the CCR fragment that is posted for a condition. Can
> > > > > anyone identify the problem?
>
> > > > > <Problem>
> > > > > <CCRDataObjectID>a7caaba1369e42a5a2371ad5b6687d86</
> > > > > CCRDataObjectID>
> > > > > <DateTime>
> > > > > <Type>
> > > > > <Text>Start Date</Text>
> > > > > </Type>
> > > > > <ExactDateTime>2008-10-07T00:00:00</ExactDateTime>
> > > > > </DateTime>
> > > > > <Description>
> > > > > <Text>Abnormal EKG</Text>
> > > > > </Description>
> > > > > <Status>
> > > > > <Text>Active</Text>
> > > > > </Status>
> > > > > <Source>
> > > > > <Description>
> > > > > <Text>CapMed PHR</Text>
> > > > > </Description>
> > > > > </Source>
> > > > > </Problem>- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---