Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Currently missing Medications and Coded Results section handlers for the APHP document import
  2. Currently there is some header elements which cannot be mapped appropriately into OpenMRS
  3. Updating of current observations that are identified doesn’t work as expectedI want it to, the module stores the observation id in the accession number field and this is used to determine if an observation was previously recorded. The expected behavior is that the old version is voided, and the new version stored with a pointer to the voided version. The current module does this, however it has to get all obs for the patient and then then scan for accession numbers, a method to get Obs by accessionNumber is implemented but not in the released version.
  4. Family History observations are kind of hacked as the oMRS mechanism for storing these are similar to CDA but not identical.
  5. Performance is poor, it appears to be in the code that double checks if a concept name already exists prior to creating it, I’m not sure if this is a problem with the standalone instance of oMRS that I’m testing with or if it is an issue with the logic.
  6. For some reasons transactions aren’t working with the code, again not sure if this is a problem with oMRS instance I’m using. I am following the transaction guidance from the oMRS dev wiki.
  7. All observations are created within the oMRS database and are seen in the Observation management admin panel, however the encounter summary panel does not show grouped obs in the UI.