Search 1.9 billion lines of Odoo code on GitHub

medical_clinical_condition

Author: CreuBlanca, ForgeFlow, Odoo Community Association (OCA)
License: LGPL-3
Branch: 14.0-add-medical_clinical_impression
Repository: tegin/medical-fhir
Dependencies: medical_administration_encounter, medical_base, and medical_terminology_sct
Languages: HTML (396, 26.6%), Python (472, 31.7%), XML (477, 32.0%), and reStructuredText (144, 9.7%)
Other branches: 11.0, 11.0-dev-security, 11.0-dev_enric, 12.0, 12.0-surgical, 13.0, 13.0-add-imagingstudy, 13.0-add-medical_clinical_impression, 13.0-add-medical_clinical_impression_clean, 13.0-add-medical_product_request, 13.0-imp-ferros, 13.0-imp-readme_diagnostic_report, 13.0-merge-impression_product_request_study, 13.0-old, 14.0, 14.0-fix, 14.0-fix-medical_workflow, 14.0-imp-medical_clinical_condition__, and 14.0-imp-medical_fhir
Other repositories: ERPLibre/medical-fhir, InfiniaSolusiSistem/medical-fhir, LiberTang0/medical-fhir, RL-OtherApps/medical-fhir, abdullatifmouhamadi/medical-fhir, consultingerp/medical-fhir, eslammohamed13/medical-fhir, heru/medical-fhir, leodoooca/medical-fhir, prodax/medical-fhir, quadit/medical-fhir, rogeriofalcone/medical-fhir, sisboca/medical-fhir, and vidtsin/medical-fhir

<h1 class="title">Medical Condition</h1> <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/tegin/medical-fhir/tree/13.0/medical_clinical_condition"><img alt="tegin/medical-fhir" src="https://img.shields.io/badge/github-tegin%2Fmedical--fhir-lightgray.png?logo=github" /></a></p> <p>This resource is used to record detailed information about a condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.</p> <p>It can be used to record information about a disease/illness identified from application of clinical reasoning over the pathologic and pathophysiologic findings (diagnosis), or identification of health issues/situations that a practitioner considers harmful, potentially harmful and may be investigated and managed (problem), or other health issue/situation that may require ongoing monitoring and/or management (health issue/concern).</p> <p>The condition resource may be used to record a certain health state of a patient which does not normally present a negative outcome, e.g. pregnancy. The condition resource may be used to record a condition following a procedure, such as the condition of Amputee-BKA following an amputation procedure.</p> <p>While conditions are frequently a result of a clinician's assessment and assertion of a particular aspect of a patient's state of health, conditions can also be expressed by the patient, related person, or any care team member. A clinician may have a concern about a patient condition (e.g. anorexia) that the patient is not concerned about. Likewise, the patient may have a condition (e.g. hair loss) that does not rise to the level of importance such that it belongs on a practitioner’s Problem List.</p> <p>For example, each of the following conditions could rise to the level of importance such that it belongs on a problem or concern list due to its direct or indirect impact on the patient’s health:</p> <ul class="simple"> <li>Unemployed</li> <li>Without transportation (or other barriers)</li> <li>Susceptibility to falls</li> <li>Exposure to communicable disease</li> <li>Family History of cardiovascular disease</li> <li>Fear of cancer</li> <li>Cardiac pacemaker</li> <li>Amputee-BKA</li> <li>Risk of Zika virus following travel to a country</li> <li>Former smoker</li> <li>Travel to a country planned (that warrants immunizations)</li> <li>Motor Vehicle Accident</li> <li>Patient has had coronary bypass graft</li> </ul> <p>For further information about FHIR Condition visit: <a class="reference external" href="https://www.hl7.org/fhir/condition.html">https://www.hl7.org/fhir/condition.html</a></p> <p>TODO:</p> <ul class="simple"> <li>Decide if field medical_condition_ids should contain allergies or not. On one side, allergies are medical.condition records. On the other hand, the information is repeated and can cause confusion as the conditions can be seen from the &quot;Condition&quot; button and the &quot;Allergies&quot; button.</li> <li>If finally medical_condition_ids do not contain allergies, the warning_dropdowm from medical_clinical_impression should be modified, as it is computed with the medical_condition_ids.</li> </ul> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#installation" id="id1">Installation</a></li> <li><a class="reference internal" href="#usage" id="id2">Usage</a></li> <li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id4">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id5">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li> </ul> </li> </ul> </div> <a name="installation"></a> <h2><a class="toc-backref" href="#id1">Installation</a></h2> <p>To install this module, go to 'Medical / Configuration / Settings' and inside 'Clinical' activate 'Medical condition'.</p> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <ol class="arabic simple"> <li>Go to 'Medical / Terminologies / Clinical Finding Codes'</li> <li>Click 'Create'.</li> <li>Provide a name and (if desired) a description and a Sct Code. You can also select if this finding should create a warning.</li> <li>Click 'Save'.</li> <li>Go to 'Medical / Terminologies / Allergy Substance Codes'</li> <li>Click 'Create'.</li> <li>Provide a name and (if desired) a description and a Sct Code. You can also select if this substance should create a warning.</li> <li>Click 'Save'.</li> <li>Go to 'Medical / Administration / Patients' or to 'Medical / Administration / Encounters'</li> <li>Select a patient/encounter and create a condition or an allergy.</li> <li>You can view conditions, allergies and warnings from encounter or patient through smart buttons.</li> </ol> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/159/11.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id3">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/tegin/medical-fhir/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/tegin/medical-fhir/issues/new?body=module:%20medical_clinical_condition%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id4">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id5">Authors</a></h3> <ul class="simple"> <li>CreuBlanca</li> <li>ForgeFlow</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">Contributors</a></h3> <ul class="simple"> <li>Enric Tobella &lt;<a class="reference external" href="mailto:etobella&#64;creublanca.es">etobella&#64;creublanca.es</a>&gt;</li> <li>Roser Garcia &lt;<a class="reference external" href="mailto:roser.garcia&#64;forgeflow.com">roser.garcia&#64;forgeflow.com</a>&gt;</li> <li>Jordi Ballester &lt;<a class="reference external" href="mailto:jordi.ballester&#64;forgeflow.com">jordi.ballester&#64;forgeflow.com</a>&gt;</li> <li>Alba Riera &lt;<a class="reference external" href="mailto:alba.riera&#64;creublanca.es">alba.riera&#64;creublanca.es</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id7">Maintainers</a></h3> <p>This module is part of the <a class="reference external" href="https://github.com/tegin/medical-fhir/tree/13.0/medical_clinical_condition">tegin/medical-fhir</a> project on GitHub.</p> <p>You are welcome to contribute.</p>