David scenario payload example

Back to scenarios page

 

{

    "claimNumber": "ZA00509",
    "declaration": {
        "providerDeclaration": "2017-12-14"
    },
    "diagnosis": [
        {
            "diagnosisAction": "modify",
            "diagnosisCode": "211604005",
            "diagnosisCodeType": "1",
            "diagnosisComment": "",
            "diagnosisDate": "",
            "diagnosisDescription": "Closed crush injury,foot",
            "diagnosisSide": "right",
            "primaryDiagnosisIndicator": "True"
        }
    ],
    "patient": {
        "address": {
            "city": "Wellington",
            "country": "New Zealand",
            "line1": "4600A Happy Drive",
            "line2": "",
            "postCode": "6022",
            "suburb": "Seatoun",
            "type": "Home"
        },
        "contact": {
            "emailAddress": "",
            "homePhone": "",
            "mobilePhone": "",
            "workPhone": ""
        },
       "details": {
            "accidentDate": "2017-12-13",
            "dateOfBirth": "1979-09-07",
            "firstName": "Oscar",
            "middleName": "",
            "nhi": "",
            "surname": "Orange"
        }
    },
    "provider": {
        "address": {
            "city": "Wellington",
            "country": "New Zealand",
            "line1": "1 Provider Street",
            "line2": "",
            "postCode": "6023",
            "suburb": "Island Bay",
            "type": "Postal"
        },
        "contact": {
            "emailAddress": "",
            "homePhone": "",
            "mobilePhone": "",
            "workPhone": ""
        },
        "details": {
            "firstName": "Test",
            "middleName": "",
            "providerId": "J99966",
            "providerTypeCode": "80",
            "surname": "Provider"
        }
    },
    "vendor": {
        "hpiFacilityNumber": "",
        "hpiOrganisationNumber": "J99966",
        "practiceName": "ACC Test Clinic"
    },
    "workCapacity": {
        "accAssistance": {
            "issuesDetails": "",
            "otherComments": ""
        },
        "accContact": {
            "anyDay": "",
            "contactComments": "",
            "preferredContactDay": ""
        },
        "contactRequired": "False",
        "incapacity": [
            {
                "incapacityComments": "time off work to recover at home - 7 days",
                "incapacityDateRange": {
                    "fromDate": "2017-12-14",
                    "toDate": "2017-12-20"
                },
                "incapacityType": "Fullyunfitforwork",
                "selectedAlternativeWork": {
                    "physicalRestrictions": "",
                    "restrictedDaysPerWeek": "",
                    "restrictedHoursPerDay": "",
                    "restrictionComment": ""
                }
            }
        ],
        "returnToWork": {
            "assistanceRequired": "False",
            "assistanceType": ""
        },
        "reviewIncapacityDate": ""
    }
}