public static enum PlanDefinition.ActionParticipantType extends Enum<PlanDefinition.ActionParticipantType>
| Enum Constant and Description |
|---|
DEVICE
The participant is a system or device used in the care of the patient.
|
NULL
added to help the parsers with the generic types
|
PATIENT
The participant is the patient under evaluation.
|
PRACTITIONER
The participant is a practitioner involved in the patient's care.
|
RELATEDPERSON
The participant is a person related to the patient.
|
| Modifier and Type | Method and Description |
|---|---|
static PlanDefinition.ActionParticipantType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static PlanDefinition.ActionParticipantType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanDefinition.ActionParticipantType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanDefinition.ActionParticipantType PATIENT
public static final PlanDefinition.ActionParticipantType PRACTITIONER
public static final PlanDefinition.ActionParticipantType RELATEDPERSON
public static final PlanDefinition.ActionParticipantType DEVICE
public static final PlanDefinition.ActionParticipantType NULL
public static PlanDefinition.ActionParticipantType[] values()
for (PlanDefinition.ActionParticipantType c : PlanDefinition.ActionParticipantType.values()) System.out.println(c);
public static PlanDefinition.ActionParticipantType 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 PlanDefinition.ActionParticipantType 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.