Database Table PatientCheck |
[This is preliminary documentation and is subject to change.]
The PatientChek table holds info about updates of patient data from external systems (when external systems where last checked for updates to the patient).
Field name | Type | Note | Description |
---|---|---|---|
CprNr | varchar(10) | Primary key | Id identifying patient that was checked |
DateChecked | datetime | Date and time for last check | |
CheckType | varchar(20) | Type of check. Can be used to categorize different types of checks such as "check for deathdate", "check for address update" etc. |