public enum V3Hl7Realm extends Enum<V3Hl7Realm>
| Enum Constant and Description |
|---|
AFFILIATEREALMS
Description: Realm codes for official HL7 organizational bodies.
|
AR
Description: Realm code for use of Argentina
|
AT
Description: Realm code for use of Austria
|
AU
Description: Realm code for use of Australia
|
BINDINGREALMS
Description: Concepts that can be used as Binding Realms when creating Binding Statements.
|
BR
Description: Realm code for use of Brazil
|
C1
Description: Realm code for use of Unclassified Realm
|
CA
Description: Realm code for use of Canada
|
CH
Description: Realm code for use of Switzerland
|
CL
Description: Realm code for use of Chile
|
CN
Description: Realm code for use of China
|
CO
Description: Realm code for use of Localized Version
|
CZ
Description: Realm code for use of Czech Republic
|
DE
Description: Realm code for use of Germany
|
DK
Description: Realm code for use of Denmark
|
ES
Description: Realm code for use of Spain
|
FI
Description: Realm code for use of Finland
|
FR
Description: Realm code for use of France
|
GB
Description: Realm code for use of Great Britain
|
GR
Description: Realm code for use of Greece
|
HR
Description: Realm code for use of Croatia
|
IE
Description: Realm code for use of Ireland
|
IN
Description: Realm code for use of India
|
IT
Description: Realm code for use of Italy
|
JP
Description: Realm code for use of Japan
|
KR
Description: Realm code for use of Korea
|
LT
Description: Realm code for use of Lithuania
|
MX
Description: Realm code for use of Mexico
|
NAMESPACEREALMS
Description: Codes that can be used in the "realm" portion of HL7 v3 artifact identifiers.
|
NL
Description: Realm code for use of The Netherlands
|
NULL
added to help the parsers
|
NZ
Description: Realm code for use of New Zealand
|
R1
Description: Realm code for use of Representative Realm
|
RO
Description: Realm code for use of Romania
|
RU
Description: Realm code for use of Russian Federation
|
SE
Description: Realm code for use of Sweden
|
SG
Description: Realm code for use of Localized Version
|
SOA
Description: Realm code for use of Southern Africa
|
TR
Description: Realm code for use of Turkey
|
TW
Description: Realm code for use of Taiwan
|
UK
Description: Realm code for use of United Kingdom
|
US
Description: Realm code for use of United States of America
|
UV
Description: Realm code for use of Universal realm or context, used in every instance
|
UY
Description: Realm code for use of Uruguay
|
X1
Description: Realm code for use of Example Realm
|
ZZ
Description: An artifact created for local use only.
|
| Modifier and Type | Method and Description |
|---|---|
static V3Hl7Realm |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3Hl7Realm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3Hl7Realm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3Hl7Realm BINDINGREALMS
public static final V3Hl7Realm AFFILIATEREALMS
public static final V3Hl7Realm AR
public static final V3Hl7Realm AT
public static final V3Hl7Realm AU
public static final V3Hl7Realm BR
public static final V3Hl7Realm CA
public static final V3Hl7Realm CH
public static final V3Hl7Realm CL
public static final V3Hl7Realm CN
public static final V3Hl7Realm CO
public static final V3Hl7Realm CZ
public static final V3Hl7Realm DE
public static final V3Hl7Realm DK
public static final V3Hl7Realm ES
public static final V3Hl7Realm FI
public static final V3Hl7Realm FR
public static final V3Hl7Realm GR
public static final V3Hl7Realm HR
public static final V3Hl7Realm IE
public static final V3Hl7Realm IN
public static final V3Hl7Realm IT
public static final V3Hl7Realm JP
public static final V3Hl7Realm KR
public static final V3Hl7Realm LT
public static final V3Hl7Realm MX
public static final V3Hl7Realm NL
public static final V3Hl7Realm NZ
public static final V3Hl7Realm RO
public static final V3Hl7Realm RU
public static final V3Hl7Realm SE
public static final V3Hl7Realm SG
public static final V3Hl7Realm SOA
public static final V3Hl7Realm TR
public static final V3Hl7Realm TW
public static final V3Hl7Realm UK
public static final V3Hl7Realm US
public static final V3Hl7Realm UV
public static final V3Hl7Realm UY
public static final V3Hl7Realm C1
public static final V3Hl7Realm GB
public static final V3Hl7Realm R1
public static final V3Hl7Realm X1
public static final V3Hl7Realm NAMESPACEREALMS
public static final V3Hl7Realm ZZ
public static final V3Hl7Realm NULL
public static V3Hl7Realm[] values()
for (V3Hl7Realm c : V3Hl7Realm.values()) System.out.println(c);
public static V3Hl7Realm 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 V3Hl7Realm 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.