Uses of Class
org.hl7.fhir.r5.model.CodeSystem
-
-
Uses of CodeSystem in org.hl7.fhir.r5.comparison
Methods in org.hl7.fhir.r5.comparison with parameters of type CodeSystem Modifier and Type Method Description CodeSystemComparer.CodeSystemComparisonCodeSystemComparer. compare(CodeSystem left, CodeSystem right)Constructors in org.hl7.fhir.r5.comparison with parameters of type CodeSystem Constructor Description CodeSystemComparison(CodeSystem left, CodeSystem right) -
Uses of CodeSystem in org.hl7.fhir.r5.context
Methods in org.hl7.fhir.r5.context that return CodeSystem Modifier and Type Method Description CodeSystemBaseWorkerContext. fetchCodeSystem(String system)CodeSystemBaseWorkerContext. fetchCodeSystem(String system, String version)CodeSystemIWorkerContext. fetchCodeSystem(String system)Find the code system definition for the nominated system uri.CodeSystemIWorkerContext. fetchCodeSystem(String system, String version)Constructor parameters in org.hl7.fhir.r5.context with type arguments of type CodeSystem Constructor Description BaseWorkerContext(CanonicalResourceManager<CodeSystem> codeSystems, CanonicalResourceManager<ValueSet> valueSets, CanonicalResourceManager<ConceptMap> maps, CanonicalResourceManager<StructureDefinition> profiles, CanonicalResourceManager<ImplementationGuide> guides) -
Uses of CodeSystem in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return CodeSystem Modifier and Type Method Description protected CodeSystemJsonParser. parseCodeSystem(com.google.gson.JsonObject json)protected CodeSystemXmlParser. parseCodeSystem(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type CodeSystem Modifier and Type Method Description protected voidJsonParser. composeCodeSystem(String name, CodeSystem element)protected voidRdfParser. composeCodeSystem(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CodeSystem element, int index)protected voidXmlParser. composeCodeSystem(String name, CodeSystem element)protected voidXmlParser. composeCodeSystemElements(CodeSystem element)protected voidJsonParser. composeCodeSystemProperties(CodeSystem element)protected booleanXmlParser. parseCodeSystemContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem res)protected voidJsonParser. parseCodeSystemProperties(com.google.gson.JsonObject json, CodeSystem res) -
Uses of CodeSystem in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type CodeSystem Modifier and Type Method Description voidCodeSystem. copyValues(CodeSystem dst) -
Uses of CodeSystem in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type CodeSystem Modifier and Type Method Description voidCodeSystemRenderer. describe(org.hl7.fhir.utilities.xhtml.XhtmlNode x, CodeSystem cs)StringCodeSystemRenderer. display(CodeSystem cs)booleanCodeSystemRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, CodeSystem cs)voidCodeSystemRenderer. renderDisplayName(CodeSystem.ConceptDefinitionComponent c, CodeSystem cs, org.hl7.fhir.utilities.xhtml.XhtmlNode td) -
Uses of CodeSystem in org.hl7.fhir.r5.renderers.spreadsheets
Methods in org.hl7.fhir.r5.renderers.spreadsheets with parameters of type CodeSystem Modifier and Type Method Description booleanCodeSystemSpreadsheetGenerator. canGenerate(CodeSystem cs)CodeSystemSpreadsheetGeneratorCodeSystemSpreadsheetGenerator. renderCodeSystem(CodeSystem cs) -
Uses of CodeSystem in org.hl7.fhir.r5.terminologies
Methods in org.hl7.fhir.r5.terminologies that return CodeSystem Modifier and Type Method Description static CodeSystemCodeSystemUtilities. makeShareable(CodeSystem cs)CodeSystemValueSetCheckerSimple. resolveCodeSystem(String system)Methods in org.hl7.fhir.r5.terminologies with parameters of type CodeSystem Modifier and Type Method Description static voidCodeSystemUtilities. addOtherChild(CodeSystem cs, CodeSystem.ConceptDefinitionComponent owner, String code)static voidCodeSystemUtilities. crossLinkCodeSystem(CodeSystem cs)static voidCodeSystemUtilities. defineChildProperty(CodeSystem cs)static voidCodeSystemUtilities. defineCodeSystemProperty(CodeSystem cs, String code, String description, CodeSystem.PropertyType type)static voidCodeSystemUtilities. defineNotSelectableProperty(CodeSystem cs)static voidCodeSystemUtilities. defineParentProperty(CodeSystem cs)static voidCodeSystemUtilities. defineStatusProperty(CodeSystem cs)voidValueSetExpanderSimple. doInternalIncludeCodes(ValueSet.ConceptSetComponent inc, ValueSet.ValueSetExpansionComponent exp, Parameters expParams, List<ValueSet> imports, CodeSystem cs)static CodeSystem.ConceptDefinitionComponentCodeSystemUtilities. getCode(CodeSystem cs, String code)static StringCodeSystemUtilities. getCodeDefinition(CodeSystem cs, String code)static List<String>CodeSystemUtilities. getOtherChildren(CodeSystem cs, CodeSystem.ConceptDefinitionComponent c)static booleanCodeSystemUtilities. hasCode(CodeSystem cs, String code)static booleanCodeSystemUtilities. hasHierarchy(CodeSystem cs)booleanValueSetExpanderSimple.AllConceptsFilter. includeConcept(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def)booleanValueSetExpanderSimple.IConceptFilter. includeConcept(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def)booleanValueSetExpanderSimple.PropertyFilter. includeConcept(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def)static booleanCodeSystemUtilities. isDeprecated(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def, boolean ignoreStatus)static booleanCodeSystemUtilities. isInactive(CodeSystem cs, String code)static booleanCodeSystemUtilities. isInactive(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def)static booleanCodeSystemUtilities. isNotSelectable(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def)static booleanCodeSystemUtilities. makeCSShareable(CodeSystem cs)static CodeSystemCodeSystemUtilities. makeShareable(CodeSystem cs)static voidCodeSystemUtilities. markStatus(CodeSystem cs, String wg, org.hl7.fhir.utilities.StandardsStatus status, String pckage, String fmm, String normativeVersion)static voidCodeSystemUtilities. setDeprecated(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, DateTimeType date)static voidCodeSystemUtilities. setNotSelectable(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept)static voidCodeSystemUtilities. setOID(CodeSystem cs, String oid)static voidCodeSystemUtilities. setStatus(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, CodeSystemUtilities.ConceptStatus status)static voidCodeSystemUtilities. sortAllCodes(CodeSystem cs)booleanValueSetCheckerSimple. validateCodeInConceptList(String code, CodeSystem def, List<CodeSystem.ConceptDefinitionComponent> list)Constructors in org.hl7.fhir.r5.terminologies with parameters of type CodeSystem Constructor Description CodeSystemNavigator(CodeSystem cs)
-