public enum GroupType extends Enum<GroupType>
| Enum Constant and Description |
|---|
ANIMAL
Group contains "animal" Patient resources.
|
DEVICE
Group contains Device resources.
|
MEDICATION
Group contains Medication resources.
|
NULL
added to help the parsers
|
PERSON
Group contains "person" Patient resources.
|
PRACTITIONER
Group contains healthcare practitioner resources (Practitioner or PractitionerRole).
|
SUBSTANCE
Group contains Substance resources.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static GroupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupType PRACTITIONER
public static final GroupType MEDICATION
public static GroupType[] values()
for (GroupType c : GroupType.values()) System.out.println(c);
public static GroupType 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 GroupType 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.