public enum OrganizationRole extends Enum<OrganizationRole>
| Enum Constant and Description |
|---|
AGENCY
An organization such as a public health agency, community/social services provider, etc.
|
DIAGNOSTICS
An organization providing diagnostic testing/laboratory services
|
HIE_HIO
An organization that facilitates electronic clinical data exchange between entities
|
MEMBER
A type of non-ownership relationship between entities (encompasses partnerships, collaboration, joint ventures, etc.)
|
NULL
added to help the parsers
|
PAYER
An organization providing reimbursement, payment, or related services
|
PROVIDER
null
|
RESEARCH
An organization providing research-related services such as conducting research, recruiting research participants, analyzing data, etc.
|
SUPPLIER
An organization that provides medical supplies (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static OrganizationRole |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static OrganizationRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrganizationRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrganizationRole PROVIDER
public static final OrganizationRole AGENCY
public static final OrganizationRole RESEARCH
public static final OrganizationRole PAYER
public static final OrganizationRole DIAGNOSTICS
public static final OrganizationRole SUPPLIER
public static final OrganizationRole HIE_HIO
public static final OrganizationRole MEMBER
public static final OrganizationRole NULL
public static OrganizationRole[] values()
for (OrganizationRole c : OrganizationRole.values()) System.out.println(c);
public static OrganizationRole 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 OrganizationRole 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.