public enum V3ActSite extends Enum<V3ActSite>
| Enum Constant and Description |
|---|
_HUMANACTSITE
An anatomical location on a human which can be the focus of an act.
|
_HUMANSUBSTANCEADMINISTRATIONSITE
The set of body locations to or through which a drug product may be administered.
|
BE
bilateral ears
|
BN
bilateral nares
|
BU
buttock
|
LA
left arm
|
LAC
left anterior chest
|
LACF
left antecubital fossa
|
LD
left deltoid
|
LE
left ear
|
LEJ
left external jugular
|
LF
left foot
|
LG
left gluteus medius
|
LH
left hand
|
LIJ
left internal jugular
|
LLAQ
left lower abd quadrant
|
LLFA
left lower forearm
|
LMFA
left mid forearm
|
LN
left naris
|
LPC
left posterior chest
|
LSC
left subclavian
|
LT
left thigh
|
LUA
left upper arm
|
LUAQ
left upper abd quadrant
|
LUFA
left upper forearm
|
LVG
left ventragluteal
|
LVL
left vastus lateralis
|
NULL
added to help the parsers
|
OD
right eye
|
OS
left eye
|
OU
bilateral eyes
|
PA
perianal
|
PERIN
perineal
|
RA
right arm
|
RAC
right anterior chest
|
RACF
right antecubital fossa
|
RD
right deltoid
|
RE
right ear
|
REJ
right external jugular
|
RF
right foot
|
RG
right gluteus medius
|
RH
right hand
|
RIJ
right internal jugular
|
RLAQ
right lower abd quadrant
|
RLFA
right lower forearm
|
RMFA
right mid forearm
|
RN
right naris
|
RPC
right posterior chest
|
RSC
right subclavian
|
RT
right thigh
|
RUA
right upper arm
|
RUAQ
right upper abd quadrant
|
RUFA
right upper forearm
|
RVG
right ventragluteal
|
RVL
right vastus lateralis
|
| Modifier and Type | Method and Description |
|---|---|
static V3ActSite |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3ActSite |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3ActSite[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3ActSite _HUMANACTSITE
public static final V3ActSite _HUMANSUBSTANCEADMINISTRATIONSITE
public static V3ActSite[] values()
for (V3ActSite c : V3ActSite.values()) System.out.println(c);
public static V3ActSite 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 V3ActSite 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.