Chart number: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) |
Ttenbergen (talk | contribs) |
||
Line 7: | Line 7: | ||
[[CCMDB.mdb]] uses function Validate_chart() to validate the Chart number. | [[CCMDB.mdb]] uses function Validate_chart() to validate the Chart number. | ||
* check that the entry is numerical | |||
* check to ensure that [[PHIN field]] and [[Chart number]] are not identical. | |||
* no further checks at this time because chart numbers are different at different hospitals | |||
[[Category: Identification numbers]] | [[Category: Identification numbers]] | ||
[[Category: Registry Data]] | [[Category: Registry Data]] |
Revision as of 15:21, 22 May 2013
Chart number is the number assigned to a patient by Admitting. This is done once the patient has been seen by Triage in ER or new to the hospital for clinics, testing and various workups. This number remains the patient's chart number for all hospital visits, admissions, tests, etc. It is unique to that patient.
EXCEPTION: Patient is admitted as an unknown "Pt Doe". They are given a new chart number. After discharge the old records will be "married" to the new ones.--CMarks 12:43, 5 August 2011 (CDT)
Template:CCMDB Data Integrity Checks
CCMDB.mdb uses function Validate_chart() to validate the Chart number.
- check that the entry is numerical
- check to ensure that PHIN field and Chart number are not identical.
- no further checks at this time because chart numbers are different at different hospitals