Package org.hl7.fhir.dstu3.terminologies
Class CodeSystemUtilities
- java.lang.Object
-
- org.hl7.fhir.dstu3.terminologies.CodeSystemUtilities
-
public class CodeSystemUtilities extends Object
-
-
Constructor Summary
Constructors Constructor Description CodeSystemUtilities()
-
Method Summary
-
-
-
Constructor Detail
-
CodeSystemUtilities
public CodeSystemUtilities()
-
-
Method Detail
-
isDeprecated
public static boolean isDeprecated(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def)
-
isNotSelectable
public static boolean isNotSelectable(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def)
-
setNotSelectable
public static void setNotSelectable(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept) throws org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
-
setInactive
public static void setInactive(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept) throws org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
-
setDeprecated
public static void setDeprecated(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, DateTimeType date) throws org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
-
defineNotSelectableProperty
public static void defineNotSelectableProperty(CodeSystem cs)
-
defineInactiveProperty
public static void defineInactiveProperty(CodeSystem cs)
-
defineDeprecatedProperty
public static void defineDeprecatedProperty(CodeSystem cs)
-
defineCodeSystemProperty
public static void defineCodeSystemProperty(CodeSystem cs, String code, String description, CodeSystem.PropertyType type)
-
getCodeDefinition
public static String getCodeDefinition(CodeSystem cs, String code)
-
makeShareable
public static CodeSystem makeShareable(CodeSystem cs)
-
setOID
public static void setOID(CodeSystem cs, String oid)
-
hasOID
public static boolean hasOID(CodeSystem cs)
-
getOID
public static String getOID(CodeSystem cs)
-
isInactive
public static boolean isInactive(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
isInactive
public static boolean isInactive(CodeSystem cs, String code) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
markStatus
public static void markStatus(CodeSystem cs, String wg, String status, String fmm)
-
-