Strawberry scenario payload

Back to scenarios

{
    "pmsSoftwareName": "ACC Test PMS",
    "pmsSoftwareVersion": "1.3",
    "claimNumber": "AA#####",
    "vendor": {
        "practiceName": "ACC Test Clinic",
        "hpiOrganisationNumber": "V#####",
        "hpiFacilityNumber": ""
    },
    "provider": {
        "details": {
            "providerId": "P#####",
            "providerTypeCode": "80",
            "firstName": "Test",
            "middleName": "",
            "surname": "Provider"
        },
        "address": {
            "line1": "123 Fake Street",
            "line2": "",
            "suburb": "Island Bay",
            "city": "Wellington",
            "postCode": "6023",
            "country": "New Zealand",
            "type": "Home"
        }
    },
    "patient": {
        "address": {
            "line1": "400 Driver Road",
            "line2": "",
            "suburb": "",
            "city": "Wellington",
            "postCode": "6023",
            "country": "New Zealand",
            "type": "Home"
        },
        "occupationCode": "8322",
      "contact": {
            "emailAddress": "",
            "homePhone": "",
            "mobilePhone": "",
            "workPhone": ""
        },
        "details": {
            "nhi": "",
            "otherEthnicity": "",
            "firstName": "Sarah",
            "middleName": "",
            "surname": "Strawberry",
            "dateOfBirth": "1960-10-01",
            "gender": "F",
            "ethnicityCode": "12"
        }
    },
    "employment": {
        "inPaidEmployment": "True",
        "employmentStatusCode": "1",
        "otherEmployment": "",
        "workTypeCode": "3",
        "employer": {
            "employerName": "Bus Drivers Inc",
            "address": {
                "line1": "Driver Lane",
                "line2": "",
                "suburb": "Newtown",
                "city": "Wellington",
                "postCode": "6021",
                "country": "New Zealand",
                "type": "Home"
            }
        }
    },
    "injury": {
        "accidentDate": "2017-12-10",
        "injuryComments": "",
        "accidentLocationCode": "347",
        "accidentSceneCode": "30",
        "causeOfAccident": "Tripped on dog - Pluto",
        "involvesVehicle": "True",
        "medicalTreatmentInjury": "False",
        "workInjury": "False",
        "sportingInjury": "False",
        "sportNameCode": "",
        "accContactProvider": "",
        "gradualProcessInjury": "",
        "admittedToHospital": ""
    },
    "diagnosis": [
        {
            "diagnosisCode": "91613004",
            "diagnosisCodeType": "1",
            "diagnosisDescription": "contusion of elbow",
            "diagnosisSide": "left"
        }
    ],
  "workCapacity":       {
         "canResumeNormalWork": "False",
                   
         "incapacity": [
            {
                "incapacityType": "Fitforselectedwork",
                "incapacityDateRange": {
                    "fromDate": "2017-12-11",
                    "toDate": "2017-12-14"
                },
                "selectedAlternativeWork": {
                    "alternativeWorkTypeCode": "1",
                    "physicalRestrictions": [
                        {
                            "restriction": "Lifting"
                        }
                    ],
                    "restrictedHoursPerDay": 8,
                    "restrictionComment": ""
                }
            }
        ],
      "returnToNormalWorkDate": "2017-12-15"
      },
    "declaration": {
        "providerDeclaration": "2017-12-11"
    }
}