Charlie scenario payload example

Back to scenarios page

{
    "claimNumber": "ZA00504",
    "declaration": {
        "providerDeclaration": "2017-12-05"
    },
    "diagnosis": [
        {
            "diagnosisAction": "modify",
            "diagnosisCode": "209612008",
            "diagnosisCodeType": "1",
            "diagnosisComment": "error on side of injury",
            "diagnosisDate": "",
            "diagnosisDescription": "Complete tear of ligament of finger",
            "diagnosisSide": "right",
            "primaryDiagnosisIndicator": "True"
        }
    ],
    "patient": {
        "address": {
            "line1": "100 Seaview Street",
            "line2": "",
            "suburb": "Seatoun",
            "postCode": "6022",
            "city": "Wellington",
            "country": "New Zealand",
            "type": "Home"
        },
        "contact": {
            "emailAddress": "",
            "homePhone": "",
            "mobilePhone": "",
            "workPhone": ""
        },
        "details": {
            "accidentDate": "2017-09-30",
            "dateOfBirth": "1985-01-01",
            "firstName": "Chip",
            "middleName": "",
            "surname": "Chocolate",
            "nhi": ""
       }
    },
    "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": "Fake Clinic"
    },
    "workCapacity": {
        "accAssistance": {
            "issuesDetails": "",
            "otherComments": ""
        },
        "accContact": {
            "anyDay": "",
            "contactComments": "",
            "preferredContactDay": []
        },
        "contactRequired": "False",
        "incapacity": [],  
        "returnToWork": {
            "assistanceRequired": "False",
            "assistanceType": ""
        },
        "reviewIncapacityDate": ""
    }
 
}