pub struct CodeableReferenceInner {
pub id: Option<String>,
pub extension: Vec<Extension>,
pub concept: Option<CodeableConcept>,
pub concept_ext: Option<FieldExtension>,
pub reference: Option<Reference>,
pub reference_ext: Option<FieldExtension>,
}
Expand description
CodeableReference Type: A reference to a resource (by instance), or instead, a reference to a concept defined in a terminology or ontology (by class).
CodeableReference v5.0.0
Reference to a resource or a concept
A reference to a resource (by instance), or instead, a reference to a concept defined in a terminology or ontology (by class).
Fields§
§id: Option<String>
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.
extension: Vec<Extension>
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.
concept: Option<CodeableConcept>
Reference to a concept (by class)
A reference to a concept - e.g. the information is identified by its general class to the degree of precision found in the terminology.
concept_ext: Option<FieldExtension>
Extension field.
reference: Option<Reference>
Reference to a resource (by instance)
A reference to a resource the provides exact details about the information being referenced.
reference_ext: Option<FieldExtension>
Extension field.
Trait Implementations§
Source§impl Clone for CodeableReferenceInner
impl Clone for CodeableReferenceInner
Source§fn clone(&self) -> CodeableReferenceInner
fn clone(&self) -> CodeableReferenceInner
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more