Versions Compared

Key

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

...

  • BL -> Boolean
  • CS/CV/CE/CD -> Coded
  • INT -> Numeric
  • PQ -> Numeric (units are also checked)
  • ST, II, TEL -> Text
  • ED / SD -> Complex
  • TS -> DateTime
  • CO -> Numeric if "value" is used, Coded if "code" is used
  • RTO, MO -> Text

If none of concept source, reference term, or concept are found then it is created and mapped accordingly. Where possible built in OpenMRS concepts are used. Additionally, whenever a Numeric concept is found to represent a PQ where the units do not match, the module will check to see if the units are convertible. For example, if an openMRS concept for Height is found however the PQ in the CDA is represented in m instead of cm the unit is converted to cm before storage.

...