Identifiers

From CaisisWiki

(Difference between revisions)
Jump to: navigation, search
(User Search)
(Show Default Identifiers On Login)
 
(3 intermediate revisions not shown)
Line 5: Line 5:
== PHI Identifiers ==
== 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.
+
Lookup codes of type "IdType" which are tagged with LookupAttribute "PHI" are marked as PHI, used for restricting Patient sensitive Identifiers to Users.
== User Search ==
== 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.
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".
+
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 "PHI".
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" WITHOUT LookupAttribute = "HPI"'''
+
'''LookupCode = "IdType" WITHOUT LookupAttribute = "PHI"'''
== Header ==
== Header ==
Line 23: Line 23:
== Show Default Identifiers On Login ==
== 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.
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" />'''
+
 
 +
'''<add key="ShowIdentifiersOnLogin" value="true" />'''
To control the list of Identifiers which can be set are controlled by LookupCodes of "IdType" which have LookupAttribute "UseAsDefault".
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"'''
'''LookupCode = "IdType" WITH LookupAttribute = "UseAsDefault"'''

Current revision as of 20:08, 7 August 2012

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 "PHI" 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 "PHI".

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

LookupCode = "IdType" WITHOUT LookupAttribute = "PHI"

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="ShowIdentifiersOnLogin" 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