Lemon scenario payload

Back to scenarios

{
    "pmsSoftwareName": "ACC Test PMS",
    "pmsSoftwareVersion": "1.5",
    "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": "",
            "city": "Wellington",
            "postCode": "6023",
            "country": "New Zealand",
            "type": "Home"
        }
    },
    "patient": {
        "address": {
            "line1": "10 News St",
            "line2": "",
            "suburb": "Kilbirnie",
            "city": "Wellington",
            "postCode": "6022",
            "country": "New Zealand",
            "type": "Home"
        },
        "occupationCode": "5122",
        "contact": {
            "emailAddress": "",
            "homePhone": "",
            "mobilePhone": "",
            "workPhone": ""
        },
        "details": {
            "nhi": "",
            "otherEthnicity": "",
            "firstName": "Lisa",
            "middleName": "",
            "surname": "Lemon",
            "dateOfBirth": "1990-12-01",
            "gender": "F",
            "ethnicityCode": "21"
        }
    },
    "employment": {
        "inPaidEmployment": "True",
        "employmentStatusCode": "1",
        "otherEmployment": "",
        "workTypeCode": "1",
        "employer": {
            "employerName": "",
            "address": {
                "line1": "123 Penny Lane",
                "line2": "",
                "suburb": "Te Aro",
                "city": "Wellington",
                "postCode": "6021",
                "country": "New Zealand",
                "type": "Home"
            }
        }
    },
    "injury": {
        "accidentDate": "2017-11-20",
        "injuryComments": "",
        "accidentLocationCode": "347",
        "accidentSceneCode": "99",
        "causeOfAccident": "hurt back when lifted heavy boxes in the kitchen",
        "involvesVehicle": "False",
        "medicalTreatmentInjury": "False",
        "workInjury": "True",
        "sportingInjury": "False",
        "sportNameCode": "",
        "accContactProvider": "",
        "gradualProcessInjury": "",
        "admittedToHospital": ""
    },
    "diagnosis": [
        {
            "diagnosisCode": "11437003",
            "diagnosisCodeType": "1",
            "diagnosisDescription": "Contusion of back",
            "diagnosisSide": "left"
        }
    ],
  "workCapacity":       {
         "canResumeNormalWork": "True",
         "returnToNormalWorkDate": ""
      },
    "declaration": {
        "providerDeclaration": "2017-11-20"
    }
}