public enum V3EntityClass extends Enum<V3EntityClass>
| Enum Constant and Description |
|---|
ANM
A living subject from the animal kingdom.
|
CER
A physical artifact that stores information about the granting of authorization.
|
CHEM
A substance that is fully defined by an organic or inorganic chemical formula, includes mixtures of other chemical substances.
|
CITY
The territory of a city, town or other municipality.
|
CONT
A container of other entities.
|
COUNTRY
The territory of a sovereign nation.
|
COUNTY
The territory of a county, parish or other division of a state or province.
|
DEV
A subtype of ManufacturedMaterial used in an activity, without being substantially changed through that activity.
|
ENT
Corresponds to the Entity class
|
FOOD
Naturally occurring, processed or manufactured entities that are primarily used as food for humans and animals.
|
HCE
A health chart included to serve as a document receiving entity in the management of medical records.
|
HOLD
A type of container that can hold other containers or other holders.
|
LIV
Anything that essentially has the property of life, independent of current state (a dead human corpse is still essentially a living subject).
|
MAT
Any thing that has extension in space and mass, may be of living or non-living origin.
|
MIC
All single celled living organisms including protozoa, bacteria, yeast, viruses, etc.
|
MMAT
Corresponds to the ManufacturedMaterial class
|
MODDV
Class to contain unique attributes of diagnostic imaging equipment.
|
NAT
A politically organized body of people bonded by territory and known as a nation.
|
NLIV
A subtype of living subject that includes all living things except the species Homo Sapiens.
|
NULL
added to help the parsers
|
ORG
A social or legal structure formed by human beings.
|
PLC
A physical place or site with its containing structure.
|
PLNT
A living subject from the order of plants.
|
PROVINCE
The territory of a state, province, department or other division of a sovereign country.
|
PSN
A living subject of the species homo sapiens.
|
PUB
An agency of the people of a state often assuming some authority over a certain matter.
|
RGRP
A grouping of resources (personnel, material, or places) to be used for scheduling purposes.
|
STATE
A politically organized body of people bonded by territory, culture, or ethnicity, having sovereignty (to a certain extent) granted by other states (enclosing or neighboring states).
|
| Modifier and Type | Method and Description |
|---|---|
static V3EntityClass |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3EntityClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3EntityClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3EntityClass ENT
public static final V3EntityClass HCE
public static final V3EntityClass LIV
public static final V3EntityClass NLIV
public static final V3EntityClass ANM
public static final V3EntityClass MIC
public static final V3EntityClass PLNT
public static final V3EntityClass PSN
public static final V3EntityClass MAT
public static final V3EntityClass CHEM
public static final V3EntityClass FOOD
public static final V3EntityClass MMAT
public static final V3EntityClass CONT
public static final V3EntityClass HOLD
public static final V3EntityClass DEV
public static final V3EntityClass CER
public static final V3EntityClass MODDV
public static final V3EntityClass ORG
public static final V3EntityClass PUB
public static final V3EntityClass STATE
public static final V3EntityClass NAT
public static final V3EntityClass PLC
public static final V3EntityClass CITY
public static final V3EntityClass COUNTRY
public static final V3EntityClass COUNTY
public static final V3EntityClass PROVINCE
public static final V3EntityClass RGRP
public static final V3EntityClass NULL
public static V3EntityClass[] values()
for (V3EntityClass c : V3EntityClass.values()) System.out.println(c);
public static V3EntityClass 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 V3EntityClass 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.