Versions Compared

Key

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

...

  • regularprocess
  • recorded

CD-ITEM-MS

To include certain project specific information within the medication scheme data element, use must be made of separate CD-ITEM with value 'healthcareelement'. In order to further define these items the list CD-ITEM-MS is available with as permitted values:

contentvalue
originKmehr table CD-MS-ORIGIN
adaptationflagKmehr table CD-MS-ADAPTATION
medicationuseFree text field
medicationtypeKmehr table CD-MS-MEDICATIONTYPE
beginconditionFree text field
endconditionFree 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">adaptationflag</cd>
		<cd SV="1.0" S="CD-MS-ADAPTATION">medication</cd>
		<cd SV="1.0" S="CD-MS-ADAPTATION">posology</cd>
	</content>
</item>

...