<?xml version="1.0" encoding="ISO-8859-1"?>
<?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>Lifecycle</NAME>
	<DESCRIPTION L="en">
    This is the lifecycle status of an item or transaction. Allowed values are listed below. 
  </DESCRIPTION>
	<DESCRIPTION/>
	<DESCRIPTION L="en">
    That string is placed as the value of the element CD of the element LIFECYCLE.
  </DESCRIPTION>
	<DESCRIPTION L="en">
    The Scheme used is specified in the attribute 'S' of the element CD of the element LIFECYCLE.
  </DESCRIPTION>
	<DESCRIPTION L="en">
    The Version of the Scheme used is specified in the attribute 'SV' of the element CD of the element LIFECYCLE.
  </DESCRIPTION>
	<DESCRIPTION/>
	<TYPE>National codes, derived from HL7 V3 ActStatus class</TYPE>
	<ATTRIBUTE>
		<SCHEME>CD-LIFECYCLE</SCHEME>
		<VERSION>1.0</VERSION>
	</ATTRIBUTE>
	<VALUE>
		<CODE>active</CODE>
		<DESCRIPTION L="en">Service object is active or on-going.</DESCRIPTION>
		<HL7>15942</HL7>
	</VALUE>
	<VALUE>
		<CODE>inactive</CODE>
		<DESCRIPTION L="en">Service object is inactive.</DESCRIPTION>
		<HL7/>
	</VALUE>
	<VALUE>
		<CODE>cancelled</CODE>
		<DESCRIPTION L="en">Service object has been abandoned before activation.</DESCRIPTION>
		<HL7>15938</HL7>
	</VALUE>
	<VALUE>
		<CODE>completed</CODE>
		<DESCRIPTION L="en">Service object is completed.</DESCRIPTION>
		<HL7>15940</HL7>
	</VALUE>
	<VALUE>
		<CODE>prescribed</CODE>
		<DESCRIPTION L="en">Service object has been prescribed/requested.</DESCRIPTION>
		<HL7/>
	</VALUE>
	<VALUE>
		<CODE>added</CODE>
		<DESCRIPTION L="en">Service object has been added by the performer.</DESCRIPTION>
		<HL7/>
	</VALUE>
	<VALUE>
		<CODE>planned</CODE>
		<DESCRIPTION L="en">Service object has been planned.</DESCRIPTION>
		<HL7/>
	</VALUE>
	<VALUE>
		<CODE>delivered</CODE>
		<DESCRIPTION L="en">Service object has been delivered to the patient.</DESCRIPTION>
		<HL7/>
	</VALUE>
	<VALUE>
		<CODE>substituted</CODE>
		<DESCRIPTION L="en">Service object has been delivered to the patient but as a substitution of the originally prescribed service.</DESCRIPTION>
		<HL7/>
	</VALUE>
	<VALUE>
		<CODE>administrated</CODE>
		<DESCRIPTION L="en">Service object has been administrated to the patient.</DESCRIPTION>
		<HL7/>
	</VALUE>
	<VALUE>
		<CODE>reported</CODE>
		<DESCRIPTION L="en">Service object has been completed and reported.</DESCRIPTION>
		<HL7/>
	</VALUE>
	<EXAMPLE>
    &lt;item&gt;&lt;lifecycle&gt;&lt;cd S="CD-LIFECYCLE" SV="1.0"&gt;administrated&lt;/cd&gt;&lt;/lifecycle&gt;&lt;/item&gt;
  </EXAMPLE>
	<EXPLANATION>
    This means that the item has been administrated.
  </EXPLANATION>
</kmehr-cd>

