{"openapi":"3.0.1","info":{"title":"Diagnostic Testing Pricer API","description":"Optum Laboratory Service for Test-Based Fee Schedules","version":"v0"},"servers":[{"url":"https://dev-apigw.optum.com/","description":"Generated server url"}],"paths":{"/lbmpricer/v1":{"get":{"description":"INFO - For any information regarding the POST version of this API contact ancillarybenefitsmanagement@optum.com\"","summary":"Returns the price value based on Zcode, Date of concern and FeeScheduleId.","tags":["dpt-get-controller"],"operationId":"getAllUsers","parameters":[{"name":"ZCode","in":"query","required":true,"description":"Code that begins with Z assigned to a test via the DEX program","schema":{"type":"string"}},{"name":"Date","in":"query","required":true,"description":"Date related to the billing of the Z Code on a claim","schema":{"type":"string","format":"date","pattern":"/([0-9]{4})/(?:[0-9]{2})/([0-9]{2})/"}},{"name":"FeeScheduleId","in":"query","required":true,"description":"Represents the specific fee schedule that the price should be derived from, usually aligned with a line of business.  This is generally mapped/defined to align with the fee schedules that need to be referenced in the pricer and is part of the business requirements","schema":{"type":"string"}},{"name":"ProviderIdentifier","in":"query","required":false,"description":"Value that determines which record to pull price from in Fee Schedules where Z Code may have a custom price.  This information is determined as part of business requirements related to the fee schedule provided to CRS (for the pricer)","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetResponse"}}}},"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BadRequestErrorResponse"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UnauthorizedErrorResponse"}}}},"404":{"description":"Not Found","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NotFoundErrorResponse"}}}}}}}},"components":{"schemas":{"GetResponse":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"PRICE":{"type":"number","description":"Price defined for the Fee Schedule, Z Code, Date of Service and (optionally) Provider ID","example":3012.99}}}}}},"NotFoundErrorResponse":{"type":"object","properties":{"errorCode":{"type":"integer","format":"int32","example":404},"errorMessage":{"type":"string","example":"Not Found"}}},"BadRequestErrorResponse":{"type":"object","properties":{"errorCode":{"type":"integer","format":"int32","example":400},"errorMessage":{"type":"string","example":"Bad Request"}}},"UnauthorizedErrorResponse":{"type":"object","properties":{"errorCode":{"type":"integer","format":"int32","example":401},"errorMessage":{"type":"string","example":"Unauthorized"}}}}},"x-readme":{"explorer-enabled":true,"proxy-enabled":true}}