Uses of Class
com.ibm.fhir.model.type.code.FHIRVersion
-
Packages that use FHIRVersion Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of FHIRVersion in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return FHIRVersion Modifier and Type Method Description FHIRVersionCapabilityStatement. getFhirVersion()The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself).FHIRVersionStructureDefinition. getFhirVersion()The version of the FHIR specification on which this StructureDefinition is based - this is the formal version of the specification, without the revision number, e.g.Methods in com.ibm.fhir.model.resource that return types with arguments of type FHIRVersion Modifier and Type Method Description List<FHIRVersion>ImplementationGuide.Definition.Resource. getFhirVersion()Indicates the FHIR Version(s) this artifact is intended to apply to.List<FHIRVersion>ImplementationGuide. getFhirVersion()The version(s) of the FHIR specification that this ImplementationGuide targets - e.g.Methods in com.ibm.fhir.model.resource with parameters of type FHIRVersion Modifier and Type Method Description CapabilityStatement.BuilderCapabilityStatement.Builder. fhirVersion(FHIRVersion fhirVersion)The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself).ImplementationGuide.BuilderImplementationGuide.Builder. fhirVersion(FHIRVersion... fhirVersion)The version(s) of the FHIR specification that this ImplementationGuide targets - e.g.ImplementationGuide.Definition.Resource.BuilderImplementationGuide.Definition.Resource.Builder. fhirVersion(FHIRVersion... fhirVersion)Indicates the FHIR Version(s) this artifact is intended to apply to.StructureDefinition.BuilderStructureDefinition.Builder. fhirVersion(FHIRVersion fhirVersion)The version of the FHIR specification on which this StructureDefinition is based - this is the formal version of the specification, without the revision number, e.g.Method parameters in com.ibm.fhir.model.resource with type arguments of type FHIRVersion Modifier and Type Method Description ImplementationGuide.BuilderImplementationGuide.Builder. fhirVersion(Collection<FHIRVersion> fhirVersion)The version(s) of the FHIR specification that this ImplementationGuide targets - e.g.ImplementationGuide.Definition.Resource.BuilderImplementationGuide.Definition.Resource.Builder. fhirVersion(Collection<FHIRVersion> fhirVersion)Indicates the FHIR Version(s) this artifact is intended to apply to. -
Uses of FHIRVersion in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as FHIRVersion Modifier and Type Field Description static FHIRVersionFHIRVersion. VERSION_0_0_800.0.80static FHIRVersionFHIRVersion. VERSION_0_0_810.0.81static FHIRVersionFHIRVersion. VERSION_0_0_820.0.82static FHIRVersionFHIRVersion. VERSION_0_010.01static FHIRVersionFHIRVersion. VERSION_0_050.05static FHIRVersionFHIRVersion. VERSION_0_060.06static FHIRVersionFHIRVersion. VERSION_0_110.11static FHIRVersionFHIRVersion. VERSION_0_4_00.4.0static FHIRVersionFHIRVersion. VERSION_0_5_00.5.0static FHIRVersionFHIRVersion. VERSION_1_0_01.0.0static FHIRVersionFHIRVersion. VERSION_1_0_11.0.1static FHIRVersionFHIRVersion. VERSION_1_0_21.0.2static FHIRVersionFHIRVersion. VERSION_1_1_01.1.0static FHIRVersionFHIRVersion. VERSION_1_4_01.4.0static FHIRVersionFHIRVersion. VERSION_1_6_01.6.0static FHIRVersionFHIRVersion. VERSION_1_8_01.8.0static FHIRVersionFHIRVersion. VERSION_3_0_03.0.0static FHIRVersionFHIRVersion. VERSION_3_0_13.0.1static FHIRVersionFHIRVersion. VERSION_3_3_03.3.0static FHIRVersionFHIRVersion. VERSION_3_5_03.5.0static FHIRVersionFHIRVersion. VERSION_4_0_04.0.0static FHIRVersionFHIRVersion. VERSION_4_0_14.0.1Methods in com.ibm.fhir.model.type.code that return FHIRVersion Modifier and Type Method Description FHIRVersionFHIRVersion.Builder. build()static FHIRVersionFHIRVersion. of(FHIRVersion.ValueSet value)Factory method for creating FHIRVersion objects from a passed enum value.static FHIRVersionFHIRVersion. of(String value)Factory method for creating FHIRVersion objects from a passed string value.
-