public static enum FamilyMemberHistory.FamilyHistoryStatus extends Enum<FamilyMemberHistory.FamilyHistoryStatus>
| 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 with the generic types
|
PARTIAL
Some health information is known and captured, but not complete - see notes for details.
|
| Modifier and Type | Method and Description |
|---|---|
static FamilyMemberHistory.FamilyHistoryStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static FamilyMemberHistory.FamilyHistoryStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FamilyMemberHistory.FamilyHistoryStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FamilyMemberHistory.FamilyHistoryStatus PARTIAL
public static final FamilyMemberHistory.FamilyHistoryStatus COMPLETED
public static final FamilyMemberHistory.FamilyHistoryStatus ENTEREDINERROR
public static final FamilyMemberHistory.FamilyHistoryStatus HEALTHUNKNOWN
public static final FamilyMemberHistory.FamilyHistoryStatus NULL
public static FamilyMemberHistory.FamilyHistoryStatus[] values()
for (FamilyMemberHistory.FamilyHistoryStatus c : FamilyMemberHistory.FamilyHistoryStatus.values()) System.out.println(c);
public static FamilyMemberHistory.FamilyHistoryStatus 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 FamilyMemberHistory.FamilyHistoryStatus 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.