Search 1.9 billion lines of Odoo code on GitHub

medical_clinical_impression

Author: CreuBlanca,Odoo Community Association (OCA)
License: AGPL-3
Branch: 14.0-add-medical_clinical_impression
Repository: tegin/medical-fhir
Dependencies: medical_administration, medical_administration_practitioner_specialty, medical_base, medical_clinical, medical_clinical_condition, medical_workflow, and web
Languages: HTML (369, 14.9%), JavaScript (53, 2.1%), Python (1085, 43.7%), Sass (3, 0.1%), XML (896, 36.1%), and reStructuredText (75, 3.0%)
Other branches: 13.0-add-medical_clinical_impression, 13.0-add-medical_clinical_impression_clean, and 13.0-merge-impression_product_request_study

<h1 class="title">Medical Clinical Impression</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/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/tegin/medical-fhir/tree/13.0/medical_clinical_impression"><img alt="tegin/medical-fhir" src="https://img.shields.io/badge/github-tegin%2Fmedical--fhir-lightgray.png?logo=github" /></a></p> <p>This module allows to create clinical impressions from patient and encounter. According to the HL7 standard, a clinical impression is a record of a a clinical assessment performed to determine what problem(s) may affect the patient.</p> <p><a class="reference external" href="https://www.hl7.org/fhir/clinicalimpression.html">https://www.hl7.org/fhir/clinicalimpression.html</a></p> <p>We use this concept to create part of the clinical history of the patient.</p> <p>Some of the features of this module are:</p> <ul class="simple"> <li>Create clinical impressions from patient and encounter and group them by medical specialities.</li> <li>Clinical findings and allergies can be added in these impressions. If those clinical findings have been previously configured to create conditions, when the impression is validated, those findings and allergies will create automatically conditions and allergies for that patient.</li> <li>Create the family history of the patient from patient and encounter.</li> <li>A report with impression/s can be printed. Private notes can be added to the impression, and those will not be added to the report, ss it represents that are comments that only the doctor/s should see.</li> <li>A warning dropdown in patient and impression view has been added, in order to see fast warnings for this patient, like if she is pregnant, or they have a pacemaker...</li> </ul> <p>TODO:</p> <ul class="simple"> <li><dl class="first docutils"> <dt>Security</dt> <dd><ul class="first last"> <li>Who should create, view and edit impressions?</li> <li>A doctor can edit a impressions from other doctor?</li> <li>Enable that a impression can only be cancelled by who created it.</li> </ul> </dd> </dl> </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="#usage" id="id1">Usage</a></li> <li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id3">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id4">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li> </ul> </li> </ul> </div> <a name="usage"></a> <h2><a class="toc-backref" href="#id1">Usage</a></h2> <ol class="arabic simple"> <li>Create a clinical finding and mark the field &quot;create_condition_from_clinical_impression&quot; in those which should create conditions automatically from impression.</li> <li>Create an encounter for the patient.</li> <li><dl class="first docutils"> <dt>Create a new impression:</dt> <dd><ul class="first last"> <li>If there are not impressions yet for a speciality, press the button &quot;Create impression&quot;, choose a specialty and the encounter. The encounter can be changed and if it is older than a week a warning will appear. Then, click &quot;Create&quot;. You can always use this wizard, even if there are already impressions for that specialty.</li> <li>Once there are already impressions of that specialty for a patient, you can access them from the stethoscope button found on the patient impressions page. Once there, pressing the &quot;Create button&quot; you can create impressions of that specialty.</li> </ul> </dd> </dl> </li> <li>Complete all the desired fields of the impression, also add findings or allergies if desired.</li> <li>When everything is completed, validate the impression. Once validated, it can not be edited. The findings added whose create_condition_from_clinical_impression field was marked as true, will create a condition. The allergies added will also create a allergy.</li> <li>The impression can also be cancelled. The related conditions and allergies created will be desactivated.</li> <li>If desired, create a family history record from the button &quot;Create Family History&quot; at the patient or encounter view.</li> </ol> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id2">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_impression%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="#id3">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id4">Authors</a></h3> <ul class="simple"> <li>Creu Blanca</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id5">Contributors</a></h3> <ul class="simple"> <li>Creu Blanca</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id6">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_impression">tegin/medical-fhir</a> project on GitHub.</p> <p>You are welcome to contribute.</p>