{ "opencollection": "1.0.0", "info": { "name": "VA Appeals Status AllergyIntolerance Patient API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Patient", "type": "folder" }, "items": [ { "info": { "name": "Read a FHIR Patient resource", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox-api.va.gov/services/appeals/v1/Patient/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Read a FHIR Patient resource" } ] } ], "bundled": true }