{ "opencollection": "1.0.0", "info": { "name": "Fast Healthcare Interoperability Resources (FHIR) AllergyIntolerance Fast Healthcare Interoperability Resources (FHIR) API", "version": "7.0.0" }, "items": [ { "info": { "name": "Fast Healthcare Interoperability Resources (FHIR)", "type": "folder" }, "items": [ { "info": { "name": "Fast Healthcare Interoperability Resources Search all resources of all types based on a set of criteria", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/", "params": [ { "name": "_format", "value": "", "type": "query", "description": "Specify alternative response formats by their MIME-types (when a client is unable acccess accept: header)" }, { "name": "_pretty", "value": "", "type": "query", "description": "Ask for a pretty printed response for human convenience" }, { "name": "_summary", "value": "", "type": "query", "description": "Requests the server to return a designated subset of the resource" }, { "name": "_elements", "value": "", "type": "query", "description": "Requests the server to return a collection of elements from the resource" } ] }, "docs": "Fast Healthcare Interoperability Resources Search all resources of all types based on a set of criteria" }, { "info": { "name": "Fast Healthcare Interoperability Resources Batch or Transaction", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/", "params": [ { "name": "_format", "value": "", "type": "query", "description": "Specify alternative response formats by their MIME-types (when a client is unable acccess accept: header)" }, { "name": "_pretty", "value": "", "type": "query", "description": "Ask for a pretty printed response for human convenience" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Fast Healthcare Interoperability Resources Batch or Transaction" } ] } ], "bundled": true }