public enum CareTeamCategory extends Enum<CareTeamCategory>
| Enum Constant and Description |
|---|
CLINICALRESEARCH
This type of team is responsible for establishing, conducting, coordinating and monitoring the outcomes of clinical trials.
|
CONDITION
This type of team focuses on one specific condition.
|
ENCOUNTER
This type of team focuses on one specific encounter.
|
EPISODE
This type of team focuses on one specific episode of care with a defined time period or self-limiting process (e.g.
|
EVENT
This type of team focuses on one specific type of incident, which is non-patient specific.
|
LONGITUDINAL
This type of team focuses on overall care coordination managing one or more conditions across the continuum of care ensuring there are smooth transitions of care.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static CareTeamCategory |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CareTeamCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CareTeamCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CareTeamCategory EVENT
public static final CareTeamCategory ENCOUNTER
public static final CareTeamCategory EPISODE
public static final CareTeamCategory LONGITUDINAL
public static final CareTeamCategory CONDITION
public static final CareTeamCategory CLINICALRESEARCH
public static final CareTeamCategory NULL
public static CareTeamCategory[] values()
for (CareTeamCategory c : CareTeamCategory.values()) System.out.println(c);
public static CareTeamCategory 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 CareTeamCategory fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.