Create a new FHIR IdentifierBuilder
Adds the extension provided as an argument to the resource's extension array
The resource to be added to the extension array
the Builder
Returns the identifier
the identifier
Returns whether or not the identifier provided as an argument is in conflict with the identifier used in the builder
The identifier to test for conflict
Whether it is in conflict
Returns the assigner-field of the Identifier
The assigner-field
Returns the element's id
The element's id
Returns the period-field of the Identifier
The period-field
Returns the system-field of the Identifier
The system-field
Returns the type-field of the Identifier
The type-field
Returns the use-field of the Identifier
The use-field
Returns the value-field of the Identifier
The value-field
Creates a new Identifier
The identifier
Sets the assigner-field of the Identifier If no argument is provided, the field will be removed
The value to be set in the assigner-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 period-field of the Identifier If no argument is provided, the field will be removed
The value to be set in the period-field
Sets the system-field of the Identifier If no argument is provided, the field will be removed
The value to be set in the system-field
Sets the type-field of the Identifier If no argument is provided, the field will be removed
The value to be set in the type-field
Sets the use-field of the Identifier If no argument is provided, the field will be removed
The value to be set in the use-field
Sets the value-field of the Identifier If no argument is provided, the field will be removed
The value to be set in the value-field
Sets a copy of an existing identifier for this builder to allow for manipulation If no argument is provided, a new Identifier will be generated
the identifier to be set
The builder
Generated using TypeDoc
Class representing a FHIR Identifier builder