Versions Compared

Key

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

...

Medication element <posology>

Only when it is not possible to express the medication posology with structurally with <regimen>, it can be passed to Vitalink as free text. The element <posology> contains exactly 1 element <text>.

The element <posology> is mutually exclusive with the element <regimen>.

Code Block
languagexml
titleExample
linenumberstrue
...
<item>
	<id S="ID-KMEHR" SV="1.0">2</id>
	<cd S="CD-ITEM" SV="1.11">medication</cd>
	...
	<posology>
		<text L="nl">Until 3 x 1 per day with meal, during max 3 days and minimally 4hours between 2 ingestions.</text>
	</posology>
	...
</item>
...
Medication element <route>

...