Class V3ConfidentialityCodes
A set of codes specifying the security classification of acts and roles in accordance with the definition for concept domain "Confidentiality".
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class V3ConfidentialityCodes : object
Fields
| Improve this Doc View SourceConfidentiality
A specializable code and its leaf codes used in Confidentiality value sets to value the Act.Confidentiality and Role.Confidentiality attribute in accordance with the definition for concept domain "Confidentiality".
Declaration
public static readonly Coding Confidentiality
Field Value
Type | Description |
---|---|
Coding |
LiteralConfidentiality
Literal for code: Confidentiality
Declaration
public const string LiteralConfidentiality = null
Field Value
Type | Description |
---|---|
System. |
LiteralLow
Literal for code: Low
Declaration
public const string LiteralLow = null
Field Value
Type | Description |
---|---|
System. |
LiteralModerate
Literal for code: Moderate
Declaration
public const string LiteralModerate = null
Field Value
Type | Description |
---|---|
System. |
LiteralNormal
Literal for code: Normal
Declaration
public const string LiteralNormal = null
Field Value
Type | Description |
---|---|
System. |
LiteralRestricted
Literal for code: Restricted
Declaration
public const string LiteralRestricted = null
Field Value
Type | Description |
---|---|
System. |
LiteralUnrestricted
Literal for code: Unrestricted
Declaration
public const string LiteralUnrestricted = null
Field Value
Type | Description |
---|---|
System. |
LiteralV3ConfidentialityConfidentiality
Literal for code: V3ConfidentialityConfidentiality
Declaration
public const string LiteralV3ConfidentialityConfidentiality = null
Field Value
Type | Description |
---|---|
System. |
LiteralV3ConfidentialityLow
Literal for code: V3ConfidentialityLow
Declaration
public const string LiteralV3ConfidentialityLow = null
Field Value
Type | Description |
---|---|
System. |
LiteralV3ConfidentialityModerate
Literal for code: V3ConfidentialityModerate
Declaration
public const string LiteralV3ConfidentialityModerate = null
Field Value
Type | Description |
---|---|
System. |
LiteralV3ConfidentialityNormal
Literal for code: V3ConfidentialityNormal
Declaration
public const string LiteralV3ConfidentialityNormal = null
Field Value
Type | Description |
---|---|
System. |
LiteralV3ConfidentialityRestricted
Literal for code: V3ConfidentialityRestricted
Declaration
public const string LiteralV3ConfidentialityRestricted = null
Field Value
Type | Description |
---|---|
System. |
LiteralV3ConfidentialityUnrestricted
Literal for code: V3ConfidentialityUnrestricted
Declaration
public const string LiteralV3ConfidentialityUnrestricted = null
Field Value
Type | Description |
---|---|
System. |
LiteralV3ConfidentialityVeryRestricted
Literal for code: V3ConfidentialityVeryRestricted
Declaration
public const string LiteralV3ConfidentialityVeryRestricted = null
Field Value
Type | Description |
---|---|
System. |
LiteralVeryRestricted
Literal for code: VeryRestricted
Declaration
public const string LiteralVeryRestricted = null
Field Value
Type | Description |
---|---|
System. |
Low
Definition: Privacy metadata indicating that the information has been de-identified, and there are mitigating circumstances that prevent re-identification, which minimize risk of harm from unauthorized disclosure. The information requires protection to maintain low sensitivity.
Examples: Includes anonymized, pseudonymized, or non-personally identifiable information such as HIPAA limited data sets.
Map: No clear map to ISO 13606-4 Sensitivity Level (1) Care Management: RECORD_COMPONENTs that might need to be accessed by a wide range of administrative staff to manage the subject of care's access to health services.
Usage Note: This metadata indicates the receiver may have an obligation to comply with a data use agreement.
Declaration
public static readonly Coding Low
Field Value
Type | Description |
---|---|
Coding |
Moderate
Definition: Privacy metadata indicating moderately sensitive information, which presents moderate risk of harm if disclosed without authorization.
Examples: Includes allergies of non-sensitive nature used inform food service; health information a patient authorizes to be used for marketing, released to a bank for a health credit card or savings account; or information in personal health record systems that are not governed under health privacy laws.
Map: Partial Map to ISO 13606-4 Sensitivity Level (2) Clinical Management: Less sensitive RECORD_COMPONENTs that might need to be accessed by a wider range of personnel not all of whom are actively caring for the patient (e.g. radiology staff).
Usage Note: This metadata indicates that the receiver may be obligated to comply with the receiver's terms of use or privacy policies.
Declaration
public static readonly Coding Moderate
Field Value
Type | Description |
---|---|
Coding |
Normal
Definition: Privacy metadata indicating that the information is typical, non-stigmatizing health information, which presents typical risk of harm if disclosed without authorization.
Examples: In the US, this includes what HIPAA identifies as the minimum necessary protected health information (PHI) given a covered purpose of use (treatment, payment, or operations). Includes typical, non-stigmatizing health information disclosed in an application for health, workers compensation, disability, or life insurance.
Map: Partial Map to ISO 13606-4 Sensitivity Level (3) Clinical Care: Default for normal clinical care access (i.e. most clinical staff directly caring for the patient should be able to access nearly all of the EHR). Maps to normal confidentiality for treatment information but not to ancillary care, payment and operations.
Usage Note: This metadata indicates that the receiver may be obligated to comply with applicable jurisdictional privacy law or disclosure authorization.
Declaration
public static readonly Coding Normal
Field Value
Type | Description |
---|---|
Coding |
Restricted
Privacy metadata indicating highly sensitive, potentially stigmatizing information, which presents a high risk to the information subject if disclosed without authorization. May be pre-empted by jurisdictional law, e.g. for public health reporting or emergency treatment.
Examples: Includes information that is additionally protected such as sensitive conditions mental health, HIV, substance abuse, domestic violence, child abuse, genetic disease, and reproductive health; or sensitive demographic information such as a patient's standing as an employee or a celebrity. May be used to indicate proprietary or classified information that is not related to an individual, e.g. secret ingredients in a therapeutic substance; or the name of a manufacturer.
Map: Partial Map to ISO 13606-4 Sensitivity Level (3) Clinical Care: Default for normal clinical care access (i.e. most clinical staff directly caring for the patient should be able to access nearly all of the EHR). Maps to normal confidentiality for treatment information but not to ancillary care, payment and operations..
Usage Note: This metadata indicates that the receiver may be obligated to comply with applicable, prevailing (default) jurisdictional privacy law or disclosure authorization..
Declaration
public static readonly Coding Restricted
Field Value
Type | Description |
---|---|
Coding |
Unrestricted
Definition: Privacy metadata indicating that the information is not classified as sensitive.
Examples: Includes publicly available information, e.g. business name, phone, email or physical address.
Usage Note: This metadata indicates that the receiver has no obligation to consider additional policies when making access control decisions. Note that in some jurisdictions, personally identifiable information must be protected as confidential, so it would not be appropriate to assign a confidentiality code of "unrestricted" to that information even if it is publicly available.
Declaration
public static readonly Coding Unrestricted
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up V3Confidentiality Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |
VeryRestricted
. Privacy metadata indicating that the information is extremely sensitive and likely stigmatizing health information that presents a very high risk if disclosed without authorization. This information must be kept in the highest confidence.
Examples: Includes information about a victim of abuse, patient requested information sensitivity, and taboo subjects relating to health status that must be discussed with the patient by an attending provider before sharing with the patient. May also include information held under “legal lock� or attorney-client privilege
Map: This metadata indicates that the receiver may not disclose this information except as directed by the information custodian, who may be the information subject.
Usage Note: This metadata indicates that the receiver may not disclose this information except as directed by the information custodian, who may be the information subject.
Declaration
public static readonly Coding VeryRestricted
Field Value
Type | Description |
---|---|
Coding |