gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] coding systems


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] coding systems
Date: Wed, 14 Sep 2005 17:32:04 +0200
User-agent: Mutt/1.5.9i

On Wed, Sep 14, 2005 at 02:41:32PM +1000, Richard wrote:

> Remember one of the real advantages of ICPC is that because of linkages of 
> terms to systems etc,
Correct.

> This is immensly useful in practical terms, especially if linked to a 
> weighting system on a per doctor basis
The weighthing system in the GNUmed backend can in it's
simplest form be this:

select
 *
 (select count(term) from clin_narrative where doctor=x and soap_cat='s') as 
rank
from codes
where ...

IOW, simply the real time usage pattern as stored in the
database. It can get arbitrarily complex taking into account
gender, age, time of day, whatever is stored in the
database, really.

Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346




reply via email to

[Prev in Thread] Current Thread [Next in Thread]