{ "opencollection": "1.0.0", "info": { "name": "ModMed Certified Endpoint API", "version": "4.1-SNAPSHOT" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://fhirmp.mmi.prod.fhir.ema-api.com/fhir/r4/auth/realms/fhir/protocol/openid-connect/auth", "accessTokenUrl": "https://fhirmp.mmi.prod.fhir.ema-api.com/fhir/r4/auth/realms/fhir/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Endpoint", "type": "folder" }, "items": [ { "info": { "name": "read-instance: Read Endpoint instance", "type": "http" }, "http": { "method": "GET", "url": "https://fhirmp.mmi.prod.fhir.ema-api.com/fhir/r4/Endpoint/:id", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" } ] }, "docs": "read-instance: Read Endpoint instance" }, { "info": { "name": "search-type: Search for Endpoint instances", "type": "http" }, "http": { "method": "GET", "url": "https://fhirmp.mmi.prod.fhir.ema-api.com/fhir/r4/Endpoint", "params": [ { "name": "_id", "value": "", "type": "query", "description": "The ID of the resource" }, { "name": "connection-type", "value": "", "type": "query", "description": "The connection-type search parameter" }, { "name": "name", "value": "", "type": "query", "description": "The name search parameter" }, { "name": "organization", "value": "", "type": "query", "description": "The organization search parameter" }, { "name": "status", "value": "", "type": "query", "description": "The status search parameter" } ] }, "docs": "This is a search type" } ] } ], "bundled": true }