Dear Rafael On Fri, 6 May 2022 20:49:27 +0200 Rafael Hoock <raho1...@stud.hs-kl.de> wrote:
> Hello everyone, > > I want to create a Module for the current OPS version. OPS is just a > German modification of ICPM. I only have the equivalent to > data/icpm.xml from the health_icpm module. The problem is I have no > idea of where to start and what to do. > > I would appreciate it if someone could help or guide me. We'll be happy to help you out and also to integrate OPS to the next GH release. I think the German GH community will be happy :) In technical terms, the integration of medical procedures standards is quite straight forward in GNU Health, as they point to the same model (gnuhealth.procedure) For example, this is one record extracted from data/icpm.xml on the health_icpm package. <record model="gnuhealth.procedure" id="icpm_1-190"> <field name="name">1-190</field> <field name="description">APGAR SCORING OF NEWBORN, WITHOUT OTHER INITIAL MEDICAL EVALUATION</field> </record> Sometimes, depending on the source of the OPS information, it can be a bit tricky to export and format it to the GH xml format, but I'm sure it can be done. Let us know your thoughts Have a great weeekend, Luis