Creates a new CodingBuilder
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 Coding
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 code-field of the Coding
The code-field
Returns the display-field of the Coding
The display-field
Returns the element's id
The element's id
Returns the system-field of the Coding
The system-field
Returns the userSelected-field of the Coding
The userSelected-field
Returns the version-field of the Coding
The version-field
Creates a new Coding
The coding
Sets the code-field of the Coding If no argument is provided, the field will be removed
The value to be set in the code-field
Sets the display-field of the Coding If no argument is provided, the field will be removed
The value to be set in the display-field
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 the system-field of the Coding If no argument is provided, the field will be removed
The value to be set in the system-field
Sets the userSelected-field of the Coding If no argument is provided, the field will be removed
The value to be set in the userSelected-field
Sets the version-field of the Coding If no argument is provided, the field will be removed
The value to be set in the version-field
Sets a copy of an existing coding for this builder to allow for manipulation, If no argument is provided, a new Coding will be generated
the coding to be set
The builder
Generated using TypeDoc
A class representing a FHIR CodingBuilder