Enum Hl7WorkGroup
- java.lang.Object
-
- java.lang.Enum<Hl7WorkGroup>
-
- org.hl7.fhir.r4.model.codesystems.Hl7WorkGroup
-
- All Implemented Interfaces:
Serializable,Comparable<Hl7WorkGroup>
public enum Hl7WorkGroup extends Enum<Hl7WorkGroup>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AIDApplication Implementation and Design (http://www.hl7.org/Special/committees/java/index.cfm).BRRBiomedical Research and Regulation (http://www.hl7.org/Special/committees/rcrim/index.cfm).CBCCCommunity Based Collaborative Care (http://www.hl7.org/Special/committees/cbcc/index.cfm).CDSClinical Decision Support (http://www.hl7.org/Special/committees/dss/index.cfm).CGClinical Genomics (http://www.hl7.org/Special/committees/clingenomics/index.cfm).CQIClinical Quality Information (http://www.hl7.org/Special/committees/cqi/index.cfm).DEVHealth Care Devices (http://www.hl7.org/Special/committees/healthcaredevices/index.cfm).EHRElectronic Health Records (http://www.hl7.org/special/committees/ehr/index.cfm).FHIRFHIR Infrastructure (http://www.hl7.org/Special/committees/fiwg/index.cfm).FMFinancial Management (http://www.hl7.org/Special/committees/fm/index.cfm).HSIHealth Standards Integration (http://www.hl7.org/Special/committees/hsi/index.cfm).IIImaging Integration (http://www.hl7.org/Special/committees/imagemgt/index.cfm).INMInfrastructure And Messaging (http://www.hl7.org/special/committees/inm/index.cfm).ITSImplementable Technology Specifications (http://www.hl7.org/special/committees/xml/index.cfm).MNMModeling and Methodology (http://www.hl7.org/Special/committees/mnm/index.cfm).NULLadded to help the parsersOOOrders and Observations (http://www.hl7.org/Special/committees/orders/index.cfm).PAPatient Administration (http://www.hl7.org/Special/committees/pafm/index.cfm).PCPatient Care (http://www.hl7.org/Special/committees/patientcare/index.cfm).PHERPublic Health and Emergency Response (http://www.hl7.org/Special/committees/pher/index.cfm).PHXPharmacy (http://www.hl7.org/Special/committees/medication/index.cfm).SDStructured Documents (http://www.hl7.org/Special/committees/structure/index.cfm).SECSecurity (http://www.hl7.org/Special/committees/secure/index.cfm).USUS Realm Taskforce (http://www.hl7.org/Special/committees/usrealm/index.cfm).VOCABVocabulary (http://www.hl7.org/Special/committees/Vocab/index.cfm).
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Hl7WorkGroupfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static Hl7WorkGroupvalueOf(String name)Returns the enum constant of this type with the specified name.static Hl7WorkGroup[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CBCC
public static final Hl7WorkGroup CBCC
Community Based Collaborative Care (http://www.hl7.org/Special/committees/cbcc/index.cfm).
-
CDS
public static final Hl7WorkGroup CDS
Clinical Decision Support (http://www.hl7.org/Special/committees/dss/index.cfm).
-
CQI
public static final Hl7WorkGroup CQI
Clinical Quality Information (http://www.hl7.org/Special/committees/cqi/index.cfm).
-
CG
public static final Hl7WorkGroup CG
Clinical Genomics (http://www.hl7.org/Special/committees/clingenomics/index.cfm).
-
DEV
public static final Hl7WorkGroup DEV
Health Care Devices (http://www.hl7.org/Special/committees/healthcaredevices/index.cfm).
-
EHR
public static final Hl7WorkGroup EHR
Electronic Health Records (http://www.hl7.org/special/committees/ehr/index.cfm).
-
FHIR
public static final Hl7WorkGroup FHIR
FHIR Infrastructure (http://www.hl7.org/Special/committees/fiwg/index.cfm).
-
FM
public static final Hl7WorkGroup FM
Financial Management (http://www.hl7.org/Special/committees/fm/index.cfm).
-
HSI
public static final Hl7WorkGroup HSI
Health Standards Integration (http://www.hl7.org/Special/committees/hsi/index.cfm).
-
II
public static final Hl7WorkGroup II
Imaging Integration (http://www.hl7.org/Special/committees/imagemgt/index.cfm).
-
INM
public static final Hl7WorkGroup INM
Infrastructure And Messaging (http://www.hl7.org/special/committees/inm/index.cfm).
-
ITS
public static final Hl7WorkGroup ITS
Implementable Technology Specifications (http://www.hl7.org/special/committees/xml/index.cfm).
-
MNM
public static final Hl7WorkGroup MNM
Modeling and Methodology (http://www.hl7.org/Special/committees/mnm/index.cfm).
-
OO
public static final Hl7WorkGroup OO
Orders and Observations (http://www.hl7.org/Special/committees/orders/index.cfm).
-
PA
public static final Hl7WorkGroup PA
Patient Administration (http://www.hl7.org/Special/committees/pafm/index.cfm).
-
PC
public static final Hl7WorkGroup PC
Patient Care (http://www.hl7.org/Special/committees/patientcare/index.cfm).
-
PHER
public static final Hl7WorkGroup PHER
Public Health and Emergency Response (http://www.hl7.org/Special/committees/pher/index.cfm).
-
PHX
public static final Hl7WorkGroup PHX
Pharmacy (http://www.hl7.org/Special/committees/medication/index.cfm).
-
BRR
public static final Hl7WorkGroup BRR
Biomedical Research and Regulation (http://www.hl7.org/Special/committees/rcrim/index.cfm).
-
SD
public static final Hl7WorkGroup SD
Structured Documents (http://www.hl7.org/Special/committees/structure/index.cfm).
-
SEC
public static final Hl7WorkGroup SEC
Security (http://www.hl7.org/Special/committees/secure/index.cfm).
-
US
public static final Hl7WorkGroup US
US Realm Taskforce (http://www.hl7.org/Special/committees/usrealm/index.cfm).
-
VOCAB
public static final Hl7WorkGroup VOCAB
Vocabulary (http://www.hl7.org/Special/committees/Vocab/index.cfm).
-
AID
public static final Hl7WorkGroup AID
Application Implementation and Design (http://www.hl7.org/Special/committees/java/index.cfm).
-
NULL
public static final Hl7WorkGroup NULL
added to help the parsers
-
-
Method Detail
-
values
public static Hl7WorkGroup[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Hl7WorkGroup c : Hl7WorkGroup.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Hl7WorkGroup valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromCode
public static Hl7WorkGroup fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-