Class FHIRVersion
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.String
-
- com.ibm.fhir.model.type.Code
-
- com.ibm.fhir.model.type.code.FHIRVersion
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class FHIRVersion extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFHIRVersion.Builderstatic classFHIRVersion.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static FHIRVersionVERSION_0_0_800.0.80static FHIRVersionVERSION_0_0_810.0.81static FHIRVersionVERSION_0_0_820.0.82static FHIRVersionVERSION_0_010.01static FHIRVersionVERSION_0_050.05static FHIRVersionVERSION_0_060.06static FHIRVersionVERSION_0_110.11static FHIRVersionVERSION_0_4_00.4.0static FHIRVersionVERSION_0_5_00.5.0static FHIRVersionVERSION_1_0_01.0.0static FHIRVersionVERSION_1_0_11.0.1static FHIRVersionVERSION_1_0_21.0.2static FHIRVersionVERSION_1_1_01.1.0static FHIRVersionVERSION_1_4_01.4.0static FHIRVersionVERSION_1_6_01.6.0static FHIRVersionVERSION_1_8_01.8.0static FHIRVersionVERSION_3_0_03.0.0static FHIRVersionVERSION_3_0_13.0.1static FHIRVersionVERSION_3_3_03.3.0static FHIRVersionVERSION_3_5_03.5.0static FHIRVersionVERSION_4_0_04.0.0static FHIRVersionVERSION_4_0_14.0.1
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FHIRVersion.Builderbuilder()static Codecode(String value)Inherited factory method for creating FHIRVersion objects from a passed string value.booleanequals(Object obj)FHIRVersion.ValueSetgetValueAsEnumConstant()inthashCode()static FHIRVersionof(FHIRVersion.ValueSet value)Factory method for creating FHIRVersion objects from a passed enum value.static FHIRVersionof(String value)Factory method for creating FHIRVersion objects from a passed string value.static Stringstring(String value)Inherited factory method for creating FHIRVersion objects from a passed string value.FHIRVersion.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.String
getValue, hasChildren
-
Methods inherited from class com.ibm.fhir.model.type.Element
as, getExtension, getId, is
-
-
-
-
Field Detail
-
VERSION_0_01
public static final FHIRVersion VERSION_0_01
0.01Oldest archived version of FHIR.
-
VERSION_0_05
public static final FHIRVersion VERSION_0_05
0.051st Draft for Comment (Sept 2012 Ballot).
-
VERSION_0_06
public static final FHIRVersion VERSION_0_06
0.062nd Draft for Comment (January 2013 Ballot).
-
VERSION_0_11
public static final FHIRVersion VERSION_0_11
0.11DSTU 1 Ballot version.
-
VERSION_0_0_80
public static final FHIRVersion VERSION_0_0_80
0.0.80DSTU 1 Official version.
-
VERSION_0_0_81
public static final FHIRVersion VERSION_0_0_81
0.0.81DSTU 1 Official version Technical Errata #1.
-
VERSION_0_0_82
public static final FHIRVersion VERSION_0_0_82
0.0.82DSTU 1 Official version Technical Errata #2.
-
VERSION_0_4_0
public static final FHIRVersion VERSION_0_4_0
0.4.0Draft For Comment (January 2015 Ballot).
-
VERSION_0_5_0
public static final FHIRVersion VERSION_0_5_0
0.5.0DSTU 2 Ballot version (May 2015 Ballot).
-
VERSION_1_0_0
public static final FHIRVersion VERSION_1_0_0
1.0.0DSTU 2 QA Preview + CQIF Ballot (Sep 2015).
-
VERSION_1_0_1
public static final FHIRVersion VERSION_1_0_1
1.0.1DSTU 2 (Official version).
-
VERSION_1_0_2
public static final FHIRVersion VERSION_1_0_2
1.0.2DSTU 2 (Official version) with 1 technical errata.
-
VERSION_1_1_0
public static final FHIRVersion VERSION_1_1_0
1.1.0GAO Ballot + draft changes to main FHIR standard.
-
VERSION_1_4_0
public static final FHIRVersion VERSION_1_4_0
1.4.0CQF on FHIR Ballot + Connectathon 12 (Montreal).
-
VERSION_1_6_0
public static final FHIRVersion VERSION_1_6_0
1.6.0FHIR STU3 Ballot + Connectathon 13 (Baltimore).
-
VERSION_1_8_0
public static final FHIRVersion VERSION_1_8_0
1.8.0FHIR STU3 Candidate + Connectathon 14 (San Antonio).
-
VERSION_3_0_0
public static final FHIRVersion VERSION_3_0_0
3.0.0FHIR Release 3 (STU).
-
VERSION_3_0_1
public static final FHIRVersion VERSION_3_0_1
3.0.1FHIR Release 3 (STU) with 1 technical errata.
-
VERSION_3_3_0
public static final FHIRVersion VERSION_3_3_0
3.3.0R4 Ballot #1.
-
VERSION_3_5_0
public static final FHIRVersion VERSION_3_5_0
3.5.0R4 Ballot #2.
-
VERSION_4_0_0
public static final FHIRVersion VERSION_4_0_0
4.0.0FHIR Release 4 (Normative + STU).
-
VERSION_4_0_1
public static final FHIRVersion VERSION_4_0_1
4.0.1FHIR Release 4 Technical Correction.
-
-
Method Detail
-
getValueAsEnumConstant
public FHIRVersion.ValueSet getValueAsEnumConstant()
-
of
public static FHIRVersion of(FHIRVersion.ValueSet value)
Factory method for creating FHIRVersion objects from a passed enum value.
-
of
public static FHIRVersion of(String value)
Factory method for creating FHIRVersion objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
string
public static String string(String value)
Inherited factory method for creating FHIRVersion objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
code
public static Code code(String value)
Inherited factory method for creating FHIRVersion objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
toBuilder
public FHIRVersion.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static FHIRVersion.Builder builder()
-
-