SubstanceDefinitionStructure constructor

const SubstanceDefinitionStructure({
  1. @JsonKey(name: 'id') FhirId? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. CodeableConcept? stereochemistry,
  5. CodeableConcept? opticalActivity,
  6. String? molecularFormula,
  7. @JsonKey(name: '_molecularFormula') Element? molecularFormulaElement,
  8. String? molecularFormulaByMoiety,
  9. @JsonKey(name: '_molecularFormulaByMoiety') Element? molecularFormulaByMoietyElement,
  10. SubstanceDefinitionMolecularWeight? molecularWeight,
  11. List<CodeableConcept>? technique,
  12. List<Reference>? sourceDocument,
  13. List<SubstanceDefinitionRepresentation>? representation,
})

SubstanceDefinitionStructure The detailed description of a substance, typically at a level beyond what is used for prescribing.

id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.;

extension_ 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 manageable, 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.;

modifierExtension 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 manageable, 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).;

stereochemistry Stereochemistry type.;

opticalActivity Optical activity type.;

molecularFormula Molecular formula of this substance, typically using the Hill system.;

molecularFormulaElement (_molecularFormula): Extensions for molecularFormula;

molecularFormulaByMoiety Specified per moiety according to the Hill system, i.e. first C, then H, then alphabetical, each moiety separated by a dot.;

molecularFormulaByMoietyElement (_molecularFormulaByMoiety): Extensions for molecularFormulaByMoiety;

molecularWeight The molecular weight or weight range (for proteins, polymers or nucleic acids).;

technique The method used to elucidate the structure or characterization of the drug substance. Examples: X-ray, HPLC, NMR, Peptide mapping, Ligand binding assay.;

sourceDocument The source of information about the structure.;

representation A depiction of the structure or characterization of the substance.;

Implementation

///
/// [id] Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.;
///
/// [extension_] 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 manageable, 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.;
///
/// [modifierExtension] 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 manageable, 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).;
///
/// [stereochemistry] Stereochemistry type.;
///
/// [opticalActivity] Optical activity type.;
///
/// [molecularFormula] Molecular formula of this substance, typically using the Hill system.;
///
/// [molecularFormulaElement] (_molecularFormula): Extensions for molecularFormula;
///
/// [molecularFormulaByMoiety] Specified per moiety according to the Hill system, i.e. first C, then H, then alphabetical, each moiety separated by a dot.;
///
/// [molecularFormulaByMoietyElement] (_molecularFormulaByMoiety): Extensions for molecularFormulaByMoiety;
///
/// [molecularWeight] The molecular weight or weight range (for proteins, polymers or nucleic acids).;
///
/// [technique] The method used to elucidate the structure or characterization of the drug substance. Examples: X-ray, HPLC, NMR, Peptide mapping, Ligand binding assay.;
///
/// [sourceDocument] The source of information about the structure.;
///
/// [representation] A depiction of the structure or characterization of the substance.;
const factory SubstanceDefinitionStructure({
  /// [id] Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.;
  @JsonKey(name: 'id') FhirId? fhirId,

  /// [extension_] 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 manageable, 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.;
  @JsonKey(name: 'extension') List<FhirExtension>? extension_,

  /// [modifierExtension] 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 manageable, 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).;
  List<FhirExtension>? modifierExtension,

  /// [stereochemistry] Stereochemistry type.;
  CodeableConcept? stereochemistry,

  /// [opticalActivity] Optical activity type.;
  CodeableConcept? opticalActivity,

  /// [molecularFormula] Molecular formula of this substance, typically using the Hill system.;
  String? molecularFormula,

  /// [molecularFormulaElement] (_molecularFormula): Extensions for molecularFormula;
  @JsonKey(name: '_molecularFormula') Element? molecularFormulaElement,

  /// [molecularFormulaByMoiety] Specified per moiety according to the Hill system, i.e. first C, then H, then alphabetical, each moiety separated by a dot.;
  String? molecularFormulaByMoiety,
  @JsonKey(name: '_molecularFormulaByMoiety')

  /// [molecularFormulaByMoietyElement] (_molecularFormulaByMoiety): Extensions for molecularFormulaByMoiety;
  Element? molecularFormulaByMoietyElement,

  /// [molecularWeight] The molecular weight or weight range (for proteins, polymers or nucleic acids).;
  SubstanceDefinitionMolecularWeight? molecularWeight,

  /// [technique] The method used to elucidate the structure or characterization of the drug substance. Examples: X-ray, HPLC, NMR, Peptide mapping, Ligand binding assay.;
  List<CodeableConcept>? technique,

  /// [sourceDocument] The source of information about the structure.;
  List<Reference>? sourceDocument,

  /// [representation] A depiction of the structure or characterization of the substance.;
  List<SubstanceDefinitionRepresentation>? representation,
}) = _SubstanceDefinitionStructure;