Skip to content

Commit

Permalink
Add version constant for dstu2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Aug 29, 2016
1 parent 333aa0a commit d36e001
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public enum FhirVersionEnum {

DSTU2_HL7ORG("org.hl7.fhir.instance.FhirDstu2Hl7Org", DSTU2, true, "1.0.2"),

DSTU2_1("NONE", null, true, "1.4.0"),

DSTU3("org.hl7.fhir.dstu3.hapi.ctx.FhirDstu3", null, true, "1.6.0");

private final FhirVersionEnum myEquivalent;
Expand Down

0 comments on commit d36e001

Please sign in to comment.