NewProcedure
If New Procedure Came Steps Are : ¶
-
Explaining the New Procedure/Operation from the Coder/CDS .
-
Note Down the Standard terms refer to that Procedure name .i.e Operation names,synonyms, and procedure related Bodyparts.
-
And note down the devices and approach prefer the physician to complete the Operation.and Qualifier used to that procedure etc.
-
Then If this procedure related to the already existing procedure ,then take new phase and write rule for this procedure.
-
Otherwise take new JAPE file and write rules for that procedure .
-
We should insert the all bodypart related information of that procedure into standard table like Medminemster.dbo.StandardBodyparts2' table.
-
By using this table we can access the first 4 digits of code through JAPE rule directly.
-
Finally Add this JAPE rule in DocAnalyser.java of getRequiredJapes(String wt) method.add this rule to the list of pcsjapes1[].
Update Existing PCSJape Rules ¶
If JAPE rule was present but wrong selection of code or code not selected for particular scinario.
-
Open the Particular JAPE rule and find the rule.And maximum combination of that entry.
-
Checking the entries in standard table 'StandardBodyParts2' table.all synonyms are present or not.
-
If anything synonyms or combinations missing enter those entries first.
-
Checking the Exclusion conditions.
-
Finally get the required PCS code.
As per the Facility ¶
As per facility we are getting the codes by the help of Labresults, MeditechVitals,NursingReport etc..
i.e
Transfusion ¶
We are giving Transfusion code '30233_1' directly if LabResults Table contains ProductId(TestName) and PhysicianId,date are empty-- by Coder For this ProductIds we are maintaing the table like medminemaster.dbo.PCSFromReports
Hemodialysis ¶
We are giving Hemodialysis code '5A1D70Z' directly if NursingReport Table contains vsqueryvalue(Hemodialysis) -- by coder i.e vsquerydescription like '%Urinary Elimination'
Ventilation ¶
We are giving Ventilation codes '5A19_5Z' directly if Vitals Table contains Standardvalue(Ventilator) and take vitaldate diff get appropriate Pcs code -- By coder i.e based on the ventilation giving time to the patient we are giving the code.
CPAP/BIPAP ¶
We are giving CPAP/BIPAP codes '5A09_57' directly if Vitals Table contains Standardvalue(CPAP/BIPAP) and take vitaldate diff get appropriate Pcs code -- By coder.
i.e based on the CPAP/BIPAP giving time to the patient we are giving the code.
Above all procedure codes are handles in Storedprocedure.
ICD10InsertProceduresCodes