
Uses of Class
org.hl7.fhir.dstu3.model.CodeSystem
Packages that use CodeSystem
Package
Description
-
Uses of CodeSystem in org.hl7.fhir.dstu3.context
Methods in org.hl7.fhir.dstu3.context that return CodeSystemModifier and TypeMethodDescriptionIWorkerContext.fetchCodeSystem(String system) Find the code system definition for the nominated system uri. -
Uses of CodeSystem in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return CodeSystemModifier and TypeMethodDescriptionprotected CodeSystemJsonParser.parseCodeSystem(com.google.gson.JsonObject json) protected CodeSystemXmlParser.parseCodeSystem(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type CodeSystemModifier and TypeMethodDescriptionprotected 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.composeCodeSystemInner(CodeSystem element) protected CodeSystem.CodeSystemFilterComponentJsonParser.parseCodeSystemCodeSystemFilterComponent(com.google.gson.JsonObject json, CodeSystem owner) protected CodeSystem.CodeSystemFilterComponentXmlParser.parseCodeSystemCodeSystemFilterComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) protected booleanXmlParser.parseCodeSystemCodeSystemFilterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.CodeSystemFilterComponent res) protected voidJsonParser.parseCodeSystemCodeSystemFilterComponentProperties(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.CodeSystemFilterComponent res) protected CodeSystem.ConceptDefinitionComponentJsonParser.parseCodeSystemConceptDefinitionComponent(com.google.gson.JsonObject json, CodeSystem owner) protected CodeSystem.ConceptDefinitionComponentXmlParser.parseCodeSystemConceptDefinitionComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) protected booleanXmlParser.parseCodeSystemConceptDefinitionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.ConceptDefinitionComponent res) protected voidJsonParser.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 booleanXmlParser.parseCodeSystemConceptDefinitionDesignationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.ConceptDefinitionDesignationComponent res) protected voidJsonParser.parseCodeSystemConceptDefinitionDesignationComponentProperties(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.ConceptDefinitionDesignationComponent res) protected CodeSystem.ConceptPropertyComponentJsonParser.parseCodeSystemConceptPropertyComponent(com.google.gson.JsonObject json, CodeSystem owner) protected CodeSystem.ConceptPropertyComponentXmlParser.parseCodeSystemConceptPropertyComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) protected booleanXmlParser.parseCodeSystemConceptPropertyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.ConceptPropertyComponent res) protected voidJsonParser.parseCodeSystemConceptPropertyComponentProperties(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.ConceptPropertyComponent res) protected booleanXmlParser.parseCodeSystemContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem res) protected voidJsonParser.parseCodeSystemProperties(com.google.gson.JsonObject json, CodeSystem res) protected CodeSystem.PropertyComponentJsonParser.parseCodeSystemPropertyComponent(com.google.gson.JsonObject json, CodeSystem owner) protected CodeSystem.PropertyComponentXmlParser.parseCodeSystemPropertyComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) protected booleanXmlParser.parseCodeSystemPropertyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.PropertyComponent res) protected voidJsonParser.parseCodeSystemPropertyComponentProperties(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.PropertyComponent res) -
Uses of CodeSystem in org.hl7.fhir.dstu3.hapi.ctx
Methods in org.hl7.fhir.dstu3.hapi.ctx that return CodeSystem -
Uses of CodeSystem in org.hl7.fhir.dstu3.model
Methods in org.hl7.fhir.dstu3.model that return CodeSystemModifier and TypeMethodDescriptionCodeSystem.addConcept(CodeSystem.ConceptDefinitionComponent t) CodeSystem.addContact(ContactDetail t) CodeSystem.addFilter(CodeSystem.CodeSystemFilterComponent 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(Identifier value) 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.setTitleElement(StringType value) CodeSystem.setUrlElement(UriType value) CodeSystem.setUseContext(List<UsageContext> theUseContext) CodeSystem.setValueSet(String value) CodeSystem.setValueSetElement(UriType value) CodeSystem.setVersion(String value) CodeSystem.setVersionElement(StringType value) CodeSystem.setVersionNeeded(boolean value) CodeSystem.setVersionNeededElement(BooleanType value) protected CodeSystemCodeSystem.typedCopy() -
Uses of CodeSystem in org.hl7.fhir.dstu3.utils
Methods in org.hl7.fhir.dstu3.utils that return CodeSystemModifier and TypeMethodDescriptionstatic CodeSystemCodeSystemUtilities.makeShareable(CodeSystem cs) Methods in org.hl7.fhir.dstu3.utils with parameters of type CodeSystemModifier and TypeMethodDescriptionstatic voidCodeSystemUtilities.defineCodeSystemProperty(CodeSystem cs, String code, String description, CodeSystem.PropertyType type) static voidCodeSystemUtilities.defineDeprecatedProperty(CodeSystem cs) static voidCodeSystemUtilities.defineInactiveProperty(CodeSystem cs) static voidCodeSystemUtilities.defineNotSelectableProperty(CodeSystem cs) static StringCodeSystemUtilities.getCodeDefinition(CodeSystem cs, String code) static StringCodeSystemUtilities.getOID(CodeSystem cs) 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, String status, String fmm) static voidCodeSystemUtilities.setDeprecated(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, DateTimeType date) static voidCodeSystemUtilities.setInactive(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept) static voidCodeSystemUtilities.setNotSelectable(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept) static voidCodeSystemUtilities.setOID(CodeSystem cs, String oid)