public enum V3MaritalStatus extends Enum<V3MaritalStatus>
| Enum Constant and Description |
|---|
A
Marriage contract has been declared null and to not have existed
|
D
Marriage contract has been declared dissolved and inactive
|
I
Subject to an Interlocutory Decree.
|
L
Legally Separated
|
M
A current marriage contract is active
|
NULL
added to help the parsers
|
P
More than 1 current spouse
|
S
No marriage contract has ever been entered
|
T
Person declares that a domestic partner relationship exists.
|
U
Currently not in a marriage contract.
|
W
The spouse has died
|
| Modifier and Type | Method and Description |
|---|---|
static V3MaritalStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3MaritalStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3MaritalStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3MaritalStatus A
public static final V3MaritalStatus D
public static final V3MaritalStatus I
public static final V3MaritalStatus L
public static final V3MaritalStatus M
public static final V3MaritalStatus P
public static final V3MaritalStatus S
public static final V3MaritalStatus T
public static final V3MaritalStatus U
public static final V3MaritalStatus W
public static final V3MaritalStatus NULL
public static V3MaritalStatus[] values()
for (V3MaritalStatus c : V3MaritalStatus.values()) System.out.println(c);
public static V3MaritalStatus 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 V3MaritalStatus 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.