
Uses of Class
org.hl7.fhir.r4.model.ElementDefinition
Packages that use ElementDefinition
Package
Description
-
Uses of ElementDefinition in org.hl7.fhir.r4.conformance
Methods in org.hl7.fhir.r4.conformance that return ElementDefinitionModifier and TypeMethodDescriptionProfileUtilities.TypeSlice.getDefn()ProfileUtilities.ElementRedirection.getElement()ProfileUtilities.ExtensionContext.getElement()ProfileUtilities.ExtensionContext.getExtensionValueDefinition()ProfileUtilities.ElementDefinitionHolder.getSelf()Methods in org.hl7.fhir.r4.conformance that return types with arguments of type ElementDefinitionModifier and TypeMethodDescriptionstatic List<ElementDefinition> ProfileUtilities.getChildList(StructureDefinition profile, String path, String id) Given a Structure, navigate to the element given by the path and return the direct children of that elementstatic List<ElementDefinition> ProfileUtilities.getChildList(StructureDefinition profile, String path, String id, boolean diff) static List<ElementDefinition> ProfileUtilities.getChildList(StructureDefinition structure, ElementDefinition element) static List<ElementDefinition> ProfileUtilities.getChildList(StructureDefinition structure, ElementDefinition element, boolean diff) static List<ElementDefinition> ProfileUtilities.getChildMap(StructureDefinition profile, ElementDefinition element) static List<ElementDefinition> ProfileUtilities.getSliceList(StructureDefinition profile, ElementDefinition element) Methods in org.hl7.fhir.r4.conformance with parameters of type ElementDefinitionModifier and TypeMethodDescriptionstatic List<ElementDefinition> ProfileUtilities.getChildList(StructureDefinition structure, ElementDefinition element) static List<ElementDefinition> ProfileUtilities.getChildList(StructureDefinition structure, ElementDefinition element, boolean diff) static List<ElementDefinition> ProfileUtilities.getChildMap(StructureDefinition profile, ElementDefinition element) static List<ElementDefinition> ProfileUtilities.getSliceList(StructureDefinition profile, ElementDefinition element) voidProfileUtilities.SliceList.seeElement(ElementDefinition ed) Constructors in org.hl7.fhir.r4.conformance with parameters of type ElementDefinitionModifierConstructorDescriptionElementDefinitionHolder(ElementDefinition self, boolean isPlaceholder) ElementRedirection(ElementDefinition element, String path) TypeSlice(ElementDefinition defn, String type) Constructor parameters in org.hl7.fhir.r4.conformance with type arguments of type ElementDefinitionModifierConstructorDescriptionElementDefinitionComparer(boolean inExtension, List<ElementDefinition> snapshot, String base, int prefixLength, String name) -
Uses of ElementDefinition in org.hl7.fhir.r4.elementmodel
Methods in org.hl7.fhir.r4.elementmodel that return ElementDefinitionMethods in org.hl7.fhir.r4.elementmodel with parameters of type ElementDefinitionModifier and TypeMethodDescriptionvoidElement.markValidation(StructureDefinition profile, ElementDefinition definition) Deprecated.Constructors in org.hl7.fhir.r4.elementmodel with parameters of type ElementDefinitionModifierConstructorDescriptionProperty(IWorkerContext context, ElementDefinition definition, StructureDefinition structure) Deprecated. -
Uses of ElementDefinition in org.hl7.fhir.r4.fhirpath
Methods in org.hl7.fhir.r4.fhirpath that return ElementDefinitionModifier and TypeMethodDescriptionFHIRPathEngine.ExtensionDefinition.getEd()FHIRPathUtilityClasses.TypedElementDefinition.getElement()Method parameters in org.hl7.fhir.r4.fhirpath with type arguments of type ElementDefinitionModifier and TypeMethodDescriptionFHIRPathEngine.check(Object appContext, String rootResourceType, String resourceType, String context, ExpressionNode expr, Set<ElementDefinition> elementDependencies) check that paths referred to in the ExpressionNode are valid xPathStartsWithValueRef is a hack work around for the fact that FHIR Path sometimes needs a different starting point than the xpath returns a list of the possible types that might be returned by executing the ExpressionNode against a particular contextFHIRPathEngine.check(Object appContext, String rootResourceType, String resourceType, List<String> resourceTypes, ExpressionNode expr, Set<ElementDefinition> elementDependencies) check that paths referred to in the ExpressionNode are valid xPathStartsWithValueRef is a hack work around for the fact that FHIR Path sometimes needs a different starting point than the xpath returns a list of the possible types that might be returned by executing the ExpressionNode against a particular contextConstructors in org.hl7.fhir.r4.fhirpath with parameters of type ElementDefinitionModifierConstructorDescriptionExtensionDefinition(boolean root, StructureDefinition sd, ElementDefinition ed) TypedElementDefinition(ElementDefinition element) TypedElementDefinition(StructureDefinition src, ElementDefinition element, String type) -
Uses of ElementDefinition in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ElementDefinitionModifier and TypeMethodDescriptionprotected ElementDefinitionJsonParser.parseElementDefinition(com.google.gson.JsonObject json) protected ElementDefinitionXmlParser.parseElementDefinition(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type ElementDefinitionModifier and TypeMethodDescriptionprotected voidJsonParser.composeElementDefinition(String name, ElementDefinition element) protected voidRdfParser.composeElementDefinition(Turtle.Complex parent, String parentType, String name, ElementDefinition element, int index) protected voidXmlParser.composeElementDefinition(String name, ElementDefinition element) protected voidXmlParser.composeElementDefinitionElements(ElementDefinition element) protected voidJsonParser.composeElementDefinitionInner(ElementDefinition element) protected booleanXmlParser.parseElementDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition res) JsonParser.parseElementDefinitionElementDefinitionBaseComponent(com.google.gson.JsonObject json, ElementDefinition owner) XmlParser.parseElementDefinitionElementDefinitionBaseComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) protected booleanXmlParser.parseElementDefinitionElementDefinitionBaseComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner, ElementDefinition.ElementDefinitionBaseComponent res) protected voidJsonParser.parseElementDefinitionElementDefinitionBaseComponentProperties(com.google.gson.JsonObject json, ElementDefinition owner, ElementDefinition.ElementDefinitionBaseComponent res) JsonParser.parseElementDefinitionElementDefinitionBindingComponent(com.google.gson.JsonObject json, ElementDefinition owner) XmlParser.parseElementDefinitionElementDefinitionBindingComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) protected booleanXmlParser.parseElementDefinitionElementDefinitionBindingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner, ElementDefinition.ElementDefinitionBindingComponent res) protected voidJsonParser.parseElementDefinitionElementDefinitionBindingComponentProperties(com.google.gson.JsonObject json, ElementDefinition owner, ElementDefinition.ElementDefinitionBindingComponent res) JsonParser.parseElementDefinitionElementDefinitionConstraintComponent(com.google.gson.JsonObject json, ElementDefinition owner) XmlParser.parseElementDefinitionElementDefinitionConstraintComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) protected booleanXmlParser.parseElementDefinitionElementDefinitionConstraintComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner, ElementDefinition.ElementDefinitionConstraintComponent res) protected voidJsonParser.parseElementDefinitionElementDefinitionConstraintComponentProperties(com.google.gson.JsonObject json, ElementDefinition owner, ElementDefinition.ElementDefinitionConstraintComponent res) JsonParser.parseElementDefinitionElementDefinitionExampleComponent(com.google.gson.JsonObject json, ElementDefinition owner) XmlParser.parseElementDefinitionElementDefinitionExampleComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) protected booleanXmlParser.parseElementDefinitionElementDefinitionExampleComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner, ElementDefinition.ElementDefinitionExampleComponent res) protected voidJsonParser.parseElementDefinitionElementDefinitionExampleComponentProperties(com.google.gson.JsonObject json, ElementDefinition owner, ElementDefinition.ElementDefinitionExampleComponent res) JsonParser.parseElementDefinitionElementDefinitionMappingComponent(com.google.gson.JsonObject json, ElementDefinition owner) XmlParser.parseElementDefinitionElementDefinitionMappingComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) protected booleanXmlParser.parseElementDefinitionElementDefinitionMappingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner, ElementDefinition.ElementDefinitionMappingComponent res) protected voidJsonParser.parseElementDefinitionElementDefinitionMappingComponentProperties(com.google.gson.JsonObject json, ElementDefinition owner, ElementDefinition.ElementDefinitionMappingComponent res) JsonParser.parseElementDefinitionElementDefinitionSlicingComponent(com.google.gson.JsonObject json, ElementDefinition owner) XmlParser.parseElementDefinitionElementDefinitionSlicingComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) protected booleanXmlParser.parseElementDefinitionElementDefinitionSlicingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner, ElementDefinition.ElementDefinitionSlicingComponent res) protected voidJsonParser.parseElementDefinitionElementDefinitionSlicingComponentProperties(com.google.gson.JsonObject json, ElementDefinition owner, ElementDefinition.ElementDefinitionSlicingComponent res) JsonParser.parseElementDefinitionElementDefinitionSlicingDiscriminatorComponent(com.google.gson.JsonObject json, ElementDefinition owner) XmlParser.parseElementDefinitionElementDefinitionSlicingDiscriminatorComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) protected booleanXmlParser.parseElementDefinitionElementDefinitionSlicingDiscriminatorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner, ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent res) protected voidJsonParser.parseElementDefinitionElementDefinitionSlicingDiscriminatorComponentProperties(com.google.gson.JsonObject json, ElementDefinition owner, ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent res) protected voidJsonParser.parseElementDefinitionProperties(com.google.gson.JsonObject json, ElementDefinition res) protected ElementDefinition.TypeRefComponentJsonParser.parseElementDefinitionTypeRefComponent(com.google.gson.JsonObject json, ElementDefinition owner) protected ElementDefinition.TypeRefComponentXmlParser.parseElementDefinitionTypeRefComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) protected booleanXmlParser.parseElementDefinitionTypeRefComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner, ElementDefinition.TypeRefComponent res) protected voidJsonParser.parseElementDefinitionTypeRefComponentProperties(com.google.gson.JsonObject json, ElementDefinition owner, ElementDefinition.TypeRefComponent res) -
Uses of ElementDefinition in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ElementDefinitionModifier and TypeFieldDescriptionprotected List<ElementDefinition> StructureDefinition.StructureDefinitionDifferentialComponent.elementCaptures constraints on each element within the resource.protected List<ElementDefinition> StructureDefinition.StructureDefinitionSnapshotComponent.elementCaptures constraints on each element within the resource.Methods in org.hl7.fhir.r4.model that return ElementDefinitionModifier and TypeMethodDescriptionElementDefinition.addCondition(String value) ElementDefinition.addConstraint(ElementDefinition.ElementDefinitionConstraintComponent t) StructureDefinition.StructureDefinitionDifferentialComponent.addElement()StructureDefinition.StructureDefinitionSnapshotComponent.addElement()ElementDefinition.addExample(ElementDefinition.ElementDefinitionExampleComponent t) ElementDefinition.addMapping(ElementDefinition.ElementDefinitionMappingComponent t) ElementDefinition.addRepresentation(ElementDefinition.PropertyRepresentation value) ElementDefinition.addType(ElementDefinition.TypeRefComponent t) Base.castToElementDefinition(Base b) ElementDefinition.copy()StructureDefinition.StructureDefinitionSnapshotComponent.getElementById(String id) StructureDefinition.StructureDefinitionSnapshotComponent.getElementByPath(String path) StructureDefinition.StructureDefinitionDifferentialComponent.getElementFirstRep()StructureDefinition.StructureDefinitionSnapshotComponent.getElementFirstRep()ElementDefinition.setAlias(List<StringType> theAlias) ElementDefinition.setBase(ElementDefinition.ElementDefinitionBaseComponent value) ElementDefinition.setBinding(ElementDefinition.ElementDefinitionBindingComponent value) ElementDefinition.setComment(String value) ElementDefinition.setCommentElement(MarkdownType value) ElementDefinition.setCondition(List<IdType> theCondition) ElementDefinition.setConstraint(List<ElementDefinition.ElementDefinitionConstraintComponent> theConstraint) ElementDefinition.setContentReference(String value) ElementDefinition.setContentReferenceElement(UriType value) ElementDefinition.setDefaultValue(Type value) ElementDefinition.setDefinition(String value) ElementDefinition.setDefinitionElement(MarkdownType value) ElementDefinition.setExample(List<ElementDefinition.ElementDefinitionExampleComponent> theExample) ElementDefinition.setIsModifier(boolean value) ElementDefinition.setIsModifierElement(BooleanType value) ElementDefinition.setIsModifierReason(String value) ElementDefinition.setIsModifierReasonElement(StringType value) ElementDefinition.setIsSummary(boolean value) ElementDefinition.setIsSummaryElement(BooleanType value) ElementDefinition.setLabelElement(StringType value) ElementDefinition.setMapping(List<ElementDefinition.ElementDefinitionMappingComponent> theMapping) ElementDefinition.setMaxElement(StringType value) ElementDefinition.setMaxLength(int value) ElementDefinition.setMaxLengthElement(IntegerType value) ElementDefinition.setMaxValue(Type value) ElementDefinition.setMeaningWhenMissing(String value) ElementDefinition.setMeaningWhenMissingElement(MarkdownType value) ElementDefinition.setMin(int value) ElementDefinition.setMinElement(UnsignedIntType value) ElementDefinition.setMinValue(Type value) ElementDefinition.setMustSupport(boolean value) ElementDefinition.setMustSupportElement(BooleanType value) ElementDefinition.setOrderMeaning(String value) ElementDefinition.setOrderMeaningElement(StringType value) ElementDefinition.setPathElement(StringType value) ElementDefinition.setPattern(Type value) ElementDefinition.setRepresentation(List<Enumeration<ElementDefinition.PropertyRepresentation>> theRepresentation) ElementDefinition.setRequirements(String value) ElementDefinition.setRequirementsElement(MarkdownType value) ElementDefinition.setShortElement(StringType value) ElementDefinition.setSliceIsConstraining(boolean value) ElementDefinition.setSliceIsConstrainingElement(BooleanType value) ElementDefinition.setSliceName(String value) ElementDefinition.setSliceNameElement(StringType value) ElementDefinition.setSlicing(ElementDefinition.ElementDefinitionSlicingComponent value) ElementDefinition.setType(List<ElementDefinition.TypeRefComponent> theType) protected ElementDefinitionElementDefinition.typedCopy()Methods in org.hl7.fhir.r4.model that return types with arguments of type ElementDefinitionModifier and TypeMethodDescriptionStructureDefinition.StructureDefinitionDifferentialComponent.getElement()StructureDefinition.StructureDefinitionSnapshotComponent.getElement()Methods in org.hl7.fhir.r4.model with parameters of type ElementDefinitionModifier and TypeMethodDescriptionStructureDefinition.StructureDefinitionDifferentialComponent.addElement(ElementDefinition t) StructureDefinition.StructureDefinitionSnapshotComponent.addElement(ElementDefinition t) voidElementDefinition.copyValues(ElementDefinition dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type ElementDefinitionModifier and TypeMethodDescriptionStructureDefinition.StructureDefinitionDifferentialComponent.setElement(List<ElementDefinition> theElement) StructureDefinition.StructureDefinitionSnapshotComponent.setElement(List<ElementDefinition> theElement) -
Uses of ElementDefinition in org.hl7.fhir.r4.profilemodel
Fields in org.hl7.fhir.r4.profilemodel declared as ElementDefinitionModifier and TypeFieldDescriptionprotected ElementDefinitionPEDefinition.definitionprotected ElementDefinitionPEDefinitionSlice.sliceDefinitionprotected ElementDefinitionPEDefinitionTypeSlice.sliceDefinitionMethods in org.hl7.fhir.r4.profilemodel that return ElementDefinitionMethods in org.hl7.fhir.r4.profilemodel that return types with arguments of type ElementDefinitionModifier and TypeMethodDescriptionprotected List<ElementDefinition> PEBuilder.getChildren(StructureDefinition profileStructure, ElementDefinition definition) Methods in org.hl7.fhir.r4.profilemodel with parameters of type ElementDefinitionModifier and TypeMethodDescriptionprotected List<ElementDefinition> PEBuilder.getChildren(StructureDefinition profileStructure, ElementDefinition definition) protected List<PEDefinition> PEBuilder.listChildren(boolean allFixed, PEDefinition parent, StructureDefinition profileStructure, ElementDefinition definition, String url, String... omitList) protected List<PEDefinition> PEBuilder.listSlices(StructureDefinition profileStructure, ElementDefinition definition, PEDefinition parent) protected PEDefinitionPEBuilder.makeChild(PEDefinition parent, StructureDefinition profileStructure, ElementDefinition definition) PEBuilder.makeSliceExpression(StructureDefinition profile, ElementDefinition.ElementDefinitionSlicingComponent slicing, ElementDefinition definition) Constructors in org.hl7.fhir.r4.profilemodel with parameters of type ElementDefinitionModifierConstructorDescriptionprotectedPEDefinition(PEBuilder builder, String name, StructureDefinition profile, ElementDefinition definition, String ppath) PEDefinitionElement(PEBuilder builder, String name, StructureDefinition profile, ElementDefinition definition, String ppath) PEDefinitionElement(PEBuilder builder, StructureDefinition profile, ElementDefinition definition, String ppath) PEDefinitionExtension(PEBuilder builder, String name, StructureDefinition profile, ElementDefinition definition, ElementDefinition sliceDefinition, StructureDefinition extension, String ppath) PEDefinitionSlice(PEBuilder builder, String name, StructureDefinition profile, ElementDefinition profileDefinition, ElementDefinition sliceDefinition, String ppath) PEDefinitionSubExtension(PEBuilder builder, StructureDefinition profile, ElementDefinition definition, String ppath) PEDefinitionTypeSlice(PEBuilder builder, String name, StructureDefinition profile, ElementDefinition definition, ElementDefinition sliceDefinition, String ppath) -
Uses of ElementDefinition in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return ElementDefinitionMethods in org.hl7.fhir.r4.utils with parameters of type ElementDefinitionModifier and TypeMethodDescriptionstatic TypeToolingExtensions.getAllowedUnits(ElementDefinition eld) static booleanElementDefinitionUtilities.hasType(ElementDefinition ed, String name) static voidToolingExtensions.setAllowableUnits(ElementDefinition eld, CodeableConcept cc) -
Uses of ElementDefinition in org.hl7.fhir.r4.utils.formats
Methods in org.hl7.fhir.r4.utils.formats with parameters of type ElementDefinitionModifier and TypeMethodDescriptionvoidCSVWriter.processElement(ElementDefinition ed) Deprecated.voidXLSXWriter.processElement(ElementDefinition ed) Deprecated.