Uses of Class
org.hl7.fhir.r4.model.ElementDefinition
-
Packages that use ElementDefinition Package Description org.hl7.fhir.r4.conformance org.hl7.fhir.r4.elementmodel org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.utils org.hl7.fhir.r4.utils.formats -
-
Uses of ElementDefinition in org.hl7.fhir.r4.conformance
Methods in org.hl7.fhir.r4.conformance that return ElementDefinition Modifier and Type Method Description ElementDefinitionProfileUtilities.TypeSlice. getDefn()ElementDefinitionProfileUtilities.ElementRedirection. getElement()ElementDefinitionProfileUtilities.ExtensionContext. getElement()ElementDefinitionProfileUtilities.ExtensionContext. getExtensionValueDefinition()ElementDefinitionProfileUtilities.ElementDefinitionHolder. getSelf()Methods in org.hl7.fhir.r4.conformance that return types with arguments of type ElementDefinition Modifier and Type Method Description static 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 ElementDefinition Modifier and Type Method Description 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)XmlSchemaGenerator.QNameXmlSchemaGenerator. getQN(StructureDefinition sd, ElementDefinition edc, String t, boolean chase)static List<ElementDefinition>ProfileUtilities. getSliceList(StructureDefinition profile, ElementDefinition element)voidProfileUtilities.SliceList. seeElement(ElementDefinition ed)voidProfileComparer. status(ElementDefinition ed, int value)Constructors in org.hl7.fhir.r4.conformance with parameters of type ElementDefinition Constructor Description ElementDefinitionHolder(ElementDefinition self)ElementDefinitionHolder(ElementDefinition self, boolean isPlaceholder)ElementRedirection(ElementDefinition element, String path)ElementToGenerate(String tname, StructureDefinition sd, ElementDefinition edc)ExtensionContext(StructureDefinition ext, ElementDefinition ed)TypeSlice(ElementDefinition defn, String type)Constructor parameters in org.hl7.fhir.r4.conformance with type arguments of type ElementDefinition Constructor Description ElementDefinitionComparer(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 ElementDefinition Modifier and Type Method Description ElementDefinitionProperty. getDefinition()Methods in org.hl7.fhir.r4.elementmodel with parameters of type ElementDefinition Modifier and Type Method Description voidElement. markValidation(StructureDefinition profile, ElementDefinition definition)Constructors in org.hl7.fhir.r4.elementmodel with parameters of type ElementDefinition Constructor Description Property(IWorkerContext context, ElementDefinition definition, StructureDefinition structure) -
Uses of ElementDefinition in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ElementDefinition Modifier and Type Method Description protected ElementDefinitionJsonParser. parseElementDefinition(com.google.gson.JsonObject json)protected ElementDefinitionXmlParser. parseElementDefinition(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ElementDefinition in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ElementDefinition Modifier and Type Field Description protected 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 types with arguments of type ElementDefinition Modifier and Type Method Description List<ElementDefinition>StructureDefinition.StructureDefinitionDifferentialComponent. getElement()List<ElementDefinition>StructureDefinition.StructureDefinitionSnapshotComponent. getElement()Methods in org.hl7.fhir.r4.model with parameters of type ElementDefinition Modifier and Type Method Description StructureDefinition.StructureDefinitionDifferentialComponentStructureDefinition.StructureDefinitionDifferentialComponent. addElement(ElementDefinition t)StructureDefinition.StructureDefinitionSnapshotComponentStructureDefinition.StructureDefinitionSnapshotComponent. addElement(ElementDefinition t)voidElementDefinition. copyValues(ElementDefinition dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ElementDefinition Modifier and Type Method Description StructureDefinition.StructureDefinitionDifferentialComponentStructureDefinition.StructureDefinitionDifferentialComponent. setElement(List<ElementDefinition> theElement)StructureDefinition.StructureDefinitionSnapshotComponentStructureDefinition.StructureDefinitionSnapshotComponent. setElement(List<ElementDefinition> theElement) -
Uses of ElementDefinition in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return ElementDefinition Modifier and Type Method Description ElementDefinitionDefinitionNavigator. current()ElementDefinitionFHIRPathEngine. evaluateDefinition(ExpressionNode expr, StructureDefinition profile, ElementDefinition element)given an element definition in a profile, what element contains the differentiating fixed for the element, given the differentiating expresssion.ElementDefinitionFHIRPathEngine.ElementDefinitionMatch. getDefinition()Methods in org.hl7.fhir.r4.utils with parameters of type ElementDefinition Modifier and Type Method Description ElementDefinitionFHIRPathEngine. evaluateDefinition(ExpressionNode expr, StructureDefinition profile, ElementDefinition element)given an element definition in a profile, what element contains the differentiating fixed for the element, given the differentiating expresssion.static TypeToolingExtensions. getAllowedUnits(ElementDefinition eld)static booleanElementDefinitionUtilities. hasType(ElementDefinition ed, String name)static voidToolingExtensions. setAllowableUnits(ElementDefinition eld, CodeableConcept cc)Constructors in org.hl7.fhir.r4.utils with parameters of type ElementDefinition Constructor Description ElementDefinitionMatch(ElementDefinition definition, String fixedType) -
Uses of ElementDefinition in org.hl7.fhir.r4.utils.formats
Methods in org.hl7.fhir.r4.utils.formats with parameters of type ElementDefinition Modifier and Type Method Description voidCSVWriter. processElement(ElementDefinition ed)voidXLSXWriter. processElement(ElementDefinition ed)
-