public enum Hl7WorkGroup extends Enum<Hl7WorkGroup>
| Enum Constant and Description |
|---|
AID
Application Implementation and Design (http://www.hl7.org/Special/committees/java/index.cfm).
|
BRR
Biomedical Research and Regulation (http://www.hl7.org/Special/committees/rcrim/index.cfm).
|
CBCC
Community Based Collaborative Care (http://www.hl7.org/Special/committees/cbcc/index.cfm).
|
CDS
Clinical Decision Support (http://www.hl7.org/Special/committees/dss/index.cfm).
|
CG
Clinical Genomics (http://www.hl7.org/Special/committees/clingenomics/index.cfm).
|
CQI
Clinical Quality Information (http://www.hl7.org/Special/committees/cqi/index.cfm).
|
DEV
Health Care Devices (http://www.hl7.org/Special/committees/healthcaredevices/index.cfm).
|
EHR
Electronic Health Records (http://www.hl7.org/special/committees/ehr/index.cfm).
|
FHIR
FHIR Infrastructure (http://www.hl7.org/Special/committees/fiwg/index.cfm).
|
FM
Financial Management (http://www.hl7.org/Special/committees/fm/index.cfm).
|
HSI
Health Standards Integration (http://www.hl7.org/Special/committees/hsi/index.cfm).
|
II
Imaging Integration (http://www.hl7.org/Special/committees/imagemgt/index.cfm).
|
INM
Infrastructure And Messaging (http://www.hl7.org/special/committees/inm/index.cfm).
|
ITS
Implementable Technology Specifications (http://www.hl7.org/special/committees/xml/index.cfm).
|
MNM
Modeling and Methodology (http://www.hl7.org/Special/committees/mnm/index.cfm).
|
NULL
added to help the parsers
|
OO
Orders and Observations (http://www.hl7.org/Special/committees/orders/index.cfm).
|
PA
Patient Administration (http://www.hl7.org/Special/committees/pafm/index.cfm).
|
PC
Patient Care (http://www.hl7.org/Special/committees/patientcare/index.cfm).
|
PHER
Public Health and Emergency Response (http://www.hl7.org/Special/committees/pher/index.cfm).
|
PHX
Pharmacy (http://www.hl7.org/Special/committees/medication/index.cfm).
|
SD
Structured Documents (http://www.hl7.org/Special/committees/structure/index.cfm).
|
SEC
Security (http://www.hl7.org/Special/committees/secure/index.cfm).
|
US
US Realm Taskforce (http://www.hl7.org/Special/committees/usrealm/index.cfm).
|
VOCAB
Vocabulary (http://www.hl7.org/Special/committees/Vocab/index.cfm).
|
| Modifier and Type | Method and Description |
|---|---|
static Hl7WorkGroup |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Hl7WorkGroup |
valueOf(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.
|
public static final Hl7WorkGroup CBCC
public static final Hl7WorkGroup CDS
public static final Hl7WorkGroup CQI
public static final Hl7WorkGroup CG
public static final Hl7WorkGroup DEV
public static final Hl7WorkGroup EHR
public static final Hl7WorkGroup FHIR
public static final Hl7WorkGroup FM
public static final Hl7WorkGroup HSI
public static final Hl7WorkGroup II
public static final Hl7WorkGroup INM
public static final Hl7WorkGroup ITS
public static final Hl7WorkGroup MNM
public static final Hl7WorkGroup OO
public static final Hl7WorkGroup PA
public static final Hl7WorkGroup PC
public static final Hl7WorkGroup PHER
public static final Hl7WorkGroup PHX
public static final Hl7WorkGroup BRR
public static final Hl7WorkGroup SD
public static final Hl7WorkGroup SEC
public static final Hl7WorkGroup US
public static final Hl7WorkGroup VOCAB
public static final Hl7WorkGroup AID
public static final Hl7WorkGroup NULL
public static Hl7WorkGroup[] values()
for (Hl7WorkGroup c : Hl7WorkGroup.values()) System.out.println(c);
public static Hl7WorkGroup 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 Hl7WorkGroup 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.