{ "opencollection": "1.0.0", "info": { "name": "Penn Medicine FHIR R4 Bulk Data Patient Access API", "version": "4.0.1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://ssproxy.pennhealth.com/PRD-FHIR/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Patient Access", "type": "folder" }, "items": [ { "info": { "name": "Read Patient", "type": "http" }, "http": { "method": "GET", "url": "https://ssproxy.pennhealth.com/PRD-FHIR/api/FHIR/R4/Patient/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Read Patient" }, { "info": { "name": "Search Patient", "type": "http" }, "http": { "method": "GET", "url": "https://ssproxy.pennhealth.com/PRD-FHIR/api/FHIR/R4/Patient", "params": [ { "name": "_id", "value": "", "type": "query" }, { "name": "_count", "value": "", "type": "query" } ] }, "docs": "Search Patient" }, { "info": { "name": "Search Allergy Intolerance", "type": "http" }, "http": { "method": "GET", "url": "https://ssproxy.pennhealth.com/PRD-FHIR/api/FHIR/R4/AllergyIntolerance", "params": [ { "name": "patient", "value": "", "type": "query" } ] }, "docs": "Search Allergy Intolerance" }, { "info": { "name": "Search Condition", "type": "http" }, "http": { "method": "GET", "url": "https://ssproxy.pennhealth.com/PRD-FHIR/api/FHIR/R4/Condition", "params": [ { "name": "patient", "value": "", "type": "query" }, { "name": "category", "value": "", "type": "query" } ] }, "docs": "Search Condition" }, { "info": { "name": "Search Observation", "type": "http" }, "http": { "method": "GET", "url": "https://ssproxy.pennhealth.com/PRD-FHIR/api/FHIR/R4/Observation", "params": [ { "name": "patient", "value": "", "type": "query" }, { "name": "category", "value": "", "type": "query" }, { "name": "code", "value": "", "type": "query" } ] }, "docs": "Search Observation" }, { "info": { "name": "Search Medication Request", "type": "http" }, "http": { "method": "GET", "url": "https://ssproxy.pennhealth.com/PRD-FHIR/api/FHIR/R4/MedicationRequest", "params": [ { "name": "patient", "value": "", "type": "query" } ] }, "docs": "Search Medication Request" }, { "info": { "name": "Search Immunization", "type": "http" }, "http": { "method": "GET", "url": "https://ssproxy.pennhealth.com/PRD-FHIR/api/FHIR/R4/Immunization", "params": [ { "name": "patient", "value": "", "type": "query" } ] }, "docs": "Search Immunization" }, { "info": { "name": "Search Procedure", "type": "http" }, "http": { "method": "GET", "url": "https://ssproxy.pennhealth.com/PRD-FHIR/api/FHIR/R4/Procedure", "params": [ { "name": "patient", "value": "", "type": "query" } ] }, "docs": "Search Procedure" }, { "info": { "name": "Search Encounter", "type": "http" }, "http": { "method": "GET", "url": "https://ssproxy.pennhealth.com/PRD-FHIR/api/FHIR/R4/Encounter", "params": [ { "name": "patient", "value": "", "type": "query" } ] }, "docs": "Search Encounter" }, { "info": { "name": "Search Diagnostic Report", "type": "http" }, "http": { "method": "GET", "url": "https://ssproxy.pennhealth.com/PRD-FHIR/api/FHIR/R4/DiagnosticReport", "params": [ { "name": "patient", "value": "", "type": "query" }, { "name": "category", "value": "", "type": "query" } ] }, "docs": "Search Diagnostic Report" }, { "info": { "name": "Search Document Reference", "type": "http" }, "http": { "method": "GET", "url": "https://ssproxy.pennhealth.com/PRD-FHIR/api/FHIR/R4/DocumentReference", "params": [ { "name": "patient", "value": "", "type": "query" } ] }, "docs": "Search Document Reference" }, { "info": { "name": "Search Coverage", "type": "http" }, "http": { "method": "GET", "url": "https://ssproxy.pennhealth.com/PRD-FHIR/api/FHIR/R4/Coverage", "params": [ { "name": "patient", "value": "", "type": "query" } ] }, "docs": "Search Coverage" }, { "info": { "name": "Search Explanation of Benefit", "type": "http" }, "http": { "method": "GET", "url": "https://ssproxy.pennhealth.com/PRD-FHIR/api/FHIR/R4/ExplanationOfBenefit", "params": [ { "name": "patient", "value": "", "type": "query" } ] }, "docs": "Search Explanation of Benefit" }, { "info": { "name": "Search Claim", "type": "http" }, "http": { "method": "GET", "url": "https://ssproxy.pennhealth.com/PRD-FHIR/api/FHIR/R4/Claim", "params": [ { "name": "patient", "value": "", "type": "query" } ] }, "docs": "Search Claim" } ] } ], "bundled": true }