Uses of Class
org.hl7.fhir.r4.model.CodeSystem
-
Packages that use CodeSystem Package Description org.hl7.fhir.r4.context org.hl7.fhir.r4.formats org.hl7.fhir.r4.hapi.ctx org.hl7.fhir.r4.model org.hl7.fhir.r4.terminologies org.hl7.fhir.r4.utils -
-
Uses of CodeSystem in org.hl7.fhir.r4.context
Methods in org.hl7.fhir.r4.context that return CodeSystem Modifier and Type Method Description CodeSystemBaseWorkerContext. fetchCodeSystem(String system)CodeSystemIWorkerContext. fetchCodeSystem(String system)Find the code system definition for the nominated system uri.Constructor parameters in org.hl7.fhir.r4.context with type arguments of type CodeSystem Constructor Description BaseWorkerContext(Map<String,CodeSystem> codeSystems, Map<String,ValueSet> valueSets, Map<String,ConceptMap> maps, Map<String,StructureDefinition> profiles, Map<String,ImplementationGuide> guides) -
Uses of CodeSystem in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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) -
Uses of CodeSystem in org.hl7.fhir.r4.hapi.ctx
Methods in org.hl7.fhir.r4.hapi.ctx that return CodeSystem Modifier and Type Method Description CodeSystemDefaultProfileValidationSupport. fetchCodeSystem(ca.uhn.fhir.context.FhirContext theContext, String theSystem)CodeSystemHapiWorkerContext. fetchCodeSystem(String theSystem)CodeSystemIValidationSupport. fetchCodeSystem(ca.uhn.fhir.context.FhirContext theContext, String uri)Fetch a code system by Uri -
Uses of CodeSystem in org.hl7.fhir.r4.model
-
Uses of CodeSystem in org.hl7.fhir.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies that return CodeSystem Modifier and Type Method Description static CodeSystemCodeSystemUtilities. makeShareable(CodeSystem cs)Methods in org.hl7.fhir.r4.terminologies with parameters of type CodeSystem Modifier and Type Method Description static voidCodeSystemUtilities. addOtherChild(CodeSystem cs, CodeSystem.ConceptDefinitionComponent owner, String code)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, List<ValueSet.ValueSetExpansionParameterComponent> params, Parameters expParams, List<ValueSet> imports, CodeSystem cs)static StringCodeSystemUtilities. getCodeDefinition(CodeSystem cs, String code)static StringCodeSystemUtilities. getOID(CodeSystem cs)static List<String>CodeSystemUtilities. getOtherChildren(CodeSystem cs, CodeSystem.ConceptDefinitionComponent c)static booleanCodeSystemUtilities. hasOID(CodeSystem cs)static booleanCodeSystemUtilities. isDeprecated(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def)static booleanCodeSystemUtilities. isInactive(CodeSystem cs, String code)static booleanCodeSystemUtilities. isInactive(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def)static booleanCodeSystemUtilities. isNotSelectable(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def)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)booleanValueSetCheckerSimple. validateCodeInConceptList(String code, CodeSystem def, List<CodeSystem.ConceptDefinitionComponent> list) -
Uses of CodeSystem in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils with parameters of type CodeSystem Modifier and Type Method Description booleanNarrativeGenerator. generate(NarrativeGenerator.ResourceContext rcontext, CodeSystem cs, boolean header, String lang)This generate is optimised for the FHIR build process itself in as much as it generates hyperlinks in the narrative that are only going to be correct for the purposes of the build.
-