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 Details

    • _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 Details

    • values

      public static FHIRVersion[] 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

      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 name
      NullPointerException - if the argument is null
    • fromCode

      public static FHIRVersion fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()