Enum V3MaritalStatus

java.lang.Object
java.lang.Enum<V3MaritalStatus>
org.hl7.fhir.dstu3.model.codesystems.V3MaritalStatus
All Implemented Interfaces:
Serializable, Comparable<V3MaritalStatus>

public enum V3MaritalStatus extends Enum<V3MaritalStatus>
  • Enum Constant Details

    • A

      public static final V3MaritalStatus A
      Marriage contract has been declared null and to not have existed
    • D

      public static final V3MaritalStatus D
      Marriage contract has been declared dissolved and inactive
    • I

      public static final V3MaritalStatus I
      Subject to an Interlocutory Decree.
    • L

      public static final V3MaritalStatus L
      Legally Separated
    • M

      public static final V3MaritalStatus M
      A current marriage contract is active
    • P

      public static final V3MaritalStatus P
      More than 1 current spouse
    • S

      public static final V3MaritalStatus S
      No marriage contract has ever been entered
    • T

      public static final V3MaritalStatus T
      Person declares that a domestic partner relationship exists.
    • U

      public static final V3MaritalStatus U
      Currently not in a marriage contract.
    • W

      public static final V3MaritalStatus W
      The spouse has died
    • NULL

      public static final V3MaritalStatus NULL
      added to help the parsers
  • Method Details

    • values

      public static V3MaritalStatus[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static V3MaritalStatus valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromCode

      public static V3MaritalStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()