public enum SubscriberRelationship extends Enum<SubscriberRelationship>
| Enum Constant and Description |
|---|
CHILD
The Beneficiary is a child of the Subscriber
|
COMMON
The Beneficiary is a common law spouse or equivalent of the Subscriber
|
INJURED
The Beneficiary is covered under insurance of the subscriber due to an injury.
|
NULL
added to help the parsers
|
OTHER
The Beneficiary has some other relationship the Subscriber
|
PARENT
The Beneficiary is a parent of the Subscriber
|
SELF
The Beneficiary is the Subscriber
|
SPOUSE
The Beneficiary is a spouse or equivalent of the Subscriber
|
| Modifier and Type | Method and Description |
|---|---|
static SubscriberRelationship |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static SubscriberRelationship |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriberRelationship[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubscriberRelationship CHILD
public static final SubscriberRelationship PARENT
public static final SubscriberRelationship SPOUSE
public static final SubscriberRelationship COMMON
public static final SubscriberRelationship OTHER
public static final SubscriberRelationship SELF
public static final SubscriberRelationship INJURED
public static final SubscriberRelationship NULL
public static SubscriberRelationship[] values()
for (SubscriberRelationship c : SubscriberRelationship.values()) System.out.println(c);
public static SubscriberRelationship 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 SubscriberRelationship 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.