HL7 CTS data types

Hi,

I’m going to develop a java web service to provide some basic terminology services for openEHR such as: ConvertTermToCode

These methods accept inputs in specific data type such as: DV_CodedText
I don’t know how can I leverage these data types in the source of my web service.
Would you please help me?
Kind regards

Hi Amir,

I guess the terminology interface in the RM Support specification is a good starting place. See http://www.openehr.org/releases/1.0.2/architecture/rm/support_im.pdf

there is a very simple implementation of terminology interface in java, one could simply wrap it with web services API. See http://www.openehr.org/svn/ref_impl_java/TRUNK/mini-termserv/

Cheers,
Rong