FHIR Chat · April 14-15 c'thon - CNSI server · CARIN IG for Blue Button®

Stream: CARIN IG for Blue Button®

Topic: April 14-15 c'thon - CNSI server


view this post on Zulip Michele Mottini (Apr 14 2021 at 15:20):

I was able to connect our client fine, but then the ExplanationOfBenefit contains this reference:

                        "coverage": {
                            "reference": "Coverage/CV999"
                        },

but attempts to retrieve that Coverage resource fail: GET https://sb.fhir.mhbapp.com/c4bb/Coverage/CV999 fails with an error 404 and a body:

{
    "resourceType": "OperationOutcome",
    "issue": [
        {
            "severity": "error",
            "code": "not-found",
            "diagnostics": "Data was not found."
        }
    ]
}

view this post on Zulip Michele Mottini (Apr 14 2021 at 15:21):

Searching for Coverage by patient does return one - but with a different id: 9680

view this post on Zulip Ajay Tipnis (CNSI) (Apr 14 2021 at 15:32):

Thanks. We are checking on this Michele.

view this post on Zulip Ajay Tipnis (CNSI) (Apr 14 2021 at 17:37):

Michele - The Coverage issue is fixed. It was an issue with the synthetic data. Can you please verify?

view this post on Zulip Michele Mottini (Apr 14 2021 at 17:47):

The coverage is there now, but we have the same issue now with Organization/4417485

view this post on Zulip Michele Mottini (Apr 14 2021 at 17:47):

Also, searching for Coverage by patient does not return that Coverage that is referenced by the ExplanationOfBenefit - that seems wrong

view this post on Zulip Ajay Tipnis (CNSI) (Apr 14 2021 at 18:27):

Hi Michele - When we searched for the patient ID (that belongs to sbuser001) it worked for us and returned the same coverage. My apologies if we are not understating the issue correctly.
https://sb.fhir.mhbapp.com/c4bb/Coverage?patient=3421991
OR
https://sb.fhir.mhbapp.com/c4bb/Coverage (here we use the PatientID from the access token)
Can you please join us in the CNSI breakout room at 3 pm EST so we can test this further and understand the issue?

view this post on Zulip Michele Mottini (Apr 14 2021 at 18:29):

This what we get:

When :  4/14/2021 1:42:46 PM -04:00
Resource :  Coverage
Request :  GET https://sb.fhir.mhbapp.com/c4bb/Coverage?patient=3421994
Response status code :  200
 Response headers
Response :
{
    "resourceType": "Bundle",
    "id": "99ee6bb0-4307-4cee-bc22-62d763c301ac-1618422166418",
    "meta": {
        "lastUpdated": "2021-04-14T17:42:46.000+00:00"
    },
    "type": "searchset",
    "link": [
        {
            "relation": "self",
            "url": "https://sb.fhir.mhbapp.com/c4bb/Coverage?patient=3421994&patient=Patient%2F3421994%2CPatient%2F3421991"
        }
    ],
    "entry": [
        {
            "fullUrl": "https://sb.fhir.mhbapp.com/c4bb/Coverage/9680",
            "resource": {
                "resourceType": "Coverage",
                "id": "9680",
. .  .

view this post on Zulip Michele Mottini (Apr 14 2021 at 18:30):

That's Coverage 9680 whereas the ExplanationOfBenefit references CV999

view this post on Zulip Michele Mottini (Apr 14 2021 at 18:31):

This is not really an issue for our app though, the issue that stops the loading of the data is the missing Organization

view this post on Zulip Michele Mottini (Apr 15 2021 at 14:06):

@Ajay Tipnis (CNSI) got a different error trying to get new data:

When :  4/15/2021 10:05:09 AM -04:00
Resource :  ExplanationOfBenefit
Request :  GET https://sb.fhir.mhbapp.com/c4bb/ExplanationOfBenefit?patient=3421994&_lastUpdated=ge2021-04-14T19%3A57%3A47.473%2B00%3A00
Response status code :  500
 Response headers
Response :
{
    "resourceType": "OperationOutcome",
    "issue": [
        {
            "severity": "error",
            "code": "exception",
            "diagnostics": "Request failed because of a server error response."
        }
    ]
}

maybe the server does not like the _lastUpdated search parameter?

view this post on Zulip Ajay Tipnis (CNSI) (Apr 15 2021 at 17:56):

Hi Michele - We support _lastUpdated with the date format specified by the IG
http://hl7.org/fhir/R4/search.html#lastUpdated
For example: https://sb.fhir.mhbapp.com/c4bb/ExplanationOfBenefit?_lastUpdated=gt 2021-02-22

view this post on Zulip Ajay Tipnis (CNSI) (Apr 15 2021 at 18:01):

@Michele Mottini We would love to continue working with you post connectathon

view this post on Zulip Ajay Tipnis (CNSI) (Apr 15 2021 at 18:03):

@Michele Mottini We support _lastUpdated with the date format specified in the IG
http://hl7.org/fhir/R4/search.html#lastUpdated
For example: https://sb.fhir.mhbapp.com/c4bb/ExplanationOfBenefit?_lastUpdated=gt 2021-02-22

view this post on Zulip Michele Mottini (Apr 15 2021 at 18:05):

...something is wrong then, because that search (that seems valid?) caused a 500

view this post on Zulip Michele Mottini (Apr 15 2021 at 18:06):

(a search from an app will always be for a specific patient)

view this post on Zulip Michele Mottini (Apr 15 2021 at 18:08):

Sure, we can continue testing after the connectathon - our setup is staying up

view this post on Zulip Ajay Tipnis (CNSI) (Apr 15 2021 at 18:13):

@Michele Mottini - Definitiely looking forward to keep working with you.


Last updated: Apr 12 2022 at 19:14 UTC