It seems that CCR XML produced for the insurance items is not
compliant with the CCR Schema. When doing a HealthService.Query on a
profile the insurance XML that comes back is not passing schema
validation. It seems the IDs element produced does not contain the
required Source field??

The error message is:

The element 'IDs' in namespace 'urn:astm-org:CCR' has incomplete
content. List of possible elements expected: 'IssuedBy, Source' in
namespace 'urn:astm-org:CCR'.

XML Produced:

<Payers>
      <Payer>
        <CCRDataObjectID>.j4SLQyMNWs-0</CCRDataObjectID>
        <IDs>
          <Type>
            <Text>Plan code</Text>
          </Type>
          <ID>1111</ID>
        </IDs>
        <IDs>
          <Type>
            <Text>Group number</Text>
          </Type>
          <ID>11234</ID>
        </IDs>
        <IDs>
          <Type>
            <Text>Subscriber number</Text>
          </Type>
          <ID>2222</ID>
        </IDs>
        <Type>
          <Text>Primary Health Insurance</Text>
        </Type>
        <Description>
          <Text>My Plan</Text>
          <Code>
            <Value>.</Value>
            <CodingSystem>Google</CodingSystem>
          </Code>
        </Description>
        <Status>
          <Text>ACTIVE</Text>
        </Status>
        <Source>
          <Actor>
            <ActorID>[email protected]</ActorID>
            <ActorRole>
              <Text>Patient</Text>
            </ActorRole>
          </Actor>
          <Actor>
            <ActorID>[email protected]</ActorID>
            <ActorRole>
              <Text>Patient</Text>
            </ActorRole>
          </Actor>
        </Source>
        <PaymentProvider>
          <ActorID>1256658861061</ActorID>
        </PaymentProvider>
        <Subscriber>
          <ActorID>1256658861064</ActorID>
        </Subscriber>
      </Payer>
    </Payers>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to