FHIR Chat · 1/2021 Cthon - Cigna server · CARIN IG for Blue Button®

Stream: CARIN IG for Blue Button®

Topic: 1/2021 Cthon - Cigna server


view this post on Zulip Michele Mottini (Jan 15 2021 at 16:15):

We can connect OK, getting all data OK except errors on searches with multiple pages:

When :  1/15/2021 11:02:30 AM -05:00
Resource :  v1-devportal
Request :  GET https://p-hi2.digitaledge.cigna.com/ConsumerAccess/v1-devportal?_getpages=43453d23-52e1-4c80-a06e-be7f6be4ab08&_getpagesoffset=20&_count=20&_pretty=true&_bundletype=searchset
Response status code :  502
 Response headers
Response :
{
    "message": "Internal server error"
}

view this post on Zulip Michele Mottini (Jan 15 2021 at 16:16):

@Jason Teeple ^

view this post on Zulip Jason Teeple (Jan 15 2021 at 16:51):

I'll take a look

view this post on Zulip Jason Teeple (Jan 15 2021 at 17:20):

Is your request from the payload of a prior response with pagination in it?

view this post on Zulip Jason Teeple (Jan 15 2021 at 17:20):

Want to make sure I have the proper context

view this post on Zulip Michele Mottini (Jan 15 2021 at 17:23):

Yes, the previous (successful) request was GET https://p-hi2.digitaledge.cigna.com/ConsumerAccess/v1-devportal/Encounter?patient=A00000000000001 - that returned:

    ],
    "link": [
        {
            "relation": "self",
            "url": "https://p-hi2.digitaledge.cigna.com/ConsumerAccess/v1-devportal/Encounter?patient=A00000000000001"
        },
        {
            "relation": "self",
            "url": "https://p-hi2.digitaledge.cigna.com/ConsumerAccess/v1-devportal/Encounter?patient=8972693f-069b-4714-82f9-f805ebf7800f"
        },
        {
            "relation": "next",
            "url": "https://p-hi2.digitaledge.cigna.com/ConsumerAccess/v1-devportal?_getpages=43453d23-52e1-4c80-a06e-be7f6be4ab08&_getpagesoffset=20&_count=20&_pretty=true&_bundletype=searchset"
        }
    ],
    "total": 38,
    "type": "searchset",
    "resourceType": "Bundle"
}
```

view this post on Zulip Jason Teeple (Jan 15 2021 at 19:06):

Looks like we won't be able to get the issue fixed by today. We are finding some eccentric behavior in the HAPI server when it comes to pagination. Thanks for catching the issue.


Last updated: Apr 12 2022 at 19:14 UTC