Skip to content

Immunization Mapping OSCAR to E2E

Jeremy Ho edited this page Mar 19, 2013 · 4 revisions

E2E Mapping Immunizations Section

The E2E Immunization section contains data pertaining to the specific patient's immunization history.

General Assumptions

User Assumptions

  • The provider will select one of the provided preventions in the UI
  • The old immunizations option will not be used
  • All form fields will be filled in if the data is available

Data Assumptions

  • Preventions listed will be in a bounded list. We expect that all types of possible preventions are listed are the only ones that can appear.

Issues

Issue 1

  • There may exist immunizations that aren't included in oscar's list. There is no direct way of modelling them from the UI.
  • New entries have to be added in via a flatfile change.

Decision

  • Export will be bound to whatever OSCAR supports. Anything outside of that list is outside of export scope.

Issue 2

  • OSCAR contains an immunization table as well as the prevention table
  • Immunization is directly tied to the "old immunization" dialogue

Decision

  • Export will not be suppoting the old immunizations table
  • May be a good side project to develop a translator/updater from immunizations to prevention table

Mapping

Relevant OSCAR DB Tables: prevention

Immunization Mapping Table

Current Iteration: 13

General Topics

Resources


Previous Iteration: 12

Previous Iteration: 11

Previous Iteration: 10

Previous Iteration: 9

Previous Iteration: 8

Previous Iteration: 7

Previous Iteration: 6

Previous Iteration: 5

Previous Iteration: 4

Previous Iteration: 3

Previous Iteration: 2

Previous Iteration: 1

Previous Iteration: 0

Clone this wiki locally