{ "opencollection": "1.0.0", "info": { "name": "ModMed Certified Practitioner Role 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": "PractitionerRole", "type": "folder" }, "items": [ { "info": { "name": "read-instance: Read PractitionerRole instance", "type": "http" }, "http": { "method": "GET", "url": "https://fhirmp.mmi.prod.fhir.ema-api.com/fhir/r4/PractitionerRole/:id", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" } ] }, "docs": "read-instance: Read PractitionerRole instance" }, { "info": { "name": "search-type: Search for PractitionerRole instances", "type": "http" }, "http": { "method": "GET", "url": "https://fhirmp.mmi.prod.fhir.ema-api.com/fhir/r4/PractitionerRole", "params": [ { "name": "_id", "value": "", "type": "query", "description": "The ID of the resource" }, { "name": "active", "value": "", "type": "query", "description": "Whether this practitioner role record is in active use" }, { "name": "email", "value": "", "type": "query", "description": "A value in an email contact" }, { "name": "location", "value": "", "type": "query", "description": "One of the locations at which this practitioner provides care" }, { "name": "organization", "value": "", "type": "query", "description": "The identity of the organization the practitioner represents / acts on behalf of" }, { "name": "phone", "value": "", "type": "query", "description": "A value in a phone contact" }, { "name": "practitioner", "value": "", "type": "query", "description": "Practitioner that is able to provide the defined services for the organization" }, { "name": "role", "value": "", "type": "query", "description": "The practitioner can perform this role at for the organization" }, { "name": "specialty", "value": "", "type": "query", "description": "The practitioner has this specialty at an organization" }, { "name": "telecom", "value": "", "type": "query", "description": "The value in any kind of contact" } ] }, "docs": "This is a search type" } ] } ], "bundled": true }