<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- edited with XML Spy v4.3 (http://www.xmlspy.com) by André JP Vandenberghe (Dr André Vandenberghe) -->
<?xml:stylesheet type='text/xsl' href='../xsl/cd.xsl' ?>
<!-- 
  Property : Belgian Ministry of Health
  Author   : Dr André Vandenberghe, Department of Medical Information, CHU de Charleroi
  Date       : 17/07/2002
  
  Kmehr-Bis - Recommendation 19 of the Belgian Healthcare Telematics Commission
  Reference table
-->
<kmehr-cd>
	<VERSION>1.0</VERSION>
	<DATE>17/07/2002</DATE>
	<STATUS>Proposal</STATUS>
	<NAME>Message acknowledgment</NAME>
	<DESCRIPTION L="en">
    		This indicates if an acknowledgment is requested for the message.
  	</DESCRIPTION>
	<DESCRIPTION/>
	<DESCRIPTION L="en">
    That string is placed as the value of the element CD of the element ACKNOWLEDGMENT.
  </DESCRIPTION>
	<DESCRIPTION L="en">
    The Scheme used is specified in the attribute 'S' of the element CD of the element ACKNOWLEDGMENT.
  </DESCRIPTION>
	<DESCRIPTION L="en">
    The Version of the Scheme used is specified in the attribute 'SV' of the element CD of the element ACKNOWLEDGMENT.
  </DESCRIPTION>
	<TYPE>National code - related to HL7 V3 AcknowledgementType class</TYPE>
	<ATTRIBUTE>
		<SCHEME>CD-ACKNOWLEDGMENT</SCHEME>
		<VERSION>1.0</VERSION>
	</ATTRIBUTE>
	<VALUE>
		<CODE>always</CODE>
		<DESCRIPTION L="en">Always send an acknowledgement</DESCRIPTION>
		<HL7>10126</HL7>
	</VALUE>
	<VALUE>
		<CODE>onerror</CODE>
		<DESCRIPTION L="en">Send an acknowledgement for error/reject conditions only</DESCRIPTION>
		<HL7>10128</HL7>
	</VALUE>
	<VALUE>
		<CODE>never</CODE>
		<DESCRIPTION L="en">Never send an acknowledgement</DESCRIPTION>
		<HL7>10127</HL7>
	</VALUE>
	<VALUE>
		<CODE>onsuccess</CODE>
		<DESCRIPTION L="en">Send an acknowledgement for successful completion only</DESCRIPTION>
		<HL7>10129</HL7>
	</VALUE>
	<EXAMPLE>
    &lt;header&gt;&lt;acknowledgment&gt;&lt;cd S="CD-ACKNOWLEDGMENT" SV="1.0"&gt;never&lt;/cd&gt;&lt;/acknowledgment&gt;&lt;/header&gt;
  </EXAMPLE>
	<EXPLANATION>
    This means that the sender does not expect any acknowledgment.
  </EXPLANATION>
</kmehr-cd>

