All Downloads are FREE. Search and download functionalities are using the official Maven repository.

th.ipf.tutorials.ipf-tutorials-hl7.5.0-m3.source-code.tutorial.map Maven / Gradle / Ivy

The newest version!

mappings = {

		 encounterType(['2.16.840.1.113883.12.4','2.16.840.1.113883.5.4'], 
			 	E : 'EMER',
			  	I : 'IMP',
			  	O : 'AMB'
		 )
		
         vip(['2.16.840.1.113883.12.99','2.16.840.1.113883.5.1075'],
				Y      : 'VIP',
				(ELSE) : { it }
		 )
		
         gender(
                 F      : 'W',
                 (ELSE) : { it }
         )
         
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy