Enum FHIRVersion
- java.lang.Object
-
- java.lang.Enum<FHIRVersion>
-
- org.hl7.fhir.r4.model.codesystems.FHIRVersion
-
- All Implemented Interfaces:
Serializable,Comparable<FHIRVersion>
public enum FHIRVersion extends Enum<FHIRVersion>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _0_0_80DSTU 1 Official version._0_0_81DSTU 1 Official version Technical Errata #1._0_0_82DSTU 1 Official version Technical Errata #2._0_01Oldest archived version of FHIR._0_051st Draft for Comment (Sept 2012 Ballot)._0_062nd Draft for Comment (January 2013 Ballot)._0_11DSTU 1 Ballot version._0_4_0Draft For Comment (January 2015 Ballot)._0_5_0DSTU 2 Ballot version (May 2015 Ballot)._1_0_0DSTU 2 QA Preview + CQIF Ballot (Sep 2015)._1_0_1DSTU 2 (Official version)._1_0_2DSTU 2 (Official version) with 1 technical errata._1_1_0GAO Ballot + draft changes to main FHIR standard._1_4_0CQF on FHIR Ballot + Connectathon 12 (Montreal)._1_6_0FHIR STU3 Ballot + Connectathon 13 (Baltimore)._1_8_0FHIR STU3 Candidate + Connectathon 14 (San Antonio)._3_0_0FHIR Release 3 (STU)._3_0_1FHIR Release 3 (STU) with 1 technical errata._3_3_0R4 Ballot #1._3_5_0R4 Ballot #2._4_0_0FHIR Release 4 (Normative + STU).NULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FHIRVersionfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static FHIRVersionvalueOf(String name)Returns the enum constant of this type with the specified name.static FHIRVersion[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_0_01
public static final FHIRVersion _0_01
Oldest archived version of FHIR.
-
_0_05
public static final FHIRVersion _0_05
1st Draft for Comment (Sept 2012 Ballot).
-
_0_06
public static final FHIRVersion _0_06
2nd Draft for Comment (January 2013 Ballot).
-
_0_11
public static final FHIRVersion _0_11
DSTU 1 Ballot version.
-
_0_0_80
public static final FHIRVersion _0_0_80
DSTU 1 Official version.
-
_0_0_81
public static final FHIRVersion _0_0_81
DSTU 1 Official version Technical Errata #1.
-
_0_0_82
public static final FHIRVersion _0_0_82
DSTU 1 Official version Technical Errata #2.
-
_0_4_0
public static final FHIRVersion _0_4_0
Draft For Comment (January 2015 Ballot).
-
_0_5_0
public static final FHIRVersion _0_5_0
DSTU 2 Ballot version (May 2015 Ballot).
-
_1_0_0
public static final FHIRVersion _1_0_0
DSTU 2 QA Preview + CQIF Ballot (Sep 2015).
-
_1_0_1
public static final FHIRVersion _1_0_1
DSTU 2 (Official version).
-
_1_0_2
public static final FHIRVersion _1_0_2
DSTU 2 (Official version) with 1 technical errata.
-
_1_1_0
public static final FHIRVersion _1_1_0
GAO Ballot + draft changes to main FHIR standard.
-
_1_4_0
public static final FHIRVersion _1_4_0
CQF on FHIR Ballot + Connectathon 12 (Montreal).
-
_1_6_0
public static final FHIRVersion _1_6_0
FHIR STU3 Ballot + Connectathon 13 (Baltimore).
-
_1_8_0
public static final FHIRVersion _1_8_0
FHIR STU3 Candidate + Connectathon 14 (San Antonio).
-
_3_0_0
public static final FHIRVersion _3_0_0
FHIR Release 3 (STU).
-
_3_0_1
public static final FHIRVersion _3_0_1
FHIR Release 3 (STU) with 1 technical errata.
-
_3_3_0
public static final FHIRVersion _3_3_0
R4 Ballot #1.
-
_3_5_0
public static final FHIRVersion _3_5_0
R4 Ballot #2.
-
_4_0_0
public static final FHIRVersion _4_0_0
FHIR Release 4 (Normative + STU).
-
NULL
public static final FHIRVersion NULL
added to help the parsers
-
-
Method Detail
-
values
public static FHIRVersion[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (FHIRVersion c : FHIRVersion.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FHIRVersion valueOf(String name)
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
public static FHIRVersion fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-