Chocolate scenario payload

Back to scenarios

 

{
    "pmsSoftwareName": "ACC Test PMS",
    "pmsSoftwareVersion": "1.2",
    "claimNumber": "AA#####",
    "vendor": {
        "practiceName": "Fake Clinic",
        "hpiOrganisationNumber": "V#####",
        "hpiFacilityNumber": ""
    },
    "provider": {
        "details": {
            "providerId": "P#####",
            "providerTypeCode": "80",
            "firstName": "Test",
            "middleName": "",
            "surname": "Provider"
        },
        "address": {
            "line1": "1 Provider Street",
            "line2": "",
            "suburb": "",
            "city": "Wellington",
            "postCode": "6023",
            "country": "New Zealand",
            "type": "Postal"
        }
    },
    "patient": {
        "address": {
            "line1": "100 Seaview Street",
            "line2": "",
            "suburb": "Miramar",
            "city": "Wellington",
            "postCode": "6022",
            "country": "New Zealand",
            "type": "Home"
        },
        "occupationCode": "9111",
        "contact": {
            "emailAddress": "",
            "homePhone": "",
            "mobilePhone": "",
            "workPhone": ""
        },
        "details": {
            "nhi": "",
            "otherEthnicity": "",
            "firstName": "Chip",
            "middleName": "",
            "surname": "Chocolate",
            "dateOfBirth": "1985-01-01",
            "gender": "M",
            "ethnicityCode": "10"
        }
    },
    "employment": {
        "inPaidEmployment": "True",
        "employmentStatusCode": "3",
        "otherEmployment": "",
        "workTypeCode": "4",
        "employer": {
            "employerName": "Chip's Cleaning Service",
            "address": {
                "line1": "1 Clean Crescent",
                "line2": "",
                "suburb": "",
                "city": "Wellington",
                "postCode": "6037",
                "country": "New Zealand",
                "type": "Postal"
            }
        }
    },
    "injury": {
        "accidentDate": "2015-11-20",
        "injuryComments": "",
        "accidentLocationCode": "347",
        "accidentSceneCode": "30",
        "causeOfAccident": "Fell over while crossing the road - landed awkwardly on right ankle",
        "involvesVehicle": "False",
        "medicalTreatmentInjury": "False",
        "workInjury": "False",
        "sportingInjury": "False",
        "sportNameCode": "",
        "accContactProvider": "",
        "gradualProcessInjury": "",
        "admittedToHospital": ""
    },
    "diagnosis": [
        {
            "diagnosisCode": "44465007",
            "diagnosisCodeType": "1",
            "diagnosisDescription": "Sprain Ankle",
            "diagnosisSide": "right"
        }
    ],
 "workCapacity" : {
    "incapacity" : "",
    "returnToNormalWorkDate" : "",
    "canResumeNormalWork" : "True"
  },
    "referrals": [
        {
            "providerTypeCode": "81",
            "referralReason": "referred to physio for ankle inspection"
        }
    ],
    "declaration": {
        "providerDeclaration": "2017-12-05"
    }
}