pub struct UsageContextInner {
pub id: Option<String>,
pub extension: Vec<Extension>,
pub code: Coding,
pub code_ext: Option<FieldExtension>,
pub value: UsageContextValue,
pub value_ext: Option<UsageContextValueExtension>,
}
Expand description
UsageContext Type: Specifies clinical/business/etc. metadata that can be used to retrieve, index and/or categorize an artifact. This metadata can either be specific to the applicable population (e.g., age category, DRG) or the specific context of care (e.g., venue, care setting, provider of care).
UsageContext v5.0.0
Describes the context of use for a conformance or knowledge resource
Specifies clinical/business/etc. metadata that can be used to retrieve, index and/or categorize an artifact. This metadata can either be specific to the applicable population (e.g., age category, DRG) or the specific context of care (e.g., venue, care setting, provider of care).
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.
code: Coding
UsageContextType; Type of context being specified
A code that identifies the type of context being specified by this usage context.
code_ext: Option<FieldExtension>
Extension field.
value: UsageContextValue
Value that defines the context
A value that defines the context specified in this context of use. The interpretation of the value is defined by the code.
value_ext: Option<UsageContextValueExtension>
Extension field.
Trait Implementations§
Source§impl Clone for UsageContextInner
impl Clone for UsageContextInner
Source§fn clone(&self) -> UsageContextInner
fn clone(&self) -> UsageContextInner
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more