public enum EncounterSpecialArrangements extends Enum<EncounterSpecialArrangements>
| Enum Constant and Description |
|---|
ADDBED
An additional bed made available for a person accompanying the patient, for example a parent accompanying a child.
|
ATT
A person who accompanies a patient to provide assistive services necessary for the patient's care during the encounter.
|
DOG
The patient has a guide dog and the location used for the encounter should be able to support the presence of the service animal.
|
INT
The patient is not fluent in the local language and requires an interpreter to be available.
|
NULL
added to help the parsers
|
WHEEL
The patient requires a wheelchair to be made available for the encounter.
|
| Modifier and Type | Method and Description |
|---|---|
static EncounterSpecialArrangements |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static EncounterSpecialArrangements |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncounterSpecialArrangements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncounterSpecialArrangements WHEEL
public static final EncounterSpecialArrangements ADDBED
public static final EncounterSpecialArrangements INT
public static final EncounterSpecialArrangements ATT
public static final EncounterSpecialArrangements DOG
public static final EncounterSpecialArrangements NULL
public static EncounterSpecialArrangements[] values()
for (EncounterSpecialArrangements c : EncounterSpecialArrangements.values()) System.out.println(c);
public static EncounterSpecialArrangements 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 EncounterSpecialArrangements 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.