public enum EncounterStatus extends Enum<EncounterStatus>
| Enum Constant and Description |
|---|
ARRIVED
The Patient is present for the encounter, however is not currently meeting with a practitioner.
|
CANCELLED
The Encounter has ended before it has begun.
|
ENTEREDINERROR
This instance should not have been part of this patient's medical record.
|
FINISHED
The Encounter has ended.
|
INPROGRESS
The Encounter has begun and the patient is present / the practitioner and the patient are meeting.
|
NULL
added to help the parsers
|
ONLEAVE
The Encounter has begun, but the patient is temporarily on leave.
|
PLANNED
The Encounter has not yet started.
|
TRIAGED
The patient has been assessed for the priority of their treatment based on the severity of their condition.
|
UNKNOWN
The encounter status is unknown.
|
| Modifier and Type | Method and Description |
|---|---|
static EncounterStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static EncounterStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncounterStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncounterStatus PLANNED
public static final EncounterStatus ARRIVED
public static final EncounterStatus TRIAGED
public static final EncounterStatus INPROGRESS
public static final EncounterStatus ONLEAVE
public static final EncounterStatus FINISHED
public static final EncounterStatus CANCELLED
public static final EncounterStatus ENTEREDINERROR
public static final EncounterStatus UNKNOWN
public static final EncounterStatus NULL
public static EncounterStatus[] values()
for (EncounterStatus c : EncounterStatus.values()) System.out.println(c);
public static EncounterStatus 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 EncounterStatus 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.