SAP for Healthcare Discussions
Foster discussions about patient care, cost reduction, and operational excellence in healthcare organizations using SAP. Join the conversation.
cancel
Showing results for 
Search instead for 
Did you mean: 

Reporting on patients who have had a change of address

Former Member
0 Kudos
338

I am trying to create a report which reports on the fact that the a user has changed the patients address before they were discharged, and also what the previous address was (no need to report all changed.

Its obvious where to find the current address in NPAT-STRAS but how do I find/list the old addresses. I cannot find out which table they are stored in and can only see the old addresses when I view the patient and select environment - Patient Rel Change Documents.

Any suggestions or help would be greaty appreciated.

7 REPLIES 7

Claudius
Product and Topic Expert
Product and Topic Expert
0 Kudos
294

Hi Laurence,

the change documents contain the old address information. Are you familiar with this concept? If so you may take a look at the function module ISH_NPAT_CHANGES to see how they are used for the patient address. You may then try out report RSSCD200 to display the respective change documents.

Regards

Claudius

Former Member
0 Kudos
294

Thanks for the information. It is my first few weeks using SAP and it looks like I will need to get a developer to look into this function/report as I don't believe I have acess to view that information.

Is there an easy way to view that report?

Claudius
Product and Topic Expert
Product and Topic Expert
0 Kudos
294

Is there an easy way to view that report?

To start the report use transaction SA38 (or via the SAP Menu --> Tools --> ABAP Workbench --> Development --> ABAP Editor ) and type RSSCD200 in field Program and press F8.

On the selection screen type NPAT into field Object class. You may want to fill out other fields, e.g. a 10-digit patient number in field Object ID or a suitable time interval. The result list can be changed in layout according to your needs or you can export the data, e.g. to EXCEL.

For a more specific report I agree that you had to involve a developer. He or she should be able to find all necessary details by looking at the function module ISH_NPAT_CHANGES.

Regards

Claudius

0 Kudos
294

Hi,

I use the standard program RSSCD100 to view the change documents.

I do not see any change documents for service entries (NLEI). Does it require any configuration set up?

Regards

Rajesh

Edited by: Rajesh Sadhanala on Jun 10, 2008 2:56 PM

Claudius
Product and Topic Expert
Product and Topic Expert
0 Kudos
294

Rajesh,

a bit off-topic maybe, but just to let you know that SAP Patient Management does not offer change documents for rendered services (NLEI).

Regards

Claudius

0 Kudos
294

Hi Claudius ,

Shall I start a new thread or I can continue from here. Is there anyway where we can enhance the code to capture the change documents for services rendered?

It is not important but just trying to understand the reason why it was left out. Is it because of the load on the number of change documents created for each service entry.

A little bit off-topic here, I want to get my certification in SAP IS-H. How can I apply for it? Thank you

Regards

Rajesh

Claudius
Product and Topic Expert
Product and Topic Expert
0 Kudos
294

It is not important but just trying to understand the reason why it was left out. Is it because of the load on the number of change documents created for each service entry.

That's exactly the reason.

For the two other questions I recommend to start new threads.