public enum CareTeamStatus extends Enum<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
|
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 CareTeamStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CareTeamStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CareTeamStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CareTeamStatus PROPOSED
public static final CareTeamStatus ACTIVE
public static final CareTeamStatus SUSPENDED
public static final CareTeamStatus INACTIVE
public static final CareTeamStatus ENTEREDINERROR
public static final CareTeamStatus NULL
public static CareTeamStatus[] values()
for (CareTeamStatus c : CareTeamStatus.values()) System.out.println(c);
public static 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 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.