pub struct GraphDefinitionLinkBuilder { /* private fields */ }
Expand description
Builder for GraphDefinitionLink
.
Implementations§
Source§impl GraphDefinitionLinkBuilder
impl GraphDefinitionLinkBuilder
Sourcepub fn id(self, value: String) -> GraphDefinitionLinkBuilder
pub fn id(self, value: String) -> GraphDefinitionLinkBuilder
Unique id for inter-element referencing
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Sourcepub fn extension(self, value: Vec<Extension>) -> GraphDefinitionLinkBuilder
pub fn extension(self, value: Vec<Extension>) -> GraphDefinitionLinkBuilder
Additional content defined by implementations
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Sourcepub fn modifier_extension(
self,
value: Vec<Extension>,
) -> GraphDefinitionLinkBuilder
pub fn modifier_extension( self, value: Vec<Extension>, ) -> GraphDefinitionLinkBuilder
Extensions that cannot be ignored even if unrecognized
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. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Sourcepub fn description(self, value: String) -> GraphDefinitionLinkBuilder
pub fn description(self, value: String) -> GraphDefinitionLinkBuilder
Why this link is specified
Information about why this link is of interest in this graph definition.
Sourcepub fn description_ext(
self,
value: FieldExtension,
) -> GraphDefinitionLinkBuilder
pub fn description_ext( self, value: FieldExtension, ) -> GraphDefinitionLinkBuilder
Extension field.
Sourcepub fn min(self, value: i32) -> GraphDefinitionLinkBuilder
pub fn min(self, value: i32) -> GraphDefinitionLinkBuilder
Minimum occurrences for this link
Minimum occurrences for this link.
Sourcepub fn min_ext(self, value: FieldExtension) -> GraphDefinitionLinkBuilder
pub fn min_ext(self, value: FieldExtension) -> GraphDefinitionLinkBuilder
Extension field.
Sourcepub fn max(self, value: String) -> GraphDefinitionLinkBuilder
pub fn max(self, value: String) -> GraphDefinitionLinkBuilder
Maximum occurrences for this link
Maximum occurrences for this link.
Sourcepub fn max_ext(self, value: FieldExtension) -> GraphDefinitionLinkBuilder
pub fn max_ext(self, value: FieldExtension) -> GraphDefinitionLinkBuilder
Extension field.
Sourcepub fn source_id(self, value: String) -> GraphDefinitionLinkBuilder
pub fn source_id(self, value: String) -> GraphDefinitionLinkBuilder
Source Node for this link
The source node for this link.
Sourcepub fn source_id_ext(self, value: FieldExtension) -> GraphDefinitionLinkBuilder
pub fn source_id_ext(self, value: FieldExtension) -> GraphDefinitionLinkBuilder
Extension field.
Sourcepub fn path(self, value: String) -> GraphDefinitionLinkBuilder
pub fn path(self, value: String) -> GraphDefinitionLinkBuilder
Path in the resource that contains the link
A FHIRPath expression that identifies one of FHIR References to other resources.
The path expression cannot contain a resolve() function. If there is no path, the link is a reverse lookup, using target.params. If the path is “*” then this means all references in the resource.
Sourcepub fn path_ext(self, value: FieldExtension) -> GraphDefinitionLinkBuilder
pub fn path_ext(self, value: FieldExtension) -> GraphDefinitionLinkBuilder
Extension field.
Sourcepub fn slice_name(self, value: String) -> GraphDefinitionLinkBuilder
pub fn slice_name(self, value: String) -> GraphDefinitionLinkBuilder
Which slice (if profiled)
Which slice (if profiled).
Sourcepub fn slice_name_ext(self, value: FieldExtension) -> GraphDefinitionLinkBuilder
pub fn slice_name_ext(self, value: FieldExtension) -> GraphDefinitionLinkBuilder
Extension field.
Sourcepub fn target_id(self, value: String) -> GraphDefinitionLinkBuilder
pub fn target_id(self, value: String) -> GraphDefinitionLinkBuilder
Target Node for this link
The target node for this link.
Sourcepub fn target_id_ext(self, value: FieldExtension) -> GraphDefinitionLinkBuilder
pub fn target_id_ext(self, value: FieldExtension) -> GraphDefinitionLinkBuilder
Extension field.
Sourcepub fn params(self, value: String) -> GraphDefinitionLinkBuilder
pub fn params(self, value: String) -> GraphDefinitionLinkBuilder
Criteria for reverse lookup
A set of parameters to look up.
At least one of the parameters must have the value {ref} which identifies the focus resource.
Sourcepub fn params_ext(self, value: FieldExtension) -> GraphDefinitionLinkBuilder
pub fn params_ext(self, value: FieldExtension) -> GraphDefinitionLinkBuilder
Extension field.
Sourcepub fn compartment(
self,
value: Vec<Option<GraphDefinitionLinkCompartment>>,
) -> GraphDefinitionLinkBuilder
pub fn compartment( self, value: Vec<Option<GraphDefinitionLinkCompartment>>, ) -> GraphDefinitionLinkBuilder
Compartment Consistency Rules
Compartment Consistency Rules.
Sourcepub fn compartment_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> GraphDefinitionLinkBuilder
pub fn compartment_ext( self, value: Vec<Option<FieldExtension>>, ) -> GraphDefinitionLinkBuilder
Extension field.