| POST | /grouper/aprdrgGroup | Groups code specific claim data |
|---|
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/reply/AprdrgGroup HTTP/1.1
Host: api.vitalware.com
Content-Type: text/jsv
Content-Length: length
{
codeData:
{
grouperLogicDirective: auto,
grouperLogicUsed: auto,
patientName: String,
mrn: String,
mpn: String,
accountNumber: String,
admitDate: "0001-01-01T12:00:00.0000000-08:00",
dischargeDate: "0001-01-01T12:00:00.0000000-08:00",
dischargeStatusCode: String,
primaryPayerCode: String,
lengthOfStay: 0,
patientDob: "0001-01-01T12:00:00.0000000-08:00",
patientAge: 0,
admitCode:
{
codeId: 0,
code: String,
codeTypeId: 0,
codeType: String
},
hacLogic: X,
codeSetPrefix: icd10,
diagnoses:
[
{
detail:
{
codeId: 0,
code: String,
codeTypeId: 0,
codeType: String
},
presentOnAdmission: String
}
],
procedures:
[
{
detail:
{
codeId: 0,
code: String,
codeTypeId: 0,
codeType: String
},
procDate: "0001-01-01T12:00:00.0000000-08:00"
}
],
optionalInfo: String,
patientGender: 0
}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
responseStatus:
{
errorCode: String,
message: String,
stackTrace: String,
errors:
[
{
errorCode: String,
fieldName: String,
message: String
}
]
},
results: {}
}