public enum OrganizationTypeEnum extends Enum<OrganizationTypeEnum>
| Enum Constant and Description |
|---|
CLINICAL_RESEARCH_SPONSOR
Display: Clinical Research Sponsor
Code Value: crs An organization that is identified as a Pharmaceutical/Clinical Research Sponsor. |
COMMUNITY_GROUP
Display: Community Group
Code Value: cg An un-incorporated community group. |
EDUCATIONAL_INSTITUTE
Display: Educational Institute
Code Value: edu An educational institution that provides education or research facilities. |
GOVERNMENT
Display: Government
Code Value: govt A political body, often used when including organization records for government bodies such as a Federal Government, State or Local Government. |
HEALTHCARE_PROVIDER
Display: Healthcare Provider
Code Value: prov An organization that provides healthcare services. |
HOSPITAL_DEPARTMENT
Display: Hospital Department
Code Value: dept A department or ward within a hospital (Generally is not applicable to top level organizations) |
INSURANCE_COMPANY
Display: Insurance Company
Code Value: ins A company that provides insurance to its subscribers that may include healthcare related policies. |
NON_HEALTHCARE_BUSINESS_OR_CORPORATION
Display: Non-Healthcare Business or Corporation
Code Value: bus An organization that is a registered business or corporation but not identified by other types. |
ORGANIZATIONAL_TEAM
Display: Organizational team
Code Value: team An organizational team is usually a grouping of practitioners that perform a specific function within an organization (which could be a top level organization, or a department). |
OTHER
Display: Other
Code Value: other Other type of organization not already specified. |
RELIGIOUS_INSTITUTION
Display: Religious Institution
Code Value: reli An organization that is identified as a part of a religious institution. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<OrganizationTypeEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
OrganizationType
|
| Modifier and Type | Method and Description |
|---|---|
static OrganizationTypeEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static OrganizationTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrganizationTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrganizationTypeEnum HEALTHCARE_PROVIDER
public static final OrganizationTypeEnum HOSPITAL_DEPARTMENT
public static final OrganizationTypeEnum ORGANIZATIONAL_TEAM
public static final OrganizationTypeEnum GOVERNMENT
public static final OrganizationTypeEnum INSURANCE_COMPANY
public static final OrganizationTypeEnum EDUCATIONAL_INSTITUTE
public static final OrganizationTypeEnum RELIGIOUS_INSTITUTION
public static final OrganizationTypeEnum CLINICAL_RESEARCH_SPONSOR
public static final OrganizationTypeEnum COMMUNITY_GROUP
public static final OrganizationTypeEnum NON_HEALTHCARE_BUSINESS_OR_CORPORATION
public static final OrganizationTypeEnum OTHER
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<OrganizationTypeEnum> VALUESET_BINDER
public static OrganizationTypeEnum[] values()
for (OrganizationTypeEnum c : OrganizationTypeEnum.values()) System.out.println(c);
public static OrganizationTypeEnum 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 OrganizationTypeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.