Versions Compared

Key

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

This page contains the test Kmehrmessages for the 4 mainly used Kmehr tables:

Table of Contents

CD-ADMINISTRATIONUNIT


CD-DAYPERIOD

This EVS export contains for each code of CD-PERIODICITY a unique medication.

Each medication has in the text of the "medicationuse" healthcareelement the value <dutch translation>.

Code Block
languagexml
titleExample
linenumberstrue
...
<transaction>
	...
	<item>
		<id S="ID-KMEHR" SV="1.0">3</id>
		<cd S="CD-ITEM" SV="1.11">healthcareelement</cd>
		<content>
			<cd S="CD-ITEM-MS" SV="1.0">medicationuse</cd>
		</content>
		<content>
			<text L="nl">Na het middageten</text>
		</content>
	</item>
</transaction>
...

This allows to verify quickly, in the reading application, if the free text value matches the parsed values.

E.g. for the EVS:

After reading a medication scheme with only these lines, you should end up with:

  • a medication scheme with 14 medications,
  • each dayperiod shown in the caretaker UI (or print) should have the same meaning of the <dutch translation> (e.g. synonyms and abbreviations are allowed,
  • each dayperiod shown in the patient UI (or print) should be exactly the same as the <dutch translation> (e.g. synonyms or abbreviations are not allowed) and
  • the organisations of the columns should be according to "5.1 Guidelines for displaying the Vitalink Medication scheme as an overview scheme " in http://www.vitalink.be/sites/default/files/atoms/files/Safe_Cookbook_Medicatieschema_v5.5_EN.pdf.

CD-DRUGROUTE


CD-PERIODICITY

This EVS export contains for each code of CD-PERIODICITY a unique medication.

...

  • a medication scheme with 52 medications,
  • sorted by the order indicated by the <order> in the "medicationuse" healthcareelement,
  • each periodicity shown in the caretaker UI (or print) should have the same meaning of the <dutch translation> (e.g. synonyms and abbreviations are allowed) and
  • each periodicity shown in the patient UI (or print) should be exactly the same as the <dutch translation> (e.g. synonyms or abbreviations are not allowed).

CD-DRUGROUTE

...