
Uses of Class
org.hl7.fhir.r4.model.Extension
Packages that use Extension
-
Uses of Extension in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ExtensionModifier and TypeMethodDescriptionprotected ExtensionJsonParser.parseExtension(com.google.gson.JsonObject json) protected ExtensionXmlParser.parseExtension(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type ExtensionModifier and TypeMethodDescriptionprotected voidJsonParser.composeExtension(String name, Extension element) protected voidRdfParser.composeExtension(Turtle.Complex parent, String parentType, String name, Extension element, int index) protected voidXmlParser.composeExtension(String name, Extension element) protected voidXmlParser.composeExtensionElements(Extension element) protected voidJsonParser.composeExtensionInner(Extension element) protected booleanXmlParser.parseExtensionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Extension res) protected voidJsonParser.parseExtensionProperties(com.google.gson.JsonObject json, Extension res) -
Uses of Extension in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ExtensionModifier and TypeFieldDescriptionDomainResource.extensionMay be used to represent additional information that is not part of the basic definition of the resource.Element.extensionMay be used to represent additional information that is not part of the basic definition of the element.BackboneElement.modifierExtensionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants.BackboneType.modifierExtensionMay be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it.DomainResource.modifierExtensionMay be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants.Methods in org.hl7.fhir.r4.model that return ExtensionModifier and TypeMethodDescriptionDomainResource.addExtension()Element.addExtension()BackboneElement.addModifierExtension()BackboneType.addModifierExtension()DomainResource.addModifierExtension()Base.castToExtension(Base b) Extension.copy()static ExtensionExtensionHelper.getExtension(BackboneElement element, String name) static ExtensionExtensionHelper.getExtension(DomainResource resource, String name) static ExtensionExtensionHelper.getExtension(Element element, String name) BackboneElement.getExtensionByUrl(String theUrl) DomainResource.getExtensionByUrl(String theUrl) Element.getExtensionByUrl(String theUrl) Element.getExtensionFirstRep()BackboneElement.getModifierExtensionFirstRep()BackboneType.getModifierExtensionFirstRep()static ExtensionFactory.newExtension(String uri, Type value, boolean evenIfNull) Extension.setUrlElement(UriType value) BaseExtension.setValue(org.hl7.fhir.instance.model.api.IBaseDatatype theValue) abstract Extensionprotected ExtensionExtension.typedCopy()Methods in org.hl7.fhir.r4.model that return types with arguments of type ExtensionModifier and TypeMethodDescriptionDomainResource.getExtension()Element.getExtension()BackboneElement.getExtensionsByUrl(String theUrl) Returns an unmodifiable list containing all extensions on this element which match the given URL.BackboneElement.getExtensionsByUrl(String... theUrls) BackboneType.getExtensionsByUrl(String... theUrls) DomainResource.getExtensionsByUrl(String theUrl) Returns a list of extensions from this element which have the given URL.Element.getExtensionsByUrl(String theUrl) Returns an unmodifiable list containing all extensions on this element which match the given URL.Element.getExtensionsByUrl(String... theUrls) BackboneElement.getModifierExtension()BackboneType.getModifierExtension()DomainResource.getModifierExtension()DomainResource.getModifierExtensionsByUrl(String theUrl) Returns a list of modifier extensions from this element which have the given URL.Methods in org.hl7.fhir.r4.model with parameters of type ExtensionModifier and TypeMethodDescriptionDomainResource.addExtension(Extension t) Element.addExtension(Extension t) BackboneElement.addModifierExtension(Extension t) BackboneType.addModifierExtension(Extension t) DomainResource.addModifierExtension(Extension t) voidExtension.copyValues(Extension dst) booleanElement.hasExtension(Extension ext) Method parameters in org.hl7.fhir.r4.model with type arguments of type ExtensionModifier and TypeMethodDescriptionDomainResource.setExtension(List<Extension> theExtension) Element.setExtension(List<Extension> theExtension) BackboneElement.setModifierExtension(List<Extension> theModifierExtension) BackboneType.setModifierExtension(List<Extension> theModifierExtension) DomainResource.setModifierExtension(List<Extension> theModifierExtension) -
Uses of Extension in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return ExtensionModifier and TypeMethodDescriptionstatic ExtensionToolingExtensions.getExtension(DomainResource resource, String name) static ExtensionToolingExtensions.getExtension(Element el, String name) static ExtensionToolingExtensions.makeIssueSource(org.hl7.fhir.utilities.validation.ValidationMessage.Source source) Methods in org.hl7.fhir.r4.utils that return types with arguments of type ExtensionModifier and TypeMethodDescriptionToolingExtensions.getExtensions(DomainResource resource, String url) ToolingExtensions.getExtensions(Element element, String url)