public enum MedicationStatementStatus extends Enum<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
|
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 MedicationStatementStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MedicationStatementStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MedicationStatementStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedicationStatementStatus ACTIVE
public static final MedicationStatementStatus COMPLETED
public static final MedicationStatementStatus ENTEREDINERROR
public static final MedicationStatementStatus INTENDED
public static final MedicationStatementStatus STOPPED
public static final MedicationStatementStatus ONHOLD
public static final MedicationStatementStatus UNKNOWN
public static final MedicationStatementStatus NOTTAKEN
public static final MedicationStatementStatus NULL
public static MedicationStatementStatus[] values()
for (MedicationStatementStatus c : MedicationStatementStatus.values()) System.out.println(c);
public static 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 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.