| Title |
Test
Find
ICD9 code validation
|
| Expression |
^([EV])?\d{3,3}(\.\d{1,2})?$ |
| Description |
validates an ICD9 medical code which MAY start with an E or V, 3 digits, and MAY be followed by a period and a 1-2 digit sub-code |
| Matches |
123.45 | E123.45 | V123.45 | 456.7 | E456.7 | V456.7 | 987 | E987 | V987 |
| Non-Matches |
e123 | X123 | e123.4 | e123.45 | E12345 |
| Author |
Rating:
Not yet rated.
Ken Forslund
|
| Source |
|
| Your Rating |
|