Skip to content

NewProcedure

If New Procedure Came Steps Are :

  1. Explaining the New Procedure/Operation from the Coder/CDS .

  2. Note Down the Standard terms refer to that Procedure name .i.e Operation names,synonyms, and procedure related Bodyparts.

  3. And note down the devices and approach prefer the physician to complete the Operation.and Qualifier used to that procedure etc.

  4. Then If this procedure related to the already existing procedure ,then take new phase and write rule for this procedure.

  5. Otherwise take new JAPE file and write rules for that procedure .

  6. We should insert the all bodypart related information of that procedure into standard table like Medminemster.dbo.StandardBodyparts2' table.

  7. By using this table we can access the first 4 digits of code through JAPE rule directly.

  8. 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.

  1. Open the Particular JAPE rule and find the rule.And maximum combination of that entry.

  2. Checking the entries in standard table 'StandardBodyParts2' table.all synonyms are present or not.

  3. If anything synonyms or combinations missing enter those entries first.

  4. Checking the Exclusion conditions.

  5. 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