Stream: CARIN IG for Blue Button®
Topic: Confluence page
Josh Mandel (Sep 12 2019 at 17:13):
https://confluence.hl7.org/pages/viewpage.action?pageId=66912700 seems to be about the Blue Button track but doesn't have track details. Can someone link from that page to the correct one?
Josh Mandel (Sep 12 2019 at 17:16):
(I just added a link at the top -- to the Connectathon Track page which lives at https://confluence.hl7.org/display/FHIR/2019-09+CARIN+Blue+Button)
Douglas DeShazo (Sep 13 2019 at 15:13):
@Josh Mandel @Amol Vyas Do we have any more information regarding this track? Are we (Humana) just returning a static EOB resource in the first scenario? Do we need to create the endpoint for the CARIN app, or develop the app? Also, it seems as if a POST of the compliant CPCDS is to be done in the second scenario which is all in the BB IG correct?
Amol Vyas (Sep 13 2019 at 15:51):
Hi Douglas,
Thank you for the questions. My responses are below.
Do we have any more information regarding this track?
All current information on the track should be on the track page. Have you updated the tracker with your information? This is so that other track participants can readily find and use the same to test interoperability.
Are we (Humana) just returning a static EOB resource in the first scenario?
There are two roles to participate as, in the track: Sandbox Server and Sandbox Client
Scenario 1 involves interaction between a Server role and a Client role while the Scenario 2 is focused solely on the Server role.
So to answer your question, if you plan to implement the Sandbox Server role under Scenario 1, then yes and CARIN BB profiled EOB resource instance(s) would be returned.
Do we need to create the endpoint for the CARIN app, or develop the app?
If you plan to implement the Sandbox Server role under Scenario 1, then yes, you'll need to create endpoint(s) for Client roles to connect to and access the EOBs. While we have several Client apps participating in the track, you could also choose to have your own (it could be as simple as Postman or a HTML/Web app). The idea is that all CARIN BB Client roles should be able to interoperate (at least at the content level) with all CARIN BB Sandbox servers.
Also, it seems as if a POST of the compliant CPCDS is to be done in the second scenario which is all in the BB IG correct?
If I understood your question correctly, then yes, assuming you're implementing the loading of CPCDS extract as a POST operation on the CARIN BB Sandbox Server.
Hope this helps.
Douglas DeShazo (Sep 13 2019 at 16:35):
@Amol Vyas Thank you and that does help. Right now we are on the tracker as playing the server role and time permitting will participate in this track.
Amol Vyas (Sep 14 2019 at 15:16):
@Michele Mottini Yes, if you could contact @Ravindra Kondiparthi from Cambia-Journi at the track tables for issues connecting to your server. Ty.
Douglas DeShazo (Sep 14 2019 at 15:45):
Is there an EOB resource that we can use for this track? I don't find it the track information or the CI build.
Ryan Howells (Sep 14 2019 at 17:51):
@Clay Graham can help you @Douglas DeShazo
Douglas DeShazo (Sep 14 2019 at 18:00):
@Ryan Howells Thank you.
Douglas DeShazo (Sep 14 2019 at 18:01):
@Clay Graham Clay, is there an EOB resource that is available for us to return once we have an endpoint set up?
Michele Mottini (Sep 14 2019 at 18:10):
{
"resourceType": "ExplanationOfBenefit",
"id": "6f978df0-3121-e611-8128-0a69c1b3225b",
"meta": {
"lastUpdated": "2016-05-23T22:01:59.137+00:00"
},
"identifier": [
{
"use": "usual",
"value": "123456780C3"
}
],
"_status": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unsupported"
},
{
"url": "http://careevolution.com/fhirextensions#term",
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.carevolution.com/codes/DemoNamespace/ClaimStatus",
"code": "PAID",
"display": "PAID",
"userSelected": true
}
],
"text": "PAID"
}
}
]
},
"type": {
"coding": [
{
"system": "http://fhir.carevolution.com/codes/DemoNamespace/ClaimType",
"code": "Institutional",
"display": "Institutional",
"userSelected": true
},
{
"system": "http://fhir.carevolution.com/codes/FhirCodes/ClaimType",
"code": "institutional",
"display": "Institutional",
"userSelected": false
},
{
"system": "http://hl7.org/fhir/ex-claimtype",
"code": "institutional"
}
],
"text": "Institutional"
},
"patient": {
"reference": "Patient/d4b1d050-584f-4797-a9c7-ab72e4cd4452"
},
"billablePeriod": {
"start": "2012-08-31T00:00:00-04:00",
"end": "2012-09-10T00:00:00-04:00"
},
"item": [
{
"productOrService": {
"coding": [
{
"system": "http://fhir.carevolution.com/codes/DemoNamespace/MedicationType",
"code": "CALCIUM CARB 1250MG/5ML",
"userSelected": true
}
]
},
"servicedDate": "2012-09-16"
},
{
"productOrService": {
"coding": [
{
"system": "http://fhir.carevolution.com/codes/DemoNamespace/MedicationType",
"code": "ALBUTEROL 90MCG INHALER",
"userSelected": true
}
]
},
"servicedDate": "2012-09-16"
},
{
"productOrService": {
"coding": [
{
"system": "http://fhir.carevolution.com/codes/DemoNamespace/MedicationType",
"code": "PREVACID 30MG CAPSULE DR.",
"userSelected": true
}
]
},
"servicedDate": "2012-09-16"
},
{
"productOrService": {
"coding": [
{
"system": "http://fhir.carevolution.com/codes/DemoNamespace/MedicationType",
"code": "NORVASC 5MG TABLET",
"userSelected": true
}
]
},
"servicedDate": "2012-09-16"
}
],
"payment": {
"amount": {
"value": 3000.54
}
}
}
Michele Mottini (Sep 14 2019 at 18:10):
One of our 3 (three) test EOBs ^
Douglas DeShazo (Sep 14 2019 at 18:23):
@Michele Mottini Thank you
Last updated: Apr 12 2022 at 19:14 UTC