Requirement Constraints

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Friday, 3 August 2012

EMR In-house Lab workflow

Posted on 04:16 by Unknown

Back to domain Smile

In my last company, we follow the below workflow for the in-house lab order. Please note : Even though I mention as use case, but it may not have all the typical structure of a use case. I will explain in my own way. 

1. Doctor Orders lab and test perform on the same date

Actor : Doctor, Reception

Use Case : Doctor Orders the lab and patient ready to perform the test on the

same date within the same location.

Pre conditions : Soap note is already created by Nurse

Steps

  1. Doctor go to the lab ordering module
  2. Select ECG test
  3. Doctor orally updates to the patient saying “ I have ordered a ECG Test, our location has in house lab to perform this. Please check with reception whether today or next available day, you are able to perform the test
  4. Patient comes out of the doctor room and step into reception area.
  5. Reception identified that doctor orders a lab test called ECG and also she knows that current location (the location where she is physically presents) has the in-house lab to perform this.
  6. From the UI, reception identifies who will perform this test(test technician)
  7. From the UI, she also able to identify whether this test can also conducted in other location for the practice
  8. Double click on the test technician name and system shows the scheduler for the test technician for today.
  9. She came to know that today slots are free very close to the current time.
  10. She immediately turns to patient and checks whether patient is willing to do the test today itself.
  11.  Patient accepts to carry on the same day in the same location
  12. Reception desk immediately forward the lab order information to test technician dashboard.
  13. The use case ends.

Post-conditions

  1. 1. Patient Ordering information for the selected test from the list.
  2. 2. Test appears in the test technician dashboard as pending item for him.

PLEASE NOTE : Even Test technician slots are free, and the above use case assumes that there is no need to book appointment and then forward. If system expects to first book appointment , then we have to follow the work flow such as checked in, roomed, etc which may fail in this case.

 

2. Doctor Orders lab and test perform on the different date on the same location.

Actor : Doctor, Reception

Use Case : Doctor Orders the lab and patient prefer to come for the test on any

of the future date.

Pre conditions : Soap note is already created by Nurse

Steps

  1. Doctor go to the lab ordering module
  2. Select ECG test
  3. Doctor orally updates to the patient saying “ I have ordered a ECG Test, our location has in house lab to perform this. Please check with reception whether today or next available day, you are able to perform the test
  4. Patient comes out of the doctor room and step into reception area.
  5. Reception identified that doctor orders a lab test called ECG and also she knows that current location (the location where she is physically presents) has the in-house lab to perform this.
  6. From the UI, reception identifies who will perform this test(test technician)
  7. From the UI, she also able to identify whether this test can also conducted in other location for the practice
  8. Double click on the test technician name and system shows the scheduler for the test technician for today.
  9. She came to know that today slots are free very close to the current time.
  10. She immediately turns to patient and checks whether patient is willing to do the test today itself.
  11. Patient denies for the current date, and prefer to come after 3 days.
  12. Reception desk ask the patient whether the patient is willing to come for the test after 3 days to this same location or any other location of the practice.
  13.  Patient prefer to come to this same location.
  14. Reception desk book the appointment as a test visit after 3 day for the patient.
  15. Reception desk print the test instruction(if any) and hand over to the patient.
  16. The use case ends.

Alternate workflow

Step after 11 in the above flow

  1. Reception desk ask the patient whether the patient is willing to come for the test after 3 days to this same location or any other location of the practice.
  2.  Patient prefer to come to different location which is near to home. (Practice has one more location where exclusively tests are conducted)
  3. Reception desk book the appointment as a test visit after 3 day for the patient in the different location.
  4. Reception desk print the test instruction(if any) and hand over to the patient.
  5. The use case ends.

3. Patient come to the location for just to perform the test.

Actor : Reception des

Use Case : Doctor Orders the lab and patient come to the location for the test.

Pre conditions : Soap note is already created by Nurse, doctor and lab order is

pending. Patient already have the appointment with test technician

Steps

  1. Patient come to the location for the test
  2. Reception desk change the patient status from schedule to Sign in.
  3. As soon as sign in, test appears in the test technician dashboard.
  4. The use case ends.
Email ThisBlogThis!Share to XShare to Facebook
Posted in EMR Labs Stuff | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • ZK Example for inline Editing with Add New and Delete
    I am quite impressed on this demo from ZK . But adding new record and delete existing record is missing as part of typical CRUD. So i thoug...
  • EDI 5010 Documentation 837 Professional - Loop 2010BB Payer Name
    2010BB Payer Name          In this loop, all the information will be taken from Insurance master screen. Take a look of our sample screen...
  • EDI 5010 Documentation–837 - BHT - Beginning of Hierarchical Transaction
    BHT – Beginning of Hierarchical Transaction Loop Seg ID Segment Name Format Length Ref# Req Value   BHT Beginning of Hier...
  • Hibernate Validator Example 2
    In this example, we will see some more validation constraints such as @email, @past, @length, etc. And also we will also define custom error...
  • ZK Passing Parameter between two files using MVVM–Part 1
    Overview This is the first series of articles about Passing parameter between two zul files using MVVM Design pattern .This article will fo...
  • MVVM Command annotation and Notify change example
    Here is an example, how to pass parameter on a zul through MVVM Command binding annotation. ZK URL http://books.zkoss.org/wiki/ZK%20Develo...
  • History of Present Illness
    HPI - One of the main component of Clinical History. What is an HPI ? The history of present illness (HPI) is a chronological description...
  • Patient Demographics
    Patient browse (search) is the key element for any EMR / PMS Software. In my past 15 years experience, i involved more than 5 times in desig...
  • ViewModel Class Java Annotation @Init, @NotifyChange, @Command
    In following sections we'll list all syntaxes that can be used in implementing a ViewModel and applying ZK bind annotation. The ZK binde...
  • Good Website Design Links
    Form Design Label Placement in Forms International Address Fields in Web Forms 40 Eye-Catching Registration Pages blog-comment-form-...

Categories

  • Billing Process
  • C Workbook
  • C++ Workbook
  • Eclipse Tips
  • EDI 5010
  • EMR Appointment Features
  • EMR Labs Stuff
  • EMR PMS Links
  • EMR Use cases
  • EMR Vital Sign
  • Good Website Design
  • Hibernate Criteria Queries
  • Hibernate Introduction
  • Hibernate Introduction Setup
  • Hibernate Mapping
  • Hibernate POC
  • Hibernate Validator
  • Hibernate–Java Environment setup
  • HPI
  • Java
  • Maven
  • MU Certification
  • NPI
  • PQRS
  • Practice Management System
  • Spring Security
  • Tech Links
  • Today Tech Stuff
  • zk
  • ZK Hibernate
  • ZK 5 Databinding
  • ZK Application
  • ZK Calling Another ZUL
  • ZK CheckBox
  • ZK CreateComponents
  • ZK CSS
  • ZK extended Components
  • ZK Foreach
  • ZK Forum Posts
  • ZK Framework
  • ZK Hibernate Setup
  • ZK ID Space
  • ZK Include
  • ZK Installation
  • ZK iReport
  • ZK Layout
  • ZK Listitem Pagination
  • ZK Message Box
  • ZK MVC
  • ZK MVC Combox Box
  • ZK MVC CRUD Examples
  • ZK MVC Listbox
  • ZK MVVM
  • ZK MVVM Combo
  • ZK MVVM CRUD
  • ZK MVVM ListBox
  • ZK Spring
  • ZK TextBox

Blog Archive

  • ►  2013 (105)
    • ►  December (3)
    • ►  September (7)
    • ►  August (13)
    • ►  July (1)
    • ►  June (11)
    • ►  May (3)
    • ►  April (14)
    • ►  March (19)
    • ►  February (21)
    • ►  January (13)
  • ▼  2012 (177)
    • ►  December (1)
    • ►  November (13)
    • ►  October (19)
    • ►  September (24)
    • ▼  August (26)
      • Hibernate Validator - Creating custom constraints ...
      • Hibernate Validator - Creating custom constraints...
      • Hibernate Validator Example 2
      • Hibernate Validator Examples
      • Hibernate Validator Example 1
      • ZK Examples Index Page
      • Hibernate n+1 problem
      • MVVM Command annotation and Notify change example
      • EMR Most Commonly used Vital sign
      • ZK Hibernate one to Many annotation mapping bidire...
      • EDI 5010 Documentation – 837 Professional GE Funct...
      • One to many mapping using bidirectional relationsh...
      • Sample HL7 Files
      • LAB Test Panels
      • EMR In-house Lab workflow
      • One to many mapping using bidirectional relationsh...
      • Hibernate–Java Environment setup
      • Hibernate Mapping one to Many–Some useful explanat...
      • EDI 5010 Documentation 837 Professional - Loop 233...
      • EDI 5010 Documentation 837 Professional - Loop 232...
      • EDI 5010 Documentation 837 Professional - Loop 230...
      • EDI 5010 Documentation 837 Professional - Loop 230...
      • EDI 5010 Documentation 837 Professional - Loop 230...
      • EDI 5010 Documentation 837 Professional - Loop 230...
      • EDI 5010 Documentation 837 Professional - Loop 230...
      • EDI 5010 Documentation – 837 Professional SE Trans...
    • ►  July (6)
    • ►  June (37)
    • ►  May (30)
    • ►  April (16)
    • ►  March (1)
    • ►  January (4)
  • ►  2011 (5)
    • ►  December (1)
    • ►  November (1)
    • ►  July (1)
    • ►  June (1)
    • ►  April (1)
  • ►  2010 (1)
    • ►  September (1)
Powered by Blogger.

About Me

Unknown
View my complete profile