<?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>KMEHR Identifier</NAME>
  <DESCRIPTION>
    This is the string that uniquely identifies a KMEHR element: a message(header), a folder, a transaction, a heading or an item.
  </DESCRIPTION>
  <DESCRIPTION>
    By the way, this virtually identifies uniquely the element within the Belgian HealthCare Telematics System 
    through the concatenation of parent ids, starting from the MESSAGE HEADER ID.
  </DESCRIPTION>
  <DESCRIPTION>
  </DESCRIPTION>
  <DESCRIPTION>
    At the level of the header, it is built through the concatenation of
  </DESCRIPTION>
  <DESCRIPTION>
         - the first ID-HCPARTY of the SENDER
  </DESCRIPTION>
  <DESCRIPTION>
         - a dot
  </DESCRIPTION>
  <DESCRIPTION>
         - a local unique identifier within the sending system.
  </DESCRIPTION>
  <DESCRIPTION>
    That string is placed as the value of the element ID of the element HEADER.
  </DESCRIPTION>
  <DESCRIPTION>
  </DESCRIPTION>
  <DESCRIPTION>
    For the other elements, the value is a sequential number within the parent element starting from 1.
  </DESCRIPTION>
  <DESCRIPTION>
    That string is placed as the value of the element ID in the element FOLDER, TRANSACTION, HEADING or ITEM.
  </DESCRIPTION>
  <DESCRIPTION>
  </DESCRIPTION>
  <DESCRIPTION>
    The scheme used is specified in the attribute 'S' of the element ID.
  </DESCRIPTION>
  <DESCRIPTION>
    The version of the scheme used is specified in the attribute 'SV' of the element ID.
  </DESCRIPTION>
  <TYPE>Local unique number</TYPE>
  <ATTRIBUTE>
    <SCHEME>ID</SCHEME>
    <VERSION>1.0</VERSION>
  </ATTRIBUTE>
  <EXAMPLE>
    &lt;transaction&gt;&lt;id S="ID-KMEHR" SV="1.0"&gt;2&lt;/id&gt;&lt;/transaction&gt;
  </EXAMPLE>
  <EXPLANATION>
    This means that the transaction is the second transaction within the parent document.
  </EXPLANATION>
</kmehr-cd>
