Identifiers

From CaisisWiki

(Difference between revisions)
Jump to: navigation, search
(User Search)
(User Search)
Line 14: Line 14:
Search Results will display with blinded patient Name and DOB, but will display actual search Identifier.
Search Results will display with blinded patient Name and DOB, but will display actual search Identifier.
-
'''LookupCode = "IdType" WITH LookupAttribute != "HPI"'''
+
'''LookupCode = "IdType" WITHOUT LookupAttribute = "HPI"'''
== Header ==
== Header ==

Revision as of 23:25, 16 February 2010

Contents

View Patient Identifiers

The "ViewPatientIdentifiers" permission is required in the UserPermissions table of Caisis for viewing Patient Identifiers such as First Name, Last Name, MRN, etc...

It is also needed for searching by these Identifiers. If User does not have this permission, they will be restricted by LookupCode "IdType".

PHI Identifiers

Lookup codes of type "IdType" which are tagged with LookupAttribute "HPI" are marked as PHI, used for restricting Patient sensitive Identifiers to Users.

User Search

Users are able to search for Patients by identifiers based on their permission level. If User has Permission "ViewPatientIdentifiers", they will be able to search by Last Name & MRN, in addition to all "IdType" Lookup codes.

If User does not have Permission "ViewPatientIdentifiers", they will not be able to search by Last Name or MRN, and will be restricted to searching by identifiers of LookupCodes "IdType" which do not have LookupAttribute "HPI".

Search Results will display with blinded patient Name and DOB, but will display actual search Identifier.

LookupCode = "IdType" WITHOUT LookupAttribute = "HPI"

Header

Users who do not have Permission "ViewPatientIdentifiers" will see a blinded representation of the Patient Last Name, First Name, MRN and Date of Birth. But the user will see the Identifier on which they search.

Ex: User searches by Path Accession Number, header will display Path Accession Number, but not Patient Name, MRN or Date of Birth.

Show Default Identifiers On Login

To control if Users are able to set their default search type on the Login page, the following web config key is required. <add key="ShowIsdentifiersOnLogin" value="true" />

To control the list of Identifiers which can be set are controlled by LookupCodes of "IdType" which have LookupAttribute "UseAsDefault".

LookupCode = "IdType" WITH LookupAttribute = "UseAsDefault"

Personal tools