public static enum CareTeam.CareTeamStatus extends Enum<CareTeam.CareTeamStatus>
| Enum Constant and Description |
|---|
ACTIVE
The care team is currently participating in the coordination and delivery of care.
|
ENTEREDINERROR
The care team should have never existed.
|
INACTIVE
The care team was, but is no longer, participating in the coordination and delivery of care.
|
NULL
added to help the parsers with the generic types
|
PROPOSED
The care team has been drafted and proposed, but not yet participating in the coordination and delivery of patient care.
|
SUSPENDED
The care team is temporarily on hold or suspended and not participating in the coordination and delivery of care.
|
| Modifier and Type | Method and Description |
|---|---|
static CareTeam.CareTeamStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CareTeam.CareTeamStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CareTeam.CareTeamStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CareTeam.CareTeamStatus PROPOSED
public static final CareTeam.CareTeamStatus ACTIVE
public static final CareTeam.CareTeamStatus SUSPENDED
public static final CareTeam.CareTeamStatus INACTIVE
public static final CareTeam.CareTeamStatus ENTEREDINERROR
public static final CareTeam.CareTeamStatus NULL
public static CareTeam.CareTeamStatus[] values()
for (CareTeam.CareTeamStatus c : CareTeam.CareTeamStatus.values()) System.out.println(c);
public static CareTeam.CareTeamStatus 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 CareTeam.CareTeamStatus 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.