Enum Constant Summary
Enum Constants
An organization that is a registered business or corporation but not identified by other types.
An un-incorporated community group.
An organization that is identified as a Pharmaceutical/Clinical Research Sponsor.
A department or ward within a hospital (Generally is not applicable to top level organizations)
An educational institution that provides education or research facilities.
A political body, often used when including organization records for government bodies such as a Federal Government, State or Local Government.
A company that provides insurance to its subscribers that may include healthcare related policies.
added to help the parsers
Other type of organization not already specified.
An organization that provides healthcare services.
An organization that is identified as a part of a religious institution.
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).
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
PROV
An organization that provides healthcare services.
DEPT
A department or ward within a hospital (Generally is not applicable to top level organizations)
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).
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.
EDU
An educational institution that provides education or research facilities.
RELI
An organization that is identified as a part of a religious institution.
CRS
An organization that is identified as a Pharmaceutical/Clinical Research Sponsor.
CG
An un-incorporated community group.
BUS
An organization that is a registered business or corporation but not identified by other types.
OTHER
Other type of organization not already specified.
NULL
added to help the parsers
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
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 name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException