Enum V3Hl7Realm
- All Implemented Interfaces:
Serializable
,Comparable<V3Hl7Realm>
-
Enum Constant Summary
Enum ConstantDescriptionDescription: Realm codes for official HL7 organizational bodies.Description: Realm code for use of ArgentinaDescription: Realm code for use of AustriaDescription: Realm code for use of AustraliaDescription: Concepts that can be used as Binding Realms when creating Binding Statements.Description: Realm code for use of BrazilDescription: Realm code for use of Unclassified RealmDescription: Realm code for use of CanadaDescription: Realm code for use of SwitzerlandDescription: Realm code for use of ChileDescription: Realm code for use of ChinaDescription: Realm code for use of Localized VersionDescription: Realm code for use of Czech RepublicDescription: Realm code for use of GermanyDescription: Realm code for use of DenmarkDescription: Realm code for use of SpainDescription: Realm code for use of FinlandDescription: Realm code for use of FranceDescription: Realm code for use of Great BritainDescription: Realm code for use of GreeceDescription: Realm code for use of CroatiaDescription: Realm code for use of IrelandDescription: Realm code for use of IndiaDescription: Realm code for use of ItalyDescription: Realm code for use of JapanDescription: Realm code for use of KoreaDescription: Realm code for use of LithuaniaDescription: Realm code for use of MexicoDescription: Codes that can be used in the "realm" portion of HL7 v3 artifact identifiers.Description: Realm code for use of The Netherlandsadded to help the parsersDescription: Realm code for use of New ZealandDescription: Realm code for use of Representative RealmDescription: Realm code for use of RomaniaDescription: Realm code for use of Russian FederationDescription: Realm code for use of SwedenDescription: Realm code for use of Localized VersionDescription: Realm code for use of Southern AfricaDescription: Realm code for use of TurkeyDescription: Realm code for use of TaiwanDescription: Realm code for use of United KingdomDescription: Realm code for use of United States of AmericaDescription: Realm code for use of Universal realm or context, used in every instanceDescription: Realm code for use of UruguayDescription: Realm code for use of Example RealmDescription: An artifact created for local use only. -
Method Summary
Modifier and TypeMethodDescriptionstatic V3Hl7Realm
toCode()
static V3Hl7Realm
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.
-
Enum Constant Details
-
BINDINGREALMS
Description: Concepts that can be used as Binding Realms when creating Binding Statements. These codes are permitted to appear in the InfrastructureRoot.realmCode attribute. -
AFFILIATEREALMS
Description: Realm codes for official HL7 organizational bodies. This includes both the HL7 International organization as well as all recognized international affiliates (past and present). These groups have the ability to bind vocabulary and develop artifacts. As well, they have the ability to have "ownership" over other binding realms and namespace realms via the owningAffiliate property of those other realm codes. -
AR
Description: Realm code for use of Argentina -
AT
Description: Realm code for use of Austria -
AU
Description: Realm code for use of Australia -
BR
Description: Realm code for use of Brazil -
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 -
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 -
NL
Description: Realm code for use of The Netherlands -
NZ
Description: Realm code for use of New Zealand -
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 -
C1
Description: Realm code for use of Unclassified Realm -
GB
Description: Realm code for use of Great Britain -
R1
Description: Realm code for use of Representative Realm -
X1
Description: Realm code for use of Example Realm -
NAMESPACEREALMS
Description: Codes that can be used in the "realm" portion of HL7 v3 artifact identifiers. -
ZZ
Description: An artifact created for local use only. This realm namespace has no owning affiliate. Its use is uncontrolled, i.e. anyone can create artifacts using this realm namespace. Because of this, there is a significant likelihood of artifact identifier collisions. Implementers are encouraged to register their artifacts under an affiliate owned and controlled namespace to avoid such collision problems where possible. -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-