Versions Compared

Key

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

...

In the current kmehr standard it is only possible to enter a pharmaceutical compound in textual form. However steps have been taken to do this in a more structured manner in a future version. When these modifications are included in kmehr Vitalink will possibly be aligned. As a placeholder for this future change, the tag <compoundprescription> is already defined, . This structure is the again accompanied by another tag <text>.

Element

TypeMeaningVitalink

compoundprescription/magistraltext

text

A textual description of the pharmaceutical compoundMandatory
texttext

A descriptive name of the pharmaceutical compound.The following information should be included as name of the compound:

  • the compound number +
  • active components +
  • dose per unit or content.
Mandatory


Code Block
languagexml
titleExample
linenumberstrue
...
<item>
	<id S="ID-KMEHR" SV="1.0">2</id>
	<cd S="CD-ITEM" SV="1.4">medication</cd>
	<content>
		<compoundprescription L="nl">
			<magistraltext L="nl">R/ Aluminiumchloride hexahydraat 15 g + Isopropylalcohol 78 g + Gezuiverd water q.s. ad 100 g T</magistraltext>
        </compoundprescription>
	</content>
	<text L="nl">Aluminiumchloride transpiratieremmende hydroalcoholische oplossing 15 % TMF</text>
	<beginmoment>
		<date>2025-01-15</date>
	</beginmoment>
	...
Medication element <temporality>

...