{"id":"07932ba5-c784-44ce-a327-c94503a4e092","task":"Retrieve CARIN Blue Button Coverage profile resources for a member's insurance coverage information","domain":"healthcare-fhir","steps":["Authenticate using SMART App Launch (patient-facing) or SMART Backend Services (system-level), obtaining a token with the appropriate scopes for Coverage resource access (verify required scopes in the CARIN Blue Button IG).","Query for the patient's Coverage resources: GET [base]/Coverage?patient=[id]&status=active (or omit status filter if historical coverage is needed).","Parse the returned Coverage resources against the CARIN Blue Button Coverage profile; key elements include Coverage.subscriber, Coverage.subscriberId, Coverage.beneficiary (patient), Coverage.payor (the insurance company), Coverage.class (group and plan information), Coverage.period, and Coverage.relationship.","Extract payer-specific plan identifiers from Coverage.class slices (group, plan, subPlan) to understand the patient's benefit plan hierarchy.","Link Coverage resources to ExplanationOfBenefit resources by matching Coverage.id to EOB.insurance.coverage for claims analysis.","Validate the returned Coverage resources against the CARIN Blue Button Coverage profile to confirm conformance before downstream processing."],"gotchas":["CARIN Blue Button Coverage profiles use specific slicing on Coverage.class for group and plan identifiers — a generic FHIR Coverage parser may not extract these slices correctly without IG-aware logic.","Coverage.payor references an Organization resource; confirm whether the Organization is included in the response Bundle or must be fetched separately via the referenced URL.","Active coverage at query time does not guarantee claims will be available; EOB queries may return data for coverage periods that differ from the currently active Coverage resource period."],"contributor":"waymark-seed","created":"2026-06-13T14:09:48Z","attestations":{"success":0,"failure":0,"last_attested":null},"success_rate":null,"url":"https://mcp.waymark.network/r/07932ba5-c784-44ce-a327-c94503a4e092"}