public enum ConsentPolicy extends Enum<ConsentPolicy>
| Enum Constant and Description |
|---|
ATELGA
Pursuant to Sec.
|
CRIC
45 CFR part 46 §46.116 General requirements for informed consent; and §46.117 Documentation of informed consent.
|
DCH3927
Michigan DCH-3927 Consent to Share Behavioral Health Information for Care Coordination Purposes, which combines 42 CFR Part 2 and Michigan Mental Health Code, Act 258 of 1974.
|
GA4GH
Global Alliance for Genomic Health Data Sharing Consent Form is an example of the GA4GH Population origins and ancestry research consent form.
|
HIPAAAUTH
HIPAA 45 CFR Section 164.508 Uses and disclosures for which an authorization is required.
|
HIPAANPP
164.520 Notice of privacy practices for protected health information.
|
HIPAARESEARCH
HIPAA 45 CFR 164.508 - Uses and disclosures for which an authorization is required.
|
HIPAARESTRICTIONS
HIPAA 45 CFR 164.510 - Uses and disclosures requiring an opportunity for the individual to agree or to object.
|
HIPAASELFPAY
HIPAA 45 CFR 164.522(a) Right To Request a Restriction of Uses and Disclosures.
|
ILLINOISMINORPROCEDURE
The consent to the performance of a medical or surgical procedure by a physician licensed to practice medicine and surgery, a licensed advanced practice nurse, or a licensed physician assistant executed by a married person who is a minor, by a parent who is a minor, by a pregnant woman who is a minor, or by any person 18 years of age or older, is not voidable because of such minority, and, for such purpose, a married person who is a minor, a parent who is a minor, a pregnant woman who is a minor, or any person 18 years of age or older, is deemed to have the same legal capacity to act and has the same powers and obligations as has a person of legal age.
|
MDHHS5515
On January 1, 2015, the Michigan Department of Health and Human Services (MDHHS) released a standard consent form for the sharing of health information specific to behavioral health and substance use treatment in accordance with Public Act 129 of 2014.
|
NCI
see http://ctep.cancer.gov/protocolDevelopment/docs/Informed_Consent_Template.docx
|
NIH527
NIH Authorization for the Release of Medical Information is a patient’s consent for the National Institutes of Health Clinical Center to release medical information to care providers, which can be revoked.
|
NIHGRDR
Global Rare Disease Patient Registry and Data Repository (GRDR) consent is an agreement of a healthcare consumer to permit collection, access, use and disclosure of de-identified rare disease information and collection of bio-specimens, medical information, family history and other related information from patients to permit the registry collection of health and genetic information, and specimens for pseudonymized disclosure for research purpose of use.
|
NIHHIPAA
Guidance and template form https://privacyruleandresearch.nih.gov/pdf/authorization.pdf
|
NLLSP
LSP (National Exchange Point) requires that providers, hospitals and pharmacy obtain explicit permission [opt-in] from healthcare consumers to submit and retrieve all or only some of a subject of care’s health information collected by the LSP for purpose of treatment, which can be revoked.
|
NULL
added to help the parsers
|
NYSSIPP
The New York State Surgical and Invasive Procedure Protocol (NYSSIPP) applies to all operative and invasive procedures including endoscopy, general surgery or interventional radiology.
|
SQUAXIN
Squaxin Indian HIPAA and 42 CFR Part 2 Consent for Release and Exchange of Confidential Information, which permits consenter to select healthcare record type and types of treatment purposes.
|
SSA827
SA Form SSA-827 (Authorization to Disclose Information to the Social Security Administration (SSA)).
|
VA100484
VA Form 10-0484 Revocation for Release of Individually-Identifiable Health Information enables a veteran to revoke authorization for the VA to release specified copies of individually-identifiable health information with the non-VA health care provider organizations participating in the eHealth Exchange and partnering with VA.
|
VA100485
VA Form 10-0485 Request for and Authorization to Release Protected Health Information to eHealth Exchange enables a veteran to request and authorize a VA health care facility to release protected health information (PHI) for treatment purposes only to the communities that are participating in the eHealth Exchange, VLER Directive, and other Health Information Exchanges with who VA has an agreement.
|
VA1010116
VA Form 10-10116 Revocation of Authorization for Use and Release of Individually Identifiable Health Information for Veterans Health Administration Research.
|
VA105345
VA Form 10-5345 Request for and Authorization to Release Medical Records or Health Information enables a veteran to request and authorize the VA to release specified copies of protected health information (PHI), such as hospital summary or outpatient treatment notes, which may include information about conditions governed under Title 38 Section 7332 (drug abuse, alcoholism or alcohol abuse, testing for or infection with HIV, and sickle cell anemia).
|
VA105345A
VA Form 10-5345a Individuals' Request for a Copy of Their Own Health Information enables a veteran to request and authorize the VA to release specified copies of protected health information (PHI), such as hospital summary or outpatient treatment notes.
|
VA105345AMHV
VA Form 10-5345a-MHV Individual's Request for a Copy of their own health information from MyHealtheVet enables a veteran to receive a copy of all available personal health information to be delivered through the veteran's My HealtheVet account.
|
VA214142
VA Form 21-4142 (Authorization and Consent to Release Information to the Department of Veterans Affairs (VA) enables a veteran to authorize the US Veterans Administration [VA] to request veteran's health information from non-VA providers.
|
| Modifier and Type | Method and Description |
|---|---|
static ConsentPolicy |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ConsentPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsentPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsentPolicy CRIC
public static final ConsentPolicy ILLINOISMINORPROCEDURE
public static final ConsentPolicy HIPAAAUTH
public static final ConsentPolicy HIPAANPP
public static final ConsentPolicy HIPAARESTRICTIONS
public static final ConsentPolicy HIPAARESEARCH
public static final ConsentPolicy HIPAASELFPAY
public static final ConsentPolicy MDHHS5515
public static final ConsentPolicy NYSSIPP
public static final ConsentPolicy VA100484
public static final ConsentPolicy VA100485
public static final ConsentPolicy VA105345
public static final ConsentPolicy VA105345A
public static final ConsentPolicy VA105345AMHV
public static final ConsentPolicy VA1010116
public static final ConsentPolicy VA214142
public static final ConsentPolicy SSA827
public static final ConsentPolicy DCH3927
public static final ConsentPolicy SQUAXIN
public static final ConsentPolicy NLLSP
public static final ConsentPolicy ATELGA
public static final ConsentPolicy NIHHIPAA
public static final ConsentPolicy NCI
public static final ConsentPolicy NIHGRDR
public static final ConsentPolicy NIH527
public static final ConsentPolicy GA4GH
public static final ConsentPolicy NULL
public static ConsentPolicy[] values()
for (ConsentPolicy c : ConsentPolicy.values()) System.out.println(c);
public static ConsentPolicy 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 ConsentPolicy 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.