Uses of Class
org.hl7.fhir.r4.model.CodeSystem
Package
Description
-
Uses of CodeSystem in org.hl7.fhir.r4.context
Modifier and TypeMethodDescriptionBaseWorkerContext.fetchCodeSystem
(String system) IWorkerContext.fetchCodeSystem
(String system) Find the code system definition for the nominated system uri.ModifierConstructorDescriptionBaseWorkerContext
(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
Modifier and TypeMethodDescriptionprotected CodeSystem
JsonParser.parseCodeSystem
(com.google.gson.JsonObject json) protected CodeSystem
XmlParser.parseCodeSystem
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeCodeSystem
(String name, CodeSystem element) protected void
RdfParser.composeCodeSystem
(Turtle.Complex parent, String parentType, String name, CodeSystem element, int index) protected void
XmlParser.composeCodeSystem
(String name, CodeSystem element) protected void
XmlParser.composeCodeSystemElements
(CodeSystem element) protected void
JsonParser.composeCodeSystemInner
(CodeSystem element) protected CodeSystem.CodeSystemFilterComponent
JsonParser.parseCodeSystemCodeSystemFilterComponent
(com.google.gson.JsonObject json, CodeSystem owner) protected CodeSystem.CodeSystemFilterComponent
XmlParser.parseCodeSystemCodeSystemFilterComponent
(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) protected boolean
XmlParser.parseCodeSystemCodeSystemFilterComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.CodeSystemFilterComponent res) protected void
JsonParser.parseCodeSystemCodeSystemFilterComponentProperties
(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.CodeSystemFilterComponent res) protected CodeSystem.ConceptDefinitionComponent
JsonParser.parseCodeSystemConceptDefinitionComponent
(com.google.gson.JsonObject json, CodeSystem owner) protected CodeSystem.ConceptDefinitionComponent
XmlParser.parseCodeSystemConceptDefinitionComponent
(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) protected boolean
XmlParser.parseCodeSystemConceptDefinitionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.ConceptDefinitionComponent res) protected void
JsonParser.parseCodeSystemConceptDefinitionComponentProperties
(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.ConceptDefinitionComponent res) JsonParser.parseCodeSystemConceptDefinitionDesignationComponent
(com.google.gson.JsonObject json, CodeSystem owner) XmlParser.parseCodeSystemConceptDefinitionDesignationComponent
(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) protected boolean
XmlParser.parseCodeSystemConceptDefinitionDesignationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.ConceptDefinitionDesignationComponent res) protected void
JsonParser.parseCodeSystemConceptDefinitionDesignationComponentProperties
(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.ConceptDefinitionDesignationComponent res) protected CodeSystem.ConceptPropertyComponent
JsonParser.parseCodeSystemConceptPropertyComponent
(com.google.gson.JsonObject json, CodeSystem owner) protected CodeSystem.ConceptPropertyComponent
XmlParser.parseCodeSystemConceptPropertyComponent
(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) protected boolean
XmlParser.parseCodeSystemConceptPropertyComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.ConceptPropertyComponent res) protected void
JsonParser.parseCodeSystemConceptPropertyComponentProperties
(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.ConceptPropertyComponent res) protected boolean
XmlParser.parseCodeSystemContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem res) protected void
JsonParser.parseCodeSystemProperties
(com.google.gson.JsonObject json, CodeSystem res) protected CodeSystem.PropertyComponent
JsonParser.parseCodeSystemPropertyComponent
(com.google.gson.JsonObject json, CodeSystem owner) protected CodeSystem.PropertyComponent
XmlParser.parseCodeSystemPropertyComponent
(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) protected boolean
XmlParser.parseCodeSystemPropertyComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.PropertyComponent res) protected void
JsonParser.parseCodeSystemPropertyComponentProperties
(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.PropertyComponent res) -
Uses of CodeSystem in org.hl7.fhir.r4.hapi.ctx
-
Uses of CodeSystem in org.hl7.fhir.r4.model
Modifier and TypeMethodDescriptionCodeSystem.addConcept
(CodeSystem.ConceptDefinitionComponent t) CodeSystem.addContact
(ContactDetail t) CodeSystem.addFilter
(CodeSystem.CodeSystemFilterComponent t) CodeSystem.addIdentifier
(Identifier t) CodeSystem.addJurisdiction
(CodeableConcept t) CodeSystem.addProperty
(CodeSystem.PropertyComponent t) CodeSystem.addUseContext
(UsageContext t) CodeSystem.copy()
CodeSystem.setCaseSensitive
(boolean value) CodeSystem.setCaseSensitiveElement
(BooleanType value) CodeSystem.setCompositional
(boolean value) CodeSystem.setCompositionalElement
(BooleanType value) CodeSystem.setConcept
(List<CodeSystem.ConceptDefinitionComponent> theConcept) CodeSystem.setContact
(List<ContactDetail> theContact) CodeSystem.setContent
(CodeSystem.CodeSystemContentMode value) CodeSystem.setContentElement
(Enumeration<CodeSystem.CodeSystemContentMode> value) CodeSystem.setCopyright
(String value) CodeSystem.setCopyrightElement
(MarkdownType value) CodeSystem.setCount
(int value) CodeSystem.setCountElement
(UnsignedIntType value) CodeSystem.setDateElement
(DateTimeType value) CodeSystem.setDescription
(String value) CodeSystem.setDescriptionElement
(MarkdownType value) CodeSystem.setExperimental
(boolean value) CodeSystem.setExperimentalElement
(BooleanType value) CodeSystem.setFilter
(List<CodeSystem.CodeSystemFilterComponent> theFilter) CodeSystem.setHierarchyMeaning
(CodeSystem.CodeSystemHierarchyMeaning value) CodeSystem.setHierarchyMeaningElement
(Enumeration<CodeSystem.CodeSystemHierarchyMeaning> value) CodeSystem.setIdentifier
(List<Identifier> theIdentifier) CodeSystem.setJurisdiction
(List<CodeableConcept> theJurisdiction) CodeSystem.setNameElement
(StringType value) CodeSystem.setProperty
(List<CodeSystem.PropertyComponent> theProperty) CodeSystem.setPublisher
(String value) CodeSystem.setPublisherElement
(StringType value) CodeSystem.setPurpose
(String value) CodeSystem.setPurposeElement
(MarkdownType value) CodeSystem.setStatus
(Enumerations.PublicationStatus value) CodeSystem.setStatusElement
(Enumeration<Enumerations.PublicationStatus> value) CodeSystem.setSupplements
(String value) CodeSystem.setSupplementsElement
(CanonicalType value) CodeSystem.setTitleElement
(StringType value) CodeSystem.setUrlElement
(UriType value) CodeSystem.setUseContext
(List<UsageContext> theUseContext) CodeSystem.setValueSet
(String value) CodeSystem.setValueSetElement
(CanonicalType value) CodeSystem.setVersion
(String value) CodeSystem.setVersionElement
(StringType value) CodeSystem.setVersionNeeded
(boolean value) CodeSystem.setVersionNeededElement
(BooleanType value) protected CodeSystem
CodeSystem.typedCopy()
-
Uses of CodeSystem in org.hl7.fhir.r4.terminologies
Modifier and TypeMethodDescriptionstatic CodeSystem
CodeSystemUtilities.makeShareable
(CodeSystem cs) Modifier and TypeMethodDescriptionstatic void
CodeSystemUtilities.addOtherChild
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent owner, String code) static void
CodeSystemUtilities.defineChildProperty
(CodeSystem cs) static CodeSystem.PropertyComponent
CodeSystemUtilities.defineCodeSystemProperty
(CodeSystem cs, String code, String description, CodeSystem.PropertyType type) static void
CodeSystemUtilities.defineNotSelectableProperty
(CodeSystem cs) static void
CodeSystemUtilities.defineParentProperty
(CodeSystem cs) static void
CodeSystemUtilities.defineStatusProperty
(CodeSystem cs) void
ValueSetExpanderSimple.doInternalIncludeCodes
(ValueSet.ConceptSetComponent inc, List<ValueSet.ValueSetExpansionParameterComponent> params, Parameters expParams, List<ValueSet> imports, CodeSystem cs) static String
CodeSystemUtilities.getCodeDefinition
(CodeSystem cs, String code) static String
CodeSystemUtilities.getOID
(CodeSystem cs) CodeSystemUtilities.getOtherChildren
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent c) static boolean
CodeSystemUtilities.hasOID
(CodeSystem cs) static boolean
CodeSystemUtilities.isDeprecated
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) static boolean
CodeSystemUtilities.isInactive
(CodeSystem cs, String code) static boolean
CodeSystemUtilities.isInactive
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) static boolean
CodeSystemUtilities.isNotSelectable
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) static CodeSystem
CodeSystemUtilities.makeShareable
(CodeSystem cs) static void
CodeSystemUtilities.markStatus
(CodeSystem cs, String wg, org.hl7.fhir.utilities.StandardsStatus status, String pckage, String fmm, String normativeVersion) static void
CodeSystemUtilities.setDeprecated
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, DateTimeType date) static void
CodeSystemUtilities.setNotSelectable
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept) static void
CodeSystemUtilities.setOID
(CodeSystem cs, String oid) static void
CodeSystemUtilities.setStatus
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, CodeSystemUtilities.ConceptStatus status) static void
CodeSystemUtilities.sortAllCodes
(CodeSystem cs) boolean
ValueSetCheckerSimple.validateCodeInConceptList
(String code, CodeSystem def, List<CodeSystem.ConceptDefinitionComponent> list) -
Uses of CodeSystem in org.hl7.fhir.r4.utils
Modifier and TypeMethodDescriptionboolean
NarrativeGenerator.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.