ICD 10 implementation on DHIS2

Hello devs,

We are working on a project which requires the implementation in DHIS2 of a simple medical record.

This medical record, among other things has a field where the Diagnosis of the doctor will be placed. My question is, is there any way to implement ICD 10 dictionary on DHIS2 as an option set using it as the answer of this Diagnosis field? When I say “any way”, I mean any way besides the obvious: Data administration → Option Set.

Any suggestion or help will be appreciated. I’m sorry if this kind of question was answered somewhere else, but I didn’t find anything related with this topic.

Sergio Valenzuela
Fundación EHAS
Telemedicina para países en desarrollo -www.ehas.org

E.T.S.I. de Telecomunicación A.101-9L. Ciudad Universitaria 30, 28040 Madrid - España

Tlfno. (+34) 91 488 87 41: (+34) 687 67 17 62

Hello Sergio,

Yes, we have ICD code as option set in our demo system. See here https://play.dhis2.org/demo/dhis-web-event-capture/index.html

Select Organisation unit Sierra Leone → Bo → Badjia → Negelhun CHC

Select Program “Inpatient morbidity and mortality”

You should see the ICD codes in action.

The example is for collecting ICD based data in anonymous setting. If you are interested in collecting both ICD and profile of patient, then use our Tracker Capture app.

The key in the process is to:

  • define and option set,
  • put all your ICD codes as options and part of the option set
  • create a data element of value type option set and assign the option set defined above. you can create as many data elements as you want
  • create a program of type with registration (if interested in collecting names and profile) or without registration (if interested in collecting anonymous data)
  • create program stages for the program create
  • assign the data element(s) to the program stage
···

Refer our user manual for more information.

On Mon, Feb 22, 2016 at 4:07 PM, Sergio Valenzuela sergio.valenzuela@ehas.org wrote:

Hello devs,

We are working on a project which requires the implementation in DHIS2 of a simple medical record.

This medical record, among other things has a field where the Diagnosis of the doctor will be placed. My question is, is there any way to implement ICD 10 dictionary on DHIS2 as an option set using it as the answer of this Diagnosis field? When I say “any way”, I mean any way besides the obvious: Data administration → Option Set.

Any suggestion or help will be appreciated. I’m sorry if this kind of question was answered somewhere else, but I didn’t find anything related with this topic.

Sergio Valenzuela
Fundación EHAS
Telemedicina para países en desarrollo -www.ehas.org

E.T.S.I. de Telecomunicación A.101-9L. Ciudad Universitaria 30, 28040 Madrid - España

Tlfno. (+34) 91 488 87 41: (+34) 687 67 17 62


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp


Thank you,
Abyot.

Thanks for your answer Abyot.

I have just checked the ICD codes on the demo server and they are part of an option set as I suspected.

The thing now, is that on our system the ICD codification has to be in spanish. I have all the spanish ICD codes on an Excel document, so, in order to replicate the option set you had on your demo server, should we make a java script in order to interact with the API and the excel document? Is there any functionality already implemented for this purpose?

···

2016-02-22 16:31 GMT+01:00 Abyot Asalefew Gizaw abyot@dhis2.org:

Hello Sergio,

Yes, we have ICD code as option set in our demo system. See here https://play.dhis2.org/demo/dhis-web-event-capture/index.html

Select Organisation unit Sierra Leone → Bo → Badjia → Negelhun CHC

Select Program “Inpatient morbidity and mortality”

You should see the ICD codes in action.

The example is for collecting ICD based data in anonymous setting. If you are interested in collecting both ICD and profile of patient, then use our Tracker Capture app.

The key in the process is to:

  • define and option set,
  • put all your ICD codes as options and part of the option set
  • create a data element of value type option set and assign the option set defined above. you can create as many data elements as you want
  • create a program of type with registration (if interested in collecting names and profile) or without registration (if interested in collecting anonymous data)
  • create program stages for the program create
  • assign the data element(s) to the program stage

Sergio Valenzuela
Fundación EHAS
Telemedicina para países en desarrollo -www.ehas.org

E.T.S.I. de Telecomunicación A.101-9L. Ciudad Universitaria 30, 28040 Madrid - España

Tlfno. (+34) 91 488 87 41: (+34) 687 67 17 62

Refer our user manual for more information.

Thank you,
Abyot.

On Mon, Feb 22, 2016 at 4:07 PM, Sergio Valenzuela sergio.valenzuela@ehas.org wrote:

Hello devs,

We are working on a project which requires the implementation in DHIS2 of a simple medical record.

This medical record, among other things has a field where the Diagnosis of the doctor will be placed. My question is, is there any way to implement ICD 10 dictionary on DHIS2 as an option set using it as the answer of this Diagnosis field? When I say “any way”, I mean any way besides the obvious: Data administration → Option Set.

Any suggestion or help will be appreciated. I’m sorry if this kind of question was answered somewhere else, but I didn’t find anything related with this topic.

Sergio Valenzuela
Fundación EHAS
Telemedicina para países en desarrollo -www.ehas.org

E.T.S.I. de Telecomunicación A.101-9L. Ciudad Universitaria 30, 28040 Madrid - España

Tlfno. (+34) 91 488 87 41: (+34) 687 67 17 62


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

1 Like

Post from 2016. Please PM moderators if you believe it should be reopened, or simply create a new topic post.

Thank you!