Package org.hl7.fhir.r5.terminologies
Class ValueSetUtilities
java.lang.Object
org.hl7.fhir.r5.terminologies.TerminologyUtilities
org.hl7.fhir.r5.terminologies.ValueSetUtilities
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddProperty
(ValueSet vs, ValueSet.ValueSetExpansionContainsComponent ctxt, String url, String code, Integer value) addProperty
(ValueSet vs, ValueSet.ValueSetExpansionContainsComponent ctxt, String url, String code, String value) addProperty
(ValueSet vs, ValueSet.ValueSetExpansionContainsComponent ctxt, String url, String code, DataType value) static void
codes
(ValueSet vs, CodeSystem cs) static int
static int
countExpansion
(ValueSet valueset) static ValueSet
static String
static String
static boolean
hasCodeInExpansion
(ValueSet vs, Coding code) static boolean
static boolean
static boolean
isIncompleteExpansion
(ValueSet valueSet) static boolean
isServerSide
(String url) listSystems
(IWorkerContext ctxt, ValueSet vs) static ValueSet
static boolean
static void
markStatus
(ValueSet vs, String wg, org.hl7.fhir.utilities.StandardsStatus status, String pckage, String fmm, IWorkerContext context, String normativeVersion) static void
setDeprecated
(List<ValueSet.ValueSetExpansionPropertyComponent> vsProp, ValueSet.ValueSetExpansionContainsComponent n) static void
static void
Methods inherited from class org.hl7.fhir.r5.terminologies.TerminologyUtilities
listOids
-
Constructor Details
-
ValueSetUtilities
public ValueSetUtilities()
-
-
Method Details
-
isServerSide
-
hasOID
-
getOID
-
setOID
-
markStatus
public static void markStatus(ValueSet vs, String wg, org.hl7.fhir.utilities.StandardsStatus status, String pckage, String fmm, IWorkerContext context, String normativeVersion) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
generateImplicitValueSet
-
setDeprecated
public static void setDeprecated(List<ValueSet.ValueSetExpansionPropertyComponent> vsProp, ValueSet.ValueSetExpansionContainsComponent n) -
sortInclude
-
getAllCodesSystem
-
isDeprecated
-
hasCodeInExpansion
-
addProperty
public static ValueSet.ConceptPropertyComponent addProperty(ValueSet vs, ValueSet.ValueSetExpansionContainsComponent ctxt, String url, String code, String value) -
addProperty
public static ValueSet.ConceptPropertyComponent addProperty(ValueSet vs, ValueSet.ValueSetExpansionContainsComponent ctxt, String url, String code, Integer value) -
addProperty
public static ValueSet.ConceptPropertyComponent addProperty(ValueSet vs, ValueSet.ValueSetExpansionContainsComponent ctxt, String url, String code, DataType value) -
countExpansion
-
countExpansion
-
listSystems
-
isIncompleteExpansion
-
codes
-