{ "opencollection": "1.0.0", "info": { "name": "Coverage ExplanationOfBenefit API", "version": "1.0.0" }, "items": [ { "info": { "name": "ExplanationOfBenefit", "type": "folder" }, "items": [ { "info": { "name": "Search for ExplanationOfBenefit resources", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/", "params": [ { "name": "identifier", "value": "", "type": "query", "description": "The business identifier of the Explanation of Benefit" }, { "name": "patient", "value": "", "type": "query", "description": "The reference to the patient" }, { "name": "type", "value": "", "type": "query", "description": "The type of the ExplanationOfBenefit.\nThe `type` parameter will be ignored if `_profile` query parameter present in the query.\n" }, { "name": "service-date", "value": "", "type": "query", "description": "Date of the service for the EOB. The `service-date` search parameter\nsimplifies search, since a client doesn't need to know that for inpatient\nand outpatient institutional EOB dates they need to search by `billablePeriod.period.start`,\nfor a pharmacy EOB by `item.servicedDate`, and for a professional and non-clinician\nEOB - by `item.servicedPeriod.period.start`.\n" }, { "name": "_profile", "value": "", "type": "query", "description": "Select resources based on a given HL7 profile." }, { "name": "_id", "value": "", "type": "query", "description": "Select resource based on the logical `id`." }, { "name": "_lastUpdated", "value": "", "type": "query", "description": "Select resources based on the last time they were changed.\n\n- Only date is supported in `yyyy-mm-dd` format.\n- Prefixes supported are `eq`, `ne`, `gt`, `lt`, `ge` and `le`. Refer to their definitions at http://hl7.org/fhir/search.html#prefix.\n\neg: `_lastUpdated=eq2021-01-14`\n" } ] }, "docs": "Search for ExplanationOfBenefit resources" }, { "info": { "name": "Read an ExplanationOfBenefit resource", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Fetch a resource using its logical `id`." } ] }, "docs": "Read an ExplanationOfBenefit resource" } ] } ], "bundled": true }