{ "opencollection": "1.0.0", "info": { "name": "ModMed Certified Procedure 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": "Procedure", "type": "folder" }, "items": [ { "info": { "name": "read-instance: Read Procedure instance", "type": "http" }, "http": { "method": "GET", "url": "https://fhirmp.mmi.prod.fhir.ema-api.com/fhir/r4/Procedure/:id", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" } ] }, "docs": "read-instance: Read Procedure instance" }, { "info": { "name": "search-type: Search for Procedure instances", "type": "http" }, "http": { "method": "GET", "url": "https://fhirmp.mmi.prod.fhir.ema-api.com/fhir/r4/Procedure", "params": [ { "name": "_id", "value": "", "type": "query", "description": "The ID of the resource" }, { "name": "code", "value": "", "type": "query", "description": "A code to identify a procedure" }, { "name": "date", "value": "", "type": "query", "description": "When the procedure was performed" }, { "name": "patient", "value": "", "type": "query", "description": "Search by subject - a patient" }, { "name": "status", "value": "", "type": "query", "description": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown" } ] }, "docs": "This is a search type" } ] } ], "bundled": true }