Eggplant scenario payload example

Back to invoice submission scenarios

 

{
    "pmsSoftwareName": "ACC Test PMS",
    "pmsSoftwareVersion": "1.1",
    "comment": "",
    "contractId": "80",
    "declaration": {
        "declarationDate": "2018-03-02"
    },
    "lines": [
        {
            "claimId": "AA#####",
            "lineDetails": {
                "billing": {
                    "billingMethod": "units",
                    "hoursClaimed": "",
                    "minutesClaimed": "",
                    "travelClaimed": "",
                    "unitsClaimed": 1
                },
                "purchaseOrderNumber": "",
                "serviceCodes": [
                    "GPN"
                ],
                "serviceDate": "2018-03-02",
                "invoiceComment": "Test invoice for Eggplant scenario",
                "invoiceAmount": 34.48
            },
            "patient": {
                "dateOfBirth": "1985-01-01",
                "firstName": "Chip",
                "middleName": "",
                "nhi": "",
                "surname": "Chocolate"
            },
            "provider": {
                "firstName": "ACC",
                "middleName": "",
                "providerId": "PPP###",
                "surname": "TEST PROVIDER",
                "facilityId": ""
            },
            "accidentDate": "YESTERDAYS DATE"
        }
    ],
 
    "vendor": {
        "vendorGST": "000000000",
        "vendorID": "ZZZ###",
        "vendorName": "ACC TEST VENDOR",
        "vendorPhone": ""
    }
}