Re: Off Topic: ICD-10 codes in a database table?

From: Andrew Gould <andrewlylegould(at)gmail(dot)com>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: Postgres Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Off Topic: ICD-10 codes in a database table?
Date: 2009-02-26 16:22:58
Message-ID: d356c5630902260822k5b466549yc3cae7687fdd0bde@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Feb 26, 2009 at 10:06 AM, Richard Huxton <dev(at)archonet(dot)com> wrote:

> Andrew Gould wrote:
> > Problem: I've been trying to find a table of ICD-10 codes to import into
> a
> > database; but the only listings that I can find are in publicly available
> > pdf files. I've tried to copy the text to text files, but the resulting
> > layout is horrible -- it would take, literally, weeks or months of manual
> > tweaking to parse.
>
> http://www.who.int/classifications/apps/icd/icd10online/
>
> That looks like somewhere between half and a full day's work with a bit
> of perl.
>
> --
> Richard Huxton
> Archonet Ltd
>

I hadn't considered web scraping; but this is the cleanest option I've seen.

Thanks,

Andrew

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-02-26 16:33:58 Re: Postgresql selecting strange index for simple query
Previous Message Maxim Boguk 2009-02-26 16:18:26 Re: Postgresql selecting strange index for simple query