public enum V3ActUSPrivacyLaw extends Enum<V3ActUSPrivacyLaw>
| Enum Constant and Description |
|---|
_42CFRPART2
42 CFR Part 2 stipulates the right of an individual who has applied for or been given diagnosis or treatment for alcohol or drug abuse at a federally assisted program.
|
_ACTUSPRIVACYLAW
Definition: A jurisdictional mandate in the U.S.
|
COMMONRULE
U.S.
|
HIPAANOPP
The U.S.
|
HIPAAPSYNOTES
The U.S.
|
HIPAASELFPAY
Section 13405(a) of the Health Information Technology for Economic and Clinical Health Act (HITECH) stipulates the right of an individual to have disclosures regarding certain health care items or services for which the individual pays out of pocket in full restricted from a health plan.
|
NULL
added to help the parsers
|
TITLE38SECTION7332
Title 38 Part 1-protected information may only be disclosed to a third party with the special written consent of the patient except where expressly authorized by 38 USC 7332.
|
| Modifier and Type | Method and Description |
|---|---|
static V3ActUSPrivacyLaw |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3ActUSPrivacyLaw |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3ActUSPrivacyLaw[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3ActUSPrivacyLaw _ACTUSPRIVACYLAW
public static final V3ActUSPrivacyLaw _42CFRPART2
public static final V3ActUSPrivacyLaw COMMONRULE
public static final V3ActUSPrivacyLaw HIPAANOPP
public static final V3ActUSPrivacyLaw HIPAAPSYNOTES
public static final V3ActUSPrivacyLaw HIPAASELFPAY
public static final V3ActUSPrivacyLaw TITLE38SECTION7332
public static final V3ActUSPrivacyLaw NULL
public static V3ActUSPrivacyLaw[] values()
for (V3ActUSPrivacyLaw c : V3ActUSPrivacyLaw.values()) System.out.println(c);
public static V3ActUSPrivacyLaw 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 V3ActUSPrivacyLaw 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.