public enum OrganizationType extends Enum<OrganizationType>
| Enum Constant and Description |
|---|
BUS
An organization that is a registered business or corporation but not identified by other types.
|
CG
An un-incorporated community group.
|
CRS
An organization that is identified as a Pharmaceutical/Clinical Research Sponsor.
|
DEPT
A department or ward within a hospital (Generally is not applicable to top level organizations)
|
EDU
An educational institution that provides education or research facilities.
|
GOVT
A political body, often used when including organization records for government bodies such as a Federal Government, State or Local Government.
|
INS
A company that provides insurance to its subscribers that may include healthcare related policies.
|
NULL
added to help the parsers
|
OTHER
Other type of organization not already specified.
|
PAY
A company, charity, or governmental organization, which processes claims and/or issues payments to providers on behalf of patients or groups of patients.
|
PROV
An organization that provides healthcare services.
|
RELI
An organization that is identified as a part of a religious institution.
|
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).
|
| Modifier and Type | Method and Description |
|---|---|
static OrganizationType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static OrganizationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrganizationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrganizationType PROV
public static final OrganizationType DEPT
public static final OrganizationType TEAM
public static final OrganizationType GOVT
public static final OrganizationType INS
public static final OrganizationType PAY
public static final OrganizationType EDU
public static final OrganizationType RELI
public static final OrganizationType CRS
public static final OrganizationType CG
public static final OrganizationType BUS
public static final OrganizationType OTHER
public static final OrganizationType NULL
public static OrganizationType[] values()
for (OrganizationType c : OrganizationType.values()) System.out.println(c);
public static OrganizationType 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 OrganizationType 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.