public enum V3Confidentiality extends Enum<V3Confidentiality>
| Enum Constant and Description |
|---|
_CONFIDENTIALITY
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".
|
_CONFIDENTIALITYBYACCESSKIND
Description: By accessing subject / role and relationship based rights (These concepts are mutually exclusive, one and only one is required for a valid confidentiality coding.)
Deprecation Comment:Deprecated due to updated confidentiality codes under ActCode
|
_CONFIDENTIALITYBYINFOTYPE
Description: By information type, only for service catalog entries (multiples allowed).
|
_CONFIDENTIALITYMODIFIERS
Description: Modifiers of role based access rights (multiple allowed)
Deprecation Comment:Deprecated due to updated confidentiality codes under ActCode
|
B
Description: Since the service class can represent knowledge structures that may be considered a trade or business secret, there is sometimes (though rarely) the need to flag those items as of business level confidentiality.
|
C
Description: Celebrities are people of public interest (VIP) including employees, whose information require special protection.
|
D
Description: Only clinicians may see this item, billing and administration persons can not access this item without special permission.
|
ETH
Description: Alcohol/drug-abuse related item
Deprecation Comment:Replced by ActCode.ETH
|
HIV
Description: HIV and AIDS related item
Deprecation Comment:Replced by ActCode.HIV
|
I
Description: Access only to individual persons who are mentioned explicitly as actors of this service and whose actor type warrants that access (cf.
|
L
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.
|
M
Definition: Privacy metadata indicating moderately sensitive information, which presents moderate risk of harm if disclosed without authorization.
|
N
Definition: Privacy metadata indicating that the information is typical, non-stigmatizing health information, which presents typical risk of harm if disclosed without authorization.
|
NULL
added to help the parsers
|
PSY
Description: Psychiatry related item
Deprecation Comment:Replced by ActCode.PSY
|
R
Privacy metadata indicating highly sensitive, potentially stigmatizing information, which presents a high risk to the information subject if disclosed without authorization.
|
S
Description:
Information for which the patient seeks heightened confidentiality.
|
SDV
Description: Sexual assault / domestic violence related item
Deprecation Comment:Replced by ActCode.SDV
|
T
Description: Information not to be disclosed or discussed with patient except through physician assigned to patient in this case.
|
U
Definition: Privacy metadata indicating that the information is not classified as sensitive.
|
V
.
|
| Modifier and Type | Method and Description |
|---|---|
static V3Confidentiality |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3Confidentiality |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3Confidentiality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3Confidentiality _CONFIDENTIALITY
public static final V3Confidentiality L
public static final V3Confidentiality M
public static final V3Confidentiality N
public static final V3Confidentiality R
public static final V3Confidentiality U
public static final V3Confidentiality V
public static final V3Confidentiality _CONFIDENTIALITYBYACCESSKIND
public static final V3Confidentiality B
public static final V3Confidentiality D
public static final V3Confidentiality I
public static final V3Confidentiality _CONFIDENTIALITYBYINFOTYPE
public static final V3Confidentiality ETH
public static final V3Confidentiality HIV
public static final V3Confidentiality PSY
public static final V3Confidentiality SDV
public static final V3Confidentiality _CONFIDENTIALITYMODIFIERS
public static final V3Confidentiality C
public static final V3Confidentiality S
public static final V3Confidentiality T
public static final V3Confidentiality NULL
public static V3Confidentiality[] values()
for (V3Confidentiality c : V3Confidentiality.values()) System.out.println(c);
public static V3Confidentiality valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static V3Confidentiality fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.