[EMAIL PROTECTED] a �crit :
> 
> Hello,
> 
> I am developing an EMR system and would like
> to know if there is a data definition for an EMR
> (preferably a relational schema) that has been defined
> or is recommended by one of the standards
> organizations (e.g. HL7, ANSI).
> 
> Anyone know of any and if so, do you have
> any pointers to where they might be on
> the web?
> 
> Thanks in advance,
> Don

A lot of newer projects are looking at object oriented definitions of
EMRs instead of directly relational ones.  This work can be made more
specific and concrete by using OO models to create relational tables or
XML schemas, DTDs, archetypes, etc. OO modeling is better able to
capture the complexity of EMR data.

The major work worldwide is the HL7 RIM Reference Implementation Model
(RIM) which is being used as the basis for standards outside of HL7 as
well. They expect to use the model to inform message definition in
version 3 of the HL7 interface standard.

There were other simpler models developed at the NHS (search for the NHS
information model) and for the Good European Health Record (GEHR).

Such models describe the health care system in general and can be used
to guide the development of EMR systems as well as messaging systems and
cross system interfaces.

If you want something more concrete, you can look at the XML work of the
OIO project, FreePM, DocScope, the CEN TC.251 standard (search for
preENV13606) and HL7 Patient Record Architecture (PRA) standard. There
is also the API focussed work of the GEHR project, LANL Telemed, and the
CorbaMed standards.

The two projects specifically focussed on general purpose open source
EMR components are GEHR and DocScope. GEHR is focussed on API access to
the EMR, while DocScope is based on using XML tools to access files in
preENV13606 format.

References to related open source projects can be found at 

http://openhealth.com/en/healthlinks.html

Links to the standards organizations are:

http://www.hl7.org
http://www.omg.org/homepages/corbamed/
http://www.centc251.org

-Brian

Reply via email to