Creates a new FHIR ElementBuilder
Adds the extension provided as an argument to the resource's extension array
The resource to be added to the extension array
the Builder
Builds and returns the element
Returns whether or not the element provided as an argument is in conflict with the element used in the builder
The element to test for conflict
Whether it is in conflict
Returns the element's id
The element's id
Make a new object that implements a FHIR Element
Sets the resource'extension-array to the provided array If no argument is provided, the field will be removed
The array to be set as the resource's extension array
the Builder
Sets the element's id to the id provided as an argument If no argument is provided, the field will be removed
the id to be set
the Builder
Sets a copy of an existing element for this ElementBuilder to allow for manipulating, or interacting with, the element through this ElementBuilder If no argument is provided, a new Element will be generated
The element to set
The builder
Generated using TypeDoc
Class representing a FHIR Element builder