VitalWare API

<back to all web services

CCICodeCheck

The following routes are available for this service:
POST/codecheck/ccicodecheckValidates CCIValidates CCI
Parameters:
NameParameterData TypeRequiredDescription
providerTypepathstringNoProvider Type. H = Hospital, P = Physician
cptCodespathListNoCPT Codes (max of 50)
effectiveDatepathDateTimeNoEffective Date

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/reply/CCICodeCheck HTTP/1.1 
Host: api.vitalware.com 
Content-Type: text/csv
Content-Length: length

{"providerType":"String","cptCodes":["String"],"effectiveDate":"\/Date(-62135596800000+0000)\/"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"request":{"providerType":"String","cptCodes":["String"],"effectiveDate":"\/Date(-62135596800000+0000)\/"},"response":[{"code":"String","codeType":"String","tranFacilityRvu":0,"tranNonFacilityRvu":0,"cciIssue":"String","shortDescription":"String","longDescription":"String"}],"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String"}]}}