Enum Constant Summary
Enum Constants
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).
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) with 1 technical errata.
FHIR Release 4 (Normative + STU).
added to help the parsers
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
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.
_4_0_0
FHIR Release 4 (Normative + STU).
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 name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException