Versions Compared

Key

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

...

contentvalue
originKmehr table CD-MS-ORIGIN
adaptationflagKmehr table CD-MS-ADAPTATION
medicationuseFree text Text field
medicationtypeKmehr table CD-MS-MEDICATIONTYPE
beginconditionFree text Text field
endconditionFree text Text field

Example with usage of Kmehr tables:

Code Block
languagexml
linenumberstrue
<item>
	<id SV="1.0" S="ID-KMEHR">2</id>
	<cd SV="1.3" S="CD-ITEM">healthcareelement</cd>
	<content>
		<cd SV="1.0" S="CD-ITEM-MS">adaptationflag</cd>
		<cd SV="1.0" S="CD-MS-ADAPTATION">medication</cd>
		<cd SV="1.0" S="CD-MS-ADAPTATION">posology</cd>
	</content>
</item>

Example with usage of text field:

Code Block
languagexml
linenumberstrue
<item>
	<id SV="1.0" S="ID-KMEHR">2</id>
	<cd SV="1.3" S="CD-ITEM">healthcareelement</cd>
	<content>
		<cd SV="1.0" S="CD-ITEM-MS">medicationuse</cd>
	</content>
	<content>
		<text L="nl">For stomachache</text>
	</content>
</item>


Generic Kmehr tables

...