Skip to content

Commit 17374d6

Browse files
committed
setting up data seeds for testing scenarios
1 parent d9a04d3 commit 17374d6

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

app/datasets/vaccines.js

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,5 +266,38 @@ export default {
266266
PreScreenQuestion.IsHappy,
267267
PreScreenQuestion.IsNotContraindicated
268268
]
269+
},
270+
// MMRV (measles, mumps, rubella, varicella) — not used on the UK schedule.
271+
// Included only to simulate miscoded records surfacing in Mavis. SNOMED is
272+
// fabricated (99 prefix) since there is no real UK dm+d code to lean on.
273+
'99926011000001103': {
274+
snomed: '99926011000001103',
275+
type: 'MMRV',
276+
brand: 'ProQuad',
277+
manufacturer: 'Merck Sharp & Dohme (UK) Ltd',
278+
criteria: VaccineCriteria.Injection,
279+
method: VaccineMethod.Injection,
280+
dose: 0.5,
281+
sideEffects: [
282+
VaccineSideEffect.Bruising,
283+
VaccineSideEffect.TemperatureShiver,
284+
VaccineSideEffect.SickFeeling,
285+
VaccineSideEffect.PainArms
286+
],
287+
healthQuestions: {
288+
'bleeding': {},
289+
'bloodThinning': {},
290+
'bloodTransfusion': {},
291+
'previousReactionMmr': {},
292+
'previousReactionNeomycinGelatine': {},
293+
'immuneSystem': {},
294+
'immunisations': {}
295+
},
296+
preScreenQuestions: [
297+
PreScreenQuestion.IsWell,
298+
PreScreenQuestion.IsPregnant,
299+
PreScreenQuestion.IsHappy,
300+
PreScreenQuestion.IsNotContraindicated
301+
]
269302
}
270303
}

0 commit comments

Comments
 (0)