pub struct CitationCitedArtifactRelatesToBackboneElement {
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub type_: Option<CodeDt>,
pub classifier: Option<Vec<CodeableConcept>>,
pub label: Option<StringDt>,
pub display: Option<StringDt>,
pub citation: Option<MarkdownDt>,
pub document: Option<Attachment>,
pub resource: Option<CanonicalDt>,
pub resource_reference: Option<Reference>,
}
Fields§
§id: Option<String>
Unique id for inter-element referencing
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored even if unrecognized
type_: Option<CodeDt>
documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | documents | specification-of | created-with | cite-as | reprint | reprint-of
classifier: Option<Vec<CodeableConcept>>
Additional classifiers
label: Option<StringDt>
Short label
display: Option<StringDt>
Brief description of the related artifact
citation: Option<MarkdownDt>
Bibliographic citation for the artifact
document: Option<Attachment>
What document is being referenced
resource: Option<CanonicalDt>
What artifact is being referenced
resource_reference: Option<Reference>
What artifact, if not a conformance resource
Trait Implementations§
Source§impl Clone for CitationCitedArtifactRelatesToBackboneElement
impl Clone for CitationCitedArtifactRelatesToBackboneElement
Source§fn clone(&self) -> CitationCitedArtifactRelatesToBackboneElement
fn clone(&self) -> CitationCitedArtifactRelatesToBackboneElement
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more