public enum HistoryStatus extends Enum<HistoryStatus>
| Enum Constant and Description |
|---|
COMPLETED
All available related health information is captured as of the date (and possibly time) when the family member history was taken.
|
ENTEREDINERROR
This instance should not have been part of this patient's medical record.
|
HEALTHUNKNOWN
Health information for this family member is unavailable/unknown.
|
NULL
added to help the parsers
|
PARTIAL
Some health information is known and captured, but not complete - see notes for details.
|
| Modifier and Type | Method and Description |
|---|---|
static HistoryStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static HistoryStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoryStatus PARTIAL
public static final HistoryStatus COMPLETED
public static final HistoryStatus ENTEREDINERROR
public static final HistoryStatus HEALTHUNKNOWN
public static final HistoryStatus NULL
public static HistoryStatus[] values()
for (HistoryStatus c : HistoryStatus.values()) System.out.println(c);
public static HistoryStatus 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 HistoryStatus 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.