Creates a new FHIR ResourceBuilder
Builds and returns the resource
Returns whether or not the resource provided as an argument is in conflict with the resource used in the builder
The resource to test for conflict
Whether it is in conflict
Returns the resource's id
The resource's id
Returns the implicitRules-field of the Resource
The implicitRules-field
Returns the language-field of the Resource
The language-field
Returns the meta-field of the Resource
The meta-field
Returns the resourceType-field of the Resource
The resourceType-field
Make a new object that implements a FHIR Resource
Sets the resource'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 implicitRules-field of the Resource If no argument is provided, the field will be removed
The value to be set in the implicitRules-field
Sets the language-field of the Resource If no argument is provided, the field will be removed
Sets the meta-field of the Resource If no argument is provided, the field will be removed
The value to be set in the meta-field
Sets the resourceType-field of the Resource If no argument is provided, the field will be removed
The value to be set in the resourceType-field
Sets a copy of an existing resource for this builder to allow for manipulation If no argument is provided, a new Resource will be generated
the resource to be set
The builder
Generated using TypeDoc
Class representing a FHIR Resource builder