[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Health-dev] icd 10 in GH 3.8.0 demo database
From: |
Edgar_ |
Subject: |
[Health-dev] icd 10 in GH 3.8.0 demo database |
Date: |
Thu, 7 Oct 2021 00:35:51 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 |
Dear Luis,
there are some issues with ICD10 in GNU Health 3.8.0:
In diseases.xml there is:
<record model="gnuhealth.pathology" id="E10">
<field name="name">Type 1 diabetes mellitus</field>
<field name="code">E10</field>
<field name="category" ref="icdcat4-2"></field>
<field name="active">True</field>
</record>
<record model="gnuhealth.pathology" id="E100">
<field name="name">Type 1 diabetes mellitus: With coma</field>
<field name="code">E10.0</field>
<field name="category" ref="icdcat4-2"></field>
<field name="active">True</field></record>
In locale/de.po there is:
msgctxt "model:gnuhealth.pathology,name:E10"
msgid "Type 1 diabetes mellitus"
msgstr "Diabetes mellitus, Typ 1"
msgctxt "model:gnuhealth.pathology,name:E100"
msgid "Type 1 diabetes mellitus: With coma"
msgstr "Diabetes mellitus, Typ 1: Mit Koma"
In pgAdmin in table gnuhealth.pathology there is:
2001 2013-09-30 00:05:55.021945 2021-10-04 21:59:41.314408 0
0 69 E10 Type 1 diabetes mellitus true
2002 2013-09-30 00:05:55.037495 2021-10-04 21:59:41.314408 0
0 69 E10.0 With coma true
As far as I understand this means that our changes to ICD-10, when we
updated it last year, worked with de.po and diseases.xml, but did not
find its way into the postgres database. In the client there is the data
of the postgres table.
I made an upgrade for the ICD-10 modules health_icd10 and health_profile
but this did not change the database table.
Anything else I could try so far?
Thank you very much!
All the best
Edgar
- [Health-dev] icd 10 in GH 3.8.0 demo database,
Edgar_ <=
- Re: [Health-dev] icd 10 in GH 3.8.0 demo database, Edgar_, 2021/10/12
- Re: [Health-dev] icd 10 in GH 3.8.0 demo database, Axel Braun, 2021/10/12
- Re: [Health-dev] icd 10 in GH 3.8.0 demo database, Edgar_H, 2021/10/12
- Re: [Health-dev] icd 10 in GH 3.8.0 demo database, Luis Falcon, 2021/10/12
- Re: [Health-dev] icd 10 in GH 3.8.0 demo database, Axel Braun, 2021/10/13
- Re: [Health-dev] icd 10 in GH 3.8.0 demo database, Luis Falcon, 2021/10/13
- Re: [Health-dev] icd 10 in GH 3.8.0 demo database, Edgar_H, 2021/10/14
- Re: [Health-dev] icd 10 in GH 3.8.0 demo database, Axel Braun, 2021/10/20
- Re: [Health-dev] icd 10 in GH 3.8.0 demo database, Edgar_H, 2021/10/20
- Re: [Health-dev] icd 10 in GH 3.8.0 demo database, Edgar_, 2021/10/22