{ "opencollection": "1.0.0", "info": { "name": "Coverage OrganizationAffiliation API", "version": "1.0.0" }, "items": [ { "info": { "name": "OrganizationAffiliation", "type": "folder" }, "items": [ { "info": { "name": "Search for OrganizationAffiliation resources", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/", "params": [ { "name": "role", "value": "", "type": "query", "description": "Definition of the role the `participatingOrganization` plays (Select OrganizationAffiliations with the specified role)" }, { "name": "specialty", "value": "", "type": "query", "description": "Specific specialty of the `participatingOrganization` in the context of the role (Select OrganizationAffiliations associated with the specified specialty)" }, { "name": "location", "value": "", "type": "query", "description": "The location(s) at which the role occurs (Select OrganizationAffiliations available at the specified location)" }, { "name": "network", "value": "", "type": "query", "description": "Health insurance provider network in which the `participatingOrganization`\nprovides the role's services (if defined) at the indicated locations (if\ndefined) (Select roles where the organization is a member of the specified\nhealth insurance provider network)\n" }, { "name": "participating-organization", "value": "", "type": "query", "description": "The organization that provides services to the primary organization (Select roles filled by the specified organization)" }, { "name": "primary-organization", "value": "", "type": "query", "description": "The organization that receives the services from the `participating organization` (Select roles offered by the specified organization)" }, { "name": "endpoint", "value": "", "type": "query", "description": "Technical endpoints providing access to services operated for this role (Select OrganizationAffiliations with the specified endpoint)" }, { "name": "service", "value": "", "type": "query", "description": "Healthcare services provided through the role (Select OrganizationAffiliations providing the specified service)" }, { "name": "_offset", "value": "", "type": "query", "description": "Pagination offset (Default: 0)" }, { "name": "_count", "value": "", "type": "query", "description": "Resource count (total) per bundle (Default: 10)" }, { "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 OrganizationAffiliation resources" }, { "info": { "name": "Read an OrganizationAffiliation 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 OrganizationAffiliation resource" } ] } ], "bundled": true }