{ "opencollection": "1.0.0", "info": { "name": "Health Gorilla FHIR R4 Binary Practitioner API", "version": "R4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Practitioner", "type": "folder" }, "items": [ { "info": { "name": "Search Practitioner resources.", "type": "http" }, "http": { "method": "GET", "url": "https://api.healthgorilla.com/fhir/R4/Practitioner", "params": [ { "name": "identifier", "value": "", "type": "query", "description": "A resource identifier (system|value)." }, { "name": "name", "value": "", "type": "query", "description": "A portion of the name." }, { "name": "_count", "value": "", "type": "query", "description": "Number of results per page." } ] }, "docs": "Search Practitioner resources." }, { "info": { "name": "Read a Practitioner resource by id.", "type": "http" }, "http": { "method": "GET", "url": "https://api.healthgorilla.com/fhir/R4/Practitioner/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The logical id of the resource." } ] }, "docs": "Read a Practitioner resource by id." } ] } ], "bundled": true }