|
|
 |
New and important features of the drgValidator regarding swissDRG
The internals of swissDRG and APDRG differ significantly. However, it was a design goal to not change the COM interface and thus to not
generate a new version of the drgValidator.
As a consequence methods of both the ISearch and IValidate interfaces have been patched to reflect the different internals of the DRG catalogs.
The following list identifies these methods and propeties that have been patched for swissDRG:
IValidate interface
ISearch interface
- SearchCode, SearchName, SearchMDC methods
There are 2 service providers in swissDRG -hospitals and maternity clinics- using the same service code space! The hospital provider is the default space and
maternity clinics are chosen by prepending maternityClinic: to the query term.
- GetTP property
A negative LOS signals to calculated the effective cost weight for the relocation case of the given |LOS|.
- GetCodeType property
All swissDRG codes of type "other" are counted as enCodeUndefined.
- GetServiceType property
The interpretation of the serviceType changes for SwissDRG and APDRG!
- GetHighTrimPoint2 property
swissDRG does not have a HTP2! Therefore, the "exception to readmission" information is supplied via this property: -1 = no exception; 1 = exception
|