<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- 
  Property : Belgian Ministry of Health
  Author   : Dr André Vandenberghe, Department of Medical Information, CHU de Charleroi
  Date     : 17/07/2002
  
  Demonstration material: XML message - procedure request with items
-->
<kmehrmessage xmlns="http://www.health.fgov.be/telematics/kmehr/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.health.fgov.be/telematics/kmehr/schema
kmehr.xsd">
	<header>
		<standard>
			<cd S="CD-STANDARD" SV="1.0">20021205</cd>
		</standard>
		<id S="ID-KMEHR" SV="1.0">71071801.msg10c</id>
		<date>2001-10-01</date>
		<time>15:25:00</time>
		<sender>
			<hcparty>
				<id S="ID-HCPARTY" SV="1.0">115259412004</id>
				<cd S="CD-HCPARTY" SV="1.0">persphysician</cd>
				<firstname>Jean-Pierre</firstname>
				<familyname>Rochet</familyname>
			</hcparty>
		</sender>
		<recipient>
			<hcparty>
				<cd S="CD-HCPARTY" SV="1.0">deptradiology</cd>
			</hcparty>
		</recipient>
	</header>
	<folder>
		<id S="ID-KMEHR" SV="1.0">1</id>
		<patient>
			<id S="ID-PATIENT" SV="1.0">32031011931</id>
			<firstname>Jean</firstname>
			<familyname>Dubois</familyname>
			<birthdate>
				<date>1932-03-10</date>
			</birthdate>
			<sex>
				<cd S="CD-SEX" SV="1.0">male</cd>
			</sex>
			<address>
				<cd S="CD-ADDRESS" SV="1.0">home</cd>
				<country>
					<cd S="CD-COUNTRY" SV="1.0">be</cd>
				</country>
				<zip>6044</zip>
				<city>ROUX</city>
				<street>Rue du coucou</street>
				<housenumber>6</housenumber>
			</address>
		</patient>
		<transaction>
			<id S="ID-KMEHR" SV="1.0">1</id>
			<cd S="CD-TRANSACTION" SV="1.0">request</cd>
			<date>2001-10-01</date>
			<time>15:25:00</time>
			<author>
				<hcparty>
					<id S="ID-HCPARTY" SV="1.0">115259412004</id>
					<cd S="CD-HCPARTY" SV="1.0">persphysician</cd>
					<firstname>Jean-Pierre</firstname>
					<familyname>Rochet</familyname>
				</hcparty>
			</author>
			<iscomplete>true</iscomplete>
			<isvalidated>true</isvalidated>
			<item>
				<id S="ID-KMEHR" SV="1.0">2</id>
				<cd S="CD-ITEM" SV="1.0">transactionreason</cd>
				   <content>          	
					<text L="fr">exclure récidive tuberculose pulmonaire</text>
				   </content>          	
			</item>
			<item>
				<id S="ID-KMEHR" SV="1.0">3</id>
				<cd S="CD-ITEM" SV="1.0">technical</cd>
				   <content>          	
					<text L="fr">scanner thoracique</text>
				   </content>          	
			</item>
		</transaction>
	</folder>
</kmehrmessage>
