public static enum MedicationStatement.MedicationStatementStatus extends Enum<MedicationStatement.MedicationStatementStatus>
| Enum Constant and Description |
|---|
ACTIVE
The medication is still being taken.
|
COMPLETED
The medication is no longer being taken.
|
ENTEREDINERROR
Some of the actions that are implied by the medication statement may have occurred.
|
INTENDED
The medication may be taken at some time in the future.
|
NOTTAKEN
The medication was not consumed by the patient
|
NULL
added to help the parsers with the generic types
|
ONHOLD
Actions implied by the statement have been temporarily halted, but are expected to continue later.
|
STOPPED
Actions implied by the statement have been permanently halted, before all of them occurred.
|
UNKNOWN
The state of the medication use is not currently known.
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationStatement.MedicationStatementStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MedicationStatement.MedicationStatementStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MedicationStatement.MedicationStatementStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedicationStatement.MedicationStatementStatus ACTIVE
public static final MedicationStatement.MedicationStatementStatus COMPLETED
public static final MedicationStatement.MedicationStatementStatus ENTEREDINERROR
public static final MedicationStatement.MedicationStatementStatus INTENDED
public static final MedicationStatement.MedicationStatementStatus STOPPED
public static final MedicationStatement.MedicationStatementStatus ONHOLD
public static final MedicationStatement.MedicationStatementStatus UNKNOWN
public static final MedicationStatement.MedicationStatementStatus NOTTAKEN
public static final MedicationStatement.MedicationStatementStatus NULL
public static MedicationStatement.MedicationStatementStatus[] values()
for (MedicationStatement.MedicationStatementStatus c : MedicationStatement.MedicationStatementStatus.values()) System.out.println(c);
public static MedicationStatement.MedicationStatementStatus 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 MedicationStatement.MedicationStatementStatus 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.