Orange Scenario Payload

Back to scenarios

 

{
    "pmsSoftwareName": "ACC Test PMS",
    "pmsSoftwareVersion": "1.4",
    "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 St",
            "line2": "",
            "suburb": "",
            "city": "Wellington",
            "postCode": "6023",
            "country": "New Zealand",
            "type": "Home"
        }
    },
    "patient": {
        "address": {
            "line1": "4600A Happy Drive",
            "line2": "",
            "suburb": "Seatoun",
            "city": "Wellington",
            "postCode": "6022",
            "country": "New Zealand",
            "type": "Home"
        },
        "occupationCode": "7412",
        "contact": {
            "emailAddress": "",
            "homePhone": "",
            "mobilePhone": "",
            "workPhone": ""
        },
        "details": {
            "nhi": "",
            "otherEthnicity": "",
            "firstName": "Oscar",
            "middleName": "",
            "surname": "Orange",
            "dateOfBirth": "1979-09-07",
            "gender": "M",
            "ethnicityCode": "43"
        }
    },
    "employment": {
        "inPaidEmployment": "True",
        "employmentStatusCode": "1",
        "otherEmployment": "",
        "workTypeCode": "4",
        "employer": {
            "employerName": "Yummy Bakery",
            "address": {
                "line1": "101 Cakery Road",
                "line2": "",
                "suburb": "Island Bay",
                "city": "Wellington",
                "postCode": "6023",
                "country": "New Zealand",
                "type": "Home"
            }
        }
    },
    "injury": {
        "accidentDate": "2017-12-03",
        "injuryComments": "",
        "accidentLocationCode": "344",
        "accidentSceneCode": "30",
        "causeOfAccident": "Car accident on highway - Car crashed into passenger side of car. Claimant was sitting in front passenger seat",
        "involvesVehicle": "True",
        "medicalTreatmentInjury": "False",
        "workInjury": "False",
        "sportingInjury": "False",
        "sportNameCode": "",
        "accContactProvider": "",
        "gradualProcessInjury": "",
        "admittedToHospital": ""
    },
    "diagnosis": [
        {
            "diagnosisCode": "208754006",
            "diagnosisCodeType": "1",
            "diagnosisDescription": "Closed traumatic dislocation of shoulder",
            "diagnosisSide": "right"
        },
 
  {
   "diagnosisCode": "91613004",
            "diagnosisCodeType": "1",
            "diagnosisDescription": "Contusion of elbow",
            "diagnosisSide": "right"
        }
    ],
  "workCapacity":       {
       
        "canResumeNormalWork": "False",
        "incapacity": [
            {
                "incapacityType": "Fullyunfitforwork",
                "incapacityDateRange": {
                    "fromDate": "2017-12-05",
                    "toDate": "2017-12-11"
                },
                "selectedAlternativeWork": ""
            },
   {
                "incapacityType": "Fitforselectedwork",
                "incapacityDateRange": {
                    "fromDate": "2017-12-12",
                    "toDate": "2017-12-15"
                },
                "selectedAlternativeWork": {
                    "alternativeWorkTypeCode": "1",
                    "physicalRestrictions": [
                        {
                            "restriction": "Lifting"
                        }
                    ],
                    "restrictedHoursPerDay": 8,
                    "restrictionComment": ""
                }
            }
        ],
        "returnToNormalWorkDate": "2017-12-16"
      
    },
    "declaration": {
        "providerDeclaration": "2017-12-04"
    }
}