| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model | |
| org.hl7.fhir.r4.utils |
| Modifier and Type | Method and Description |
|---|---|
protected Extension |
JsonParser.parseExtension(com.google.gson.JsonObject json) |
protected Extension |
XmlParser.parseExtension(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeExtension(String name,
Extension element) |
protected void |
XmlParser.composeExtension(String name,
Extension element) |
protected void |
RdfParser.composeExtension(Turtle.Complex parent,
String parentType,
String name,
Extension element,
int index) |
protected void |
XmlParser.composeExtensionElements(Extension element) |
protected void |
JsonParser.composeExtensionInner(Extension element) |
protected boolean |
XmlParser.parseExtensionContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Extension res) |
protected void |
JsonParser.parseExtensionProperties(com.google.gson.JsonObject json,
Extension res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Extension> |
DomainResource.extension
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected List<Extension> |
Element.extension
May be used to represent additional information that is not part of the basic definition of the element.
|
protected List<Extension> |
BackboneType.modifierExtension
May 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.
|
protected List<Extension> |
DomainResource.modifierExtension
May 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.
|
protected List<Extension> |
BackboneElement.modifierExtension
May 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
DomainResource.getExtension() |
List<Extension> |
Element.getExtension() |
List<Extension> |
DomainResource.getExtensionsByUrl(String theUrl)
Returns a list of extensions from this element which have the given URL.
|
List<Extension> |
Element.getExtensionsByUrl(String theUrl)
Returns an unmodifiable list containing all extensions on this element which
match the given URL.
|
List<Extension> |
BackboneType.getModifierExtension() |
List<Extension> |
DomainResource.getModifierExtension() |
List<Extension> |
BackboneElement.getModifierExtension() |
List<Extension> |
DomainResource.getModifierExtensionsByUrl(String theUrl)
Returns a list of modifier extensions from this element which have the given URL.
|
| Modifier and Type | Method and Description |
|---|---|
DomainResource |
DomainResource.addExtension(Extension t) |
Element |
Element.addExtension(Extension t) |
BackboneType |
BackboneType.addModifierExtension(Extension t) |
DomainResource |
DomainResource.addModifierExtension(Extension t) |
BackboneElement |
BackboneElement.addModifierExtension(Extension t) |
void |
Extension.copyValues(Extension dst) |
| Modifier and Type | Method and Description |
|---|---|
DomainResource |
DomainResource.setExtension(List<Extension> theExtension) |
Element |
Element.setExtension(List<Extension> theExtension) |
BackboneType |
BackboneType.setModifierExtension(List<Extension> theModifierExtension) |
DomainResource |
DomainResource.setModifierExtension(List<Extension> theModifierExtension) |
BackboneElement |
BackboneElement.setModifierExtension(List<Extension> theModifierExtension) |
| Modifier and Type | Method and Description |
|---|---|
static Extension |
ToolingExtensions.getExtension(DomainResource resource,
String name) |
static Extension |
ToolingExtensions.getExtension(Element el,
String name) |
static Extension |
ToolingExtensions.makeIssueSource(org.hl7.fhir.utilities.validation.ValidationMessage.Source source) |
| Modifier and Type | Method and Description |
|---|---|
static List<Extension> |
ToolingExtensions.getExtensions(DomainResource resource,
String url) |
static List<Extension> |
ToolingExtensions.getExtensions(Element element,
String url) |
Copyright © 2014–2021 Health Level 7. All rights reserved.