Package org.hl7.fhir.r4.model
Enum Enumerations.FHIRVersion
- All Implemented Interfaces:
Serializable,Comparable<Enumerations.FHIRVersion>
- Enclosing class:
- Enumerations
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDSTU 1 Official version.DSTU 1 Official version Technical Errata #1.DSTU 1 Official version Technical Errata #2.Oldest archived version of FHIR.1st Draft for Comment (Sept 2012 Ballot).2nd Draft for Comment (January 2013 Ballot).DSTU 1 Ballot version.Draft For Comment (January 2015 Ballot).DSTU 2 Ballot version (May 2015 Ballot).DSTU 2 QA Preview + CQIF Ballot (Sep 2015).DSTU 2 (Official version).DSTU 2 (Official version) with 1 technical errata.GAO Ballot + draft changes to main FHIR standard.CQF on FHIR Ballot + Connectathon 12 (Montreal).FHIR STU3 Ballot + Connectathon 13 (Baltimore).FHIR STU3 Candidate + Connectathon 14 (San Antonio).FHIR Release 3 (STU).FHIR Release 3 (STU) with 1 technical errata.FHIR Release 3 (STU) with 2 technical errata.R4 Ballot #1.R4 Ballot #2.FHIR Release 4 (Normative + STU).added to help the parsersR4B - manually added -
Method Summary
Modifier and TypeMethodDescriptionstatic Enumerations.FHIRVersionstatic booleantoCode()toCode(int len) toString()static Enumerations.FHIRVersionReturns the enum constant of this type with the specified name.static Enumerations.FHIRVersion[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
_0_01
Oldest archived version of FHIR. -
_0_05
1st Draft for Comment (Sept 2012 Ballot). -
_0_06
2nd Draft for Comment (January 2013 Ballot). -
_0_11
DSTU 1 Ballot version. -
_0_0_80
DSTU 1 Official version. -
_0_0_81
DSTU 1 Official version Technical Errata #1. -
_0_0_82
DSTU 1 Official version Technical Errata #2. -
_0_4_0
Draft For Comment (January 2015 Ballot). -
_0_5_0
DSTU 2 Ballot version (May 2015 Ballot). -
_1_0_0
DSTU 2 QA Preview + CQIF Ballot (Sep 2015). -
_1_0_1
DSTU 2 (Official version). -
_1_0_2
DSTU 2 (Official version) with 1 technical errata. -
_1_1_0
GAO Ballot + draft changes to main FHIR standard. -
_1_4_0
CQF on FHIR Ballot + Connectathon 12 (Montreal). -
_1_6_0
FHIR STU3 Ballot + Connectathon 13 (Baltimore). -
_1_8_0
FHIR STU3 Candidate + Connectathon 14 (San Antonio). -
_3_0_0
FHIR Release 3 (STU). -
_3_0_1
FHIR Release 3 (STU) with 1 technical errata. -
_3_0_2
FHIR Release 3 (STU) with 2 technical errata. -
_3_3_0
R4 Ballot #1. -
_3_5_0
R4 Ballot #2. -
_4_0_0
FHIR Release 4 (Normative + STU). -
_4_0_1
added to help the parsers -
_4_1_0
R4B - manually added -
_4_3_0_SNAPSHOT1
-
_4_3_0_CIBUILD
-
NULL
-
-
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
public static Enumerations.FHIRVersion fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toString
- Overrides:
toStringin classEnum<Enumerations.FHIRVersion>
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-
toCode
-
isR4Plus
-