public static enum MedicationRequest.MedicationRequestStatus extends Enum<MedicationRequest.MedicationRequestStatus>
| Enum Constant and Description |
|---|
ACTIVE
The prescription is 'actionable', but not all actions that are implied by it have occurred yet.
|
CANCELLED
The prescription has been withdrawn before any administrations have occurred
|
COMPLETED
All actions that are implied by the prescription have occurred.
|
DRAFT
The prescription is not yet 'actionable', e.g.
|
ENTEREDINERROR
Some of the actions that are implied by the medication request may have occurred.
|
NULL
added to help the parsers with the generic types
|
ONHOLD
Actions implied by the prescription are to be temporarily halted, but are expected to continue later.
|
STOPPED
Actions implied by the prescription are to be permanently halted, before all of the administrations occurred.
|
UNKNOWN
The authoring/source system does not know which of the status values currently applies for this observation.
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationRequest.MedicationRequestStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MedicationRequest.MedicationRequestStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MedicationRequest.MedicationRequestStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedicationRequest.MedicationRequestStatus ACTIVE
public static final MedicationRequest.MedicationRequestStatus ONHOLD
public static final MedicationRequest.MedicationRequestStatus CANCELLED
public static final MedicationRequest.MedicationRequestStatus COMPLETED
public static final MedicationRequest.MedicationRequestStatus ENTEREDINERROR
public static final MedicationRequest.MedicationRequestStatus STOPPED
public static final MedicationRequest.MedicationRequestStatus DRAFT
public static final MedicationRequest.MedicationRequestStatus UNKNOWN
public static final MedicationRequest.MedicationRequestStatus NULL
public static MedicationRequest.MedicationRequestStatus[] values()
for (MedicationRequest.MedicationRequestStatus c : MedicationRequest.MedicationRequestStatus.values()) System.out.println(c);
public static MedicationRequest.MedicationRequestStatus 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 MedicationRequest.MedicationRequestStatus 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.