Requirement Constraints

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

Wednesday, 1 August 2012

EDI 5010 Documentation 837 Professional - Loop 2300 Health care Diagnosis Code

Posted on 01:26 by Unknown

2300 Health care diagnosis code

        

One of the main purposes of 5010 is to support the upcoming change to ICD-10 diagnosis and procedure codes – a change providers must make by October 1, 2013. To help prepare for ICD-10, 5010 now requires a Diagnosis Code on all claims, and the maximum number of Diagnosis Codes was increased from eight in 4010 to 12 in 5010. Although you can report 12 diagnosis codes at the claim level, you can only point or link four codes to a specific service at the service line level.

Loop Seg ID Segment Name Format Length Ref# Req Value
2300 HI Health care Diagnosis code ID 2 R HI
Element Separator AN 1 *
HI01-1 Code List Qualifier Code ID 1/3 1270 R BK = Principal Diagnosis
    Component Element separator   1     :
HI01-2 Industry Code AN 1/30 1271 R Print Primary Diagnosis code
Element Separator AN 1 *
HI02-1 Code List Qualifier Code ID 1/3 1270 R BF = Diagnosis Code
    Component Element separator   1     :
HI02-2 Industry Code AN 1/30 1271 R Print Diagnosis code
Element Separator AN 1 *
HI03-1 Code List Qualifier Code ID 1/3 1270 R BF = Diagnosis Code
    Component Element separator   1     :
HI03-2 Industry Code AN 1/30 1271 R Print Diagnosis code
Element Separator AN 1 *
HI04-1 Code List Qualifier Code ID 1/3 1270 R BF = Diagnosis Code
    Component Element separator   1     :
HI04-2 Industry Code AN 1/30 1271 R Print Diagnosis code
Element Separator AN 1 *
HI05-1 Code List Qualifier Code ID 1/3 1270 R BF = Diagnosis Code
    Component Element separator   1     :
HI05-2 Industry Code AN 1/30 1271 R Print Diagnosis code
Element Separator AN 1 *
HI06-1 Code List Qualifier Code ID 1/3 1270 R BF = Diagnosis
    Component Element separator   1     :
HI06-2 Industry Code AN 1/30 1271 R Print Diagnosis code
Element Separator AN 1 *
HI07-1 Code List Qualifier Code ID 1/3 1270 R BF = Diagnosis
    Component Element separator   1     :
HI07-2 Industry Code AN 1/30 1271 R Print Diagnosis code
Element Separator AN 1 *
HI08-1 Code List Qualifier Code ID 1/3 1270 R BF = Diagnosis
    Component Element separator   1     :
HI08-2 Industry Code AN 1/30 1271 R Print Diagnosis code
Element Separator AN 1 *
HI09-1 Code List Qualifier Code ID 1/3 1270 R BF = Diagnosis
    Component Element separator   1     :
HI09-2 Industry Code AN 1/30 1271 R Print Diagnosis code
Element Separator AN 1 *
HI10-1 Code List Qualifier Code ID 1/3 1270 R BF = Diagnosis
    Component Element separator   1     :
HI10-2 Industry Code AN 1/30 1271 R Print Diagnosis code
Element Separator AN 1 *
HI11-1 Code List Qualifier Code ID 1/3 1270 R BF = Diagnosis
    Component Element separator   1     :
HI11-2 Industry Code AN 1/30 1271 R Print Diagnosis code
Element Separator AN 1 *
HI12-1 Code List Qualifier Code ID 1/3 1270 R BF = Diagnosis
    Component Element separator   1     :
HI12-2 Industry Code AN 1/30 1271 R Print Diagnosis code
  Segment Terminator ~
               
 
Example
Claim Setup

Field

Value

Claim No

252

Claim Location

NY Office

Place of Service

11 - Office

Rendering Provider

David Mark

ICD Code

410,415, 368.34, 522.3

Line items

Procedure Code

Mod1

Mod2

Mod3

Mod4

ICD

FromDOS

ToDOS

Units

Unit Charges

99214

1,2,3,4

01/09/2012

01/09/2012

1

40

92570

1

01/09/2012

01/09/2012

1

180.04

90371

3,4

01/09/2012

01/09/2012

1

83


HI*BK:410*BF:415*BF:36834*BF:5223~

image

By Loop
2300 - Claim Information CLM CLM*252*303.04***11:B:1*Y*A*Y*Y~
2300 - Claim Information - Clia Number REF REF*X4*CL324234~
2300 - Claim Information - ICDs HI HI*BK:410*BF:415*BF:36834*BF:5223~
2310B - Rendering Provider Name NM1 NM1*82*1*Mark*David****XX*1111111111~
2310D - Service Facility Location NM1 NM1*77*2*NY Office*****XX*1336177328~
2310D - Service Facility Location N3 N3*5081 Tellus. Avenue*668-2204 Non Rd.~
2310D - Service Facility Location N4 N4*White Plains*NY*809051232~
2310D - Service Facility Location REF REF*LU*484345~
2400 - Service Line LX LX*1~
2400 - Service Line SV1 SV1*HC:99214*40*UN*1*11**1:2:3:4~
2400 - Service Line DTP DTP*472*RD8*20120109-20120109~
2400 - Service Line REF REF*6R*1140~
2400 - Service Line LX LX*2~
2400 - Service Line SV1 SV1*HC:92570*180.04*UN*1*11**1~
2400 - Service Line DTP DTP*472*RD8*20120109-20120109~
2400 - Service Line REF REF*6R*1141~
2400 - Service Line LX LX*3~
2400 - Service Line SV1 SV1*HC:90371*83*UN*1*11**3:4~
2400 - Service Line DTP DTP*472*RD8*20120109-20120109~
2400 - Service Line REF REF*6R*1142~



        

Questions or feedback are always welcome. You can email me at vbsenthilinnet@gmail.com.
You can hire me as consultant for EMR/PMS Domain and Web development on EMR/PMS Product!
Email ThisBlogThis!Share to XShare to Facebook
Posted in | 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...
  • 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...
  • 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...
  • 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...
  • 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...
  • ZK Border Layout–Another example
    This examples show how you can use ZK Border Layout to show the product information on clicking image. ZK Version 6 Project Name : BorderL...
  • 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...
  • Good Website Design Links
    Form Design Label Placement in Forms International Address Fields in Web Forms 40 Eye-Catching Registration Pages blog-comment-form-...
  • ZK MVVM Form Binding CRUD with Spring and Hibernate - Part 4
    Presentation Layer using ZK Framework          In part 3 , We have completed Spring integration with hibernate. In this post, we will des...

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