ElementDefinitionExample constructor

const ElementDefinitionExample({
  1. @JsonKey(name: 'id') String? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. String? label,
  5. @JsonKey(name: '_label') Element? labelElement,
  6. FhirBase64Binary? valueBase64Binary,
  7. @JsonKey(name: '_valueBase64Binary') Element? valueBase64BinaryElement,
  8. FhirBoolean? valueBoolean,
  9. @JsonKey(name: '_valueBoolean') Element? valueBooleanElement,
  10. FhirCanonical? valueCanonical,
  11. @JsonKey(name: '_valueCanonical') Element? valueCanonicalElement,
  12. FhirCode? valueCode,
  13. @JsonKey(name: '_valueCode') Element? valueCodeElement,
  14. FhirDate? valueDate,
  15. @JsonKey(name: '_valueDate') Element? valueDateElement,
  16. FhirDateTime? valueDateTime,
  17. @JsonKey(name: '_valueDateTime') Element? valueDateTimeElement,
  18. FhirDecimal? valueDecimal,
  19. @JsonKey(name: '_valueDecimal') Element? valueDecimalElement,
  20. FhirId? valueId,
  21. @JsonKey(name: '_valueId') Element? valueIdElement,
  22. FhirInstant? valueInstant,
  23. @JsonKey(name: '_valueInstant') Element? valueInstantElement,
  24. FhirInteger? valueInteger,
  25. @JsonKey(name: '_valueInteger') Element? valueIntegerElement,
  26. FhirInteger64? valueInteger64,
  27. @JsonKey(name: '_valueInteger64') Element? valueInteger64Element,
  28. FhirMarkdown? valueMarkdown,
  29. @JsonKey(name: '_valueMarkdown') Element? valueMarkdownElement,
  30. FhirId? valueOid,
  31. @JsonKey(name: '_valueOid') Element? valueOidElement,
  32. FhirPositiveInt? valuePositiveInt,
  33. @JsonKey(name: '_valuePositiveInt') Element? valuePositiveIntElement,
  34. String? valueString,
  35. @JsonKey(name: '_valueString') Element? valueStringElement,
  36. FhirTime? valueTime,
  37. @JsonKey(name: '_valueTime') Element? valueTimeElement,
  38. FhirUnsignedInt? valueUnsignedInt,
  39. @JsonKey(name: '_valueUnsignedInt') Element? valueUnsignedIntElement,
  40. FhirUri? valueUri,
  41. @JsonKey(name: '_valueUri') Element? valueUriElement,
  42. FhirUrl? valueUrl,
  43. @JsonKey(name: '_valueUrl') Element? valueUrlElement,
  44. FhirId? valueUuid,
  45. @JsonKey(name: '_valueUuid') Element? valueUuidElement,
  46. Address? valueAddress,
  47. Age? valueAge,
  48. Annotation? valueAnnotation,
  49. Attachment? valueAttachment,
  50. CodeableConcept? valueCodeableConcept,
  51. CodeableReference? valueCodeableReference,
  52. Coding? valueCoding,
  53. ContactPoint? valueContactPoint,
  54. Count? valueCount,
  55. Distance? valueDistance,
  56. FhirDuration? valueDuration,
  57. HumanName? valueHumanName,
  58. Identifier? valueIdentifier,
  59. Money? valueMoney,
  60. Period? valuePeriod,
  61. Quantity? valueQuantity,
  62. Range? valueRange,
  63. Ratio? valueRatio,
  64. RatioRange? valueRatioRange,
  65. Reference? valueReference,
  66. SampledData? valueSampledData,
  67. Signature? valueSignature,
  68. Timing? valueTiming,
  69. ContactDetail? valueContactDetail,
  70. DataRequirement? valueDataRequirement,
  71. FhirExpression? valueExpression,
  72. ParameterDefinition? valueParameterDefinition,
  73. RelatedArtifact? valueRelatedArtifact,
  74. TriggerDefinition? valueTriggerDefinition,
  75. UsageContext? valueUsageContext,
  76. Availability? valueAvailability,
  77. ExtendedContactDetail? valueExtendedContactDetail,
  78. Dosage? valueDosage,
  79. FhirMeta? valueMeta,
})

ElementDefinitionExample Captures constraints on each element within the resource, profile, or extension.

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

extension_ ("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 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.

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 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).

label Describes the purpose of this example among the set of examples.

labelElement ("_label") Extensions for label

valueBase64Binary The actual value for the element, which must be one of the types allowed for this element.

valueBase64BinaryElement ("_valueBase64Binary") Extensions for valueBase64Binary

valueBoolean The actual value for the element, which must be one of the types allowed for this element.

valueBooleanElement ("_valueBoolean") Extensions for valueBoolean

valueCanonical The actual value for the element, which must be one of the types allowed for this element.

valueCanonicalElement ("_valueCanonical") Extensions for valueCanonical

valueCode The actual value for the element, which must be one of the types allowed for this element.

valueCodeElement ("_valueCode") Extensions for valueCode

valueDate The actual value for the element, which must be one of the types allowed for this element.

valueDateElement ("_valueDate") Extensions for valueDate

valueDateTime The actual value for the element, which must be one of the types allowed for this element.

valueDateTimeElement ("_valueDateTime") Extensions for valueDateTime

valueDecimal The actual value for the element, which must be one of the types allowed for this element.

valueDecimalElement ("_valueDecimal") Extensions for valueDecimal

valueId The actual value for the element, which must be one of the types allowed for this element.

valueIdElement ("_valueId") Extensions for valueId

valueInstant The actual value for the element, which must be one of the types allowed for this element.

valueInstantElement ("_valueInstant") Extensions for valueInstant

valueInteger The actual value for the element, which must be one of the types allowed for this element.

valueIntegerElement ("_valueInteger") Extensions for valueInteger

valueInteger64 The actual value for the element, which must be one of the types allowed for this element.

valueInteger64Element ("_valueInteger64") Extensions for valueInteger64

valueMarkdown The actual value for the element, which must be one of the types allowed for this element.

valueMarkdownElement ("_valueMarkdown") Extensions for valueMarkdown

valueOid The actual value for the element, which must be one of the types allowed for this element.

valueOidElement ("_valueOid") Extensions for valueOid

valuePositiveInt The actual value for the element, which must be one of the types allowed for this element.

valuePositiveIntElement ("_valuePositiveInt") Extensions for valuePositiveInt

valueString The actual value for the element, which must be one of the types allowed for this element.

valueStringElement ("_valueString") Extensions for valueString

valueTime The actual value for the element, which must be one of the types allowed for this element.

valueTimeElement ("_valueTime") Extensions for valueTime

valueUnsignedInt The actual value for the element, which must be one of the types allowed for this element.

valueUnsignedIntElement ("_valueUnsignedInt") Extensions for valueUnsignedInt

valueUri The actual value for the element, which must be one of the types allowed for this element.

valueUriElement ("_valueUri") Extensions for valueUri

valueUrl The actual value for the element, which must be one of the types allowed for this element.

valueUrlElement ("_valueUrl") Extensions for valueUrl

valueUuid The actual value for the element, which must be one of the types allowed for this element.

valueUuidElement ("_valueUuid") Extensions for valueUuid

valueAddress The actual value for the element, which must be one of the types allowed for this element.

valueAge The actual value for the element, which must be one of the types allowed for this element.

valueAnnotation The actual value for the element, which must be one of the types allowed for this element.

valueAttachment The actual value for the element, which must be one of the types allowed for this element.

valueCodeableConcept The actual value for the element, which must be one of the types allowed for this element.

valueCodeableReference The actual value for the element, which must be one of the types allowed for this element.

valueCoding The actual value for the element, which must be one of the types allowed for this element.

valueContactPoint The actual value for the element, which must be one of the types allowed for this element.

valueCount The actual value for the element, which must be one of the types allowed for this element.

valueDistance The actual value for the element, which must be one of the types allowed for this element.

valueDuration The actual value for the element, which must be one of the types allowed for this element.

valueHumanName The actual value for the element, which must be one of the types allowed for this element.

valueIdentifier The actual value for the element, which must be one of the types allowed for this element.

valueMoney The actual value for the element, which must be one of the types allowed for this element.

valuePeriod The actual value for the element, which must be one of the types allowed for this element.

valueQuantity The actual value for the element, which must be one of the types allowed for this element.

valueRange The actual value for the element, which must be one of the types allowed for this element.

valueRatio The actual value for the element, which must be one of the types allowed for this element.

valueRatioRange The actual value for the element, which must be one of the types allowed for this element.

valueReference The actual value for the element, which must be one of the types allowed for this element.

valueSampledData The actual value for the element, which must be one of the types allowed for this element.

valueSignature The actual value for the element, which must be one of the types allowed for this element.

valueTiming The actual value for the element, which must be one of the types allowed for this element.

valueContactDetail The actual value for the element, which must be one of the types allowed for this element.

valueDataRequirement The actual value for the element, which must be one of the types allowed for this element.

valueExpression The actual value for the element, which must be one of the types allowed for this element.

valueParameterDefinition The actual value for the element, which must be one of the types allowed for this element.

valueRelatedArtifact The actual value for the element, which must be one of the types allowed for this element.

valueTriggerDefinition The actual value for the element, which must be one of the types allowed for this element.

valueUsageContext The actual value for the element, which must be one of the types allowed for this element.

valueAvailability The actual value for the element, which must be one of the types allowed for this element.

valueExtendedContactDetail The actual value for the element, which must be one of the types allowed for this element.

valueDosage The actual value for the element, which must be one of the types allowed for this element.

valueMeta The actual value for the element, which must be one of the types allowed for this element.

Implementation

const factory ElementDefinitionExample({
  /// [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') String? fhirId,

  /// [extension_] ("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 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.
  @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 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).
  List<FhirExtension>? modifierExtension,

  /// [label] Describes the purpose of this example among the set of examples.
  String? label,

  /// [labelElement] ("_label") Extensions for label
  @JsonKey(name: '_label') Element? labelElement,

  /// [valueBase64Binary] The actual value for the element, which must be one
  ///  of the types allowed for this element.
  FhirBase64Binary? valueBase64Binary,

  /// [valueBase64BinaryElement] ("_valueBase64Binary") Extensions for
  ///  valueBase64Binary
  @JsonKey(name: '_valueBase64Binary') Element? valueBase64BinaryElement,

  /// [valueBoolean] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  FhirBoolean? valueBoolean,

  /// [valueBooleanElement] ("_valueBoolean") Extensions for valueBoolean
  @JsonKey(name: '_valueBoolean') Element? valueBooleanElement,

  /// [valueCanonical] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  FhirCanonical? valueCanonical,

  /// [valueCanonicalElement] ("_valueCanonical") Extensions for
  ///  valueCanonical
  @JsonKey(name: '_valueCanonical') Element? valueCanonicalElement,

  /// [valueCode] The actual value for the element, which must be one of the
  ///  types allowed for this element.
  FhirCode? valueCode,

  /// [valueCodeElement] ("_valueCode") Extensions for valueCode
  @JsonKey(name: '_valueCode') Element? valueCodeElement,

  /// [valueDate] The actual value for the element, which must be one of the
  ///  types allowed for this element.
  FhirDate? valueDate,

  /// [valueDateElement] ("_valueDate") Extensions for valueDate
  @JsonKey(name: '_valueDate') Element? valueDateElement,

  /// [valueDateTime] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  FhirDateTime? valueDateTime,

  /// [valueDateTimeElement] ("_valueDateTime") Extensions for valueDateTime
  @JsonKey(name: '_valueDateTime') Element? valueDateTimeElement,

  /// [valueDecimal] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  FhirDecimal? valueDecimal,

  /// [valueDecimalElement] ("_valueDecimal") Extensions for valueDecimal
  @JsonKey(name: '_valueDecimal') Element? valueDecimalElement,

  /// [valueId] The actual value for the element, which must be one of the
  ///  types allowed for this element.
  FhirId? valueId,

  /// [valueIdElement] ("_valueId") Extensions for valueId
  @JsonKey(name: '_valueId') Element? valueIdElement,

  /// [valueInstant] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  FhirInstant? valueInstant,

  /// [valueInstantElement] ("_valueInstant") Extensions for valueInstant
  @JsonKey(name: '_valueInstant') Element? valueInstantElement,

  /// [valueInteger] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  FhirInteger? valueInteger,

  /// [valueIntegerElement] ("_valueInteger") Extensions for valueInteger
  @JsonKey(name: '_valueInteger') Element? valueIntegerElement,

  /// [valueInteger64] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  FhirInteger64? valueInteger64,

  /// [valueInteger64Element] ("_valueInteger64") Extensions for
  ///  valueInteger64
  @JsonKey(name: '_valueInteger64') Element? valueInteger64Element,

  /// [valueMarkdown] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  FhirMarkdown? valueMarkdown,

  /// [valueMarkdownElement] ("_valueMarkdown") Extensions for valueMarkdown
  @JsonKey(name: '_valueMarkdown') Element? valueMarkdownElement,

  /// [valueOid] The actual value for the element, which must be one of the
  ///  types allowed for this element.
  FhirId? valueOid,

  /// [valueOidElement] ("_valueOid") Extensions for valueOid
  @JsonKey(name: '_valueOid') Element? valueOidElement,

  /// [valuePositiveInt] The actual value for the element, which must be one
  ///  of the types allowed for this element.
  FhirPositiveInt? valuePositiveInt,

  /// [valuePositiveIntElement] ("_valuePositiveInt") Extensions for
  ///  valuePositiveInt
  @JsonKey(name: '_valuePositiveInt') Element? valuePositiveIntElement,

  /// [valueString] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  String? valueString,

  /// [valueStringElement] ("_valueString") Extensions for valueString
  @JsonKey(name: '_valueString') Element? valueStringElement,

  /// [valueTime] The actual value for the element, which must be one of the
  ///  types allowed for this element.
  FhirTime? valueTime,

  /// [valueTimeElement] ("_valueTime") Extensions for valueTime
  @JsonKey(name: '_valueTime') Element? valueTimeElement,

  /// [valueUnsignedInt] The actual value for the element, which must be one
  ///  of the types allowed for this element.
  FhirUnsignedInt? valueUnsignedInt,

  /// [valueUnsignedIntElement] ("_valueUnsignedInt") Extensions for
  ///  valueUnsignedInt
  @JsonKey(name: '_valueUnsignedInt') Element? valueUnsignedIntElement,

  /// [valueUri] The actual value for the element, which must be one of the
  ///  types allowed for this element.
  FhirUri? valueUri,

  /// [valueUriElement] ("_valueUri") Extensions for valueUri
  @JsonKey(name: '_valueUri') Element? valueUriElement,

  /// [valueUrl] The actual value for the element, which must be one of the
  ///  types allowed for this element.
  FhirUrl? valueUrl,

  /// [valueUrlElement] ("_valueUrl") Extensions for valueUrl
  @JsonKey(name: '_valueUrl') Element? valueUrlElement,

  /// [valueUuid] The actual value for the element, which must be one of the
  ///  types allowed for this element.
  FhirId? valueUuid,

  /// [valueUuidElement] ("_valueUuid") Extensions for valueUuid
  @JsonKey(name: '_valueUuid') Element? valueUuidElement,

  /// [valueAddress] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  Address? valueAddress,

  /// [valueAge] The actual value for the element, which must be one of the
  ///  types allowed for this element.
  Age? valueAge,

  /// [valueAnnotation] The actual value for the element, which must be one
  ///  of the types allowed for this element.
  Annotation? valueAnnotation,

  /// [valueAttachment] The actual value for the element, which must be one
  ///  of the types allowed for this element.
  Attachment? valueAttachment,

  /// [valueCodeableConcept] The actual value for the element, which must be
  ///  one of the types allowed for this element.
  CodeableConcept? valueCodeableConcept,

  /// [valueCodeableReference] The actual value for the element, which must
  ///  be one of the types allowed for this element.
  CodeableReference? valueCodeableReference,

  /// [valueCoding] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  Coding? valueCoding,

  /// [valueContactPoint] The actual value for the element, which must be one
  ///  of the types allowed for this element.
  ContactPoint? valueContactPoint,

  /// [valueCount] The actual value for the element, which must be one of the
  ///  types allowed for this element.
  Count? valueCount,

  /// [valueDistance] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  Distance? valueDistance,

  /// [valueDuration] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  FhirDuration? valueDuration,

  /// [valueHumanName] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  HumanName? valueHumanName,

  /// [valueIdentifier] The actual value for the element, which must be one
  ///  of the types allowed for this element.
  Identifier? valueIdentifier,

  /// [valueMoney] The actual value for the element, which must be one of the
  ///  types allowed for this element.
  Money? valueMoney,

  /// [valuePeriod] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  Period? valuePeriod,

  /// [valueQuantity] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  Quantity? valueQuantity,

  /// [valueRange] The actual value for the element, which must be one of the
  ///  types allowed for this element.
  Range? valueRange,

  /// [valueRatio] The actual value for the element, which must be one of the
  ///  types allowed for this element.
  Ratio? valueRatio,

  /// [valueRatioRange] The actual value for the element, which must be one
  ///  of the types allowed for this element.
  RatioRange? valueRatioRange,

  /// [valueReference] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  Reference? valueReference,

  /// [valueSampledData] The actual value for the element, which must be one
  ///  of the types allowed for this element.
  SampledData? valueSampledData,

  /// [valueSignature] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  Signature? valueSignature,

  /// [valueTiming] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  Timing? valueTiming,

  /// [valueContactDetail] The actual value for the element, which must be
  ///  one of the types allowed for this element.
  ContactDetail? valueContactDetail,

  /// [valueDataRequirement] The actual value for the element, which must be
  ///  one of the types allowed for this element.
  DataRequirement? valueDataRequirement,

  /// [valueExpression] The actual value for the element, which must be one
  ///  of the types allowed for this element.
  FhirExpression? valueExpression,

  /// [valueParameterDefinition] The actual value for the element, which must
  ///  be one of the types allowed for this element.
  ParameterDefinition? valueParameterDefinition,

  /// [valueRelatedArtifact] The actual value for the element, which must be
  ///  one of the types allowed for this element.
  RelatedArtifact? valueRelatedArtifact,

  /// [valueTriggerDefinition] The actual value for the element, which must
  ///  be one of the types allowed for this element.
  TriggerDefinition? valueTriggerDefinition,

  /// [valueUsageContext] The actual value for the element, which must be one
  ///  of the types allowed for this element.
  UsageContext? valueUsageContext,

  /// [valueAvailability] The actual value for the element, which must be one
  ///  of the types allowed for this element.
  Availability? valueAvailability,

  /// [valueExtendedContactDetail] The actual value for the element, which
  ///  must be one of the types allowed for this element.
  ExtendedContactDetail? valueExtendedContactDetail,

  /// [valueDosage] The actual value for the element, which must be one of
  ///  the types allowed for this element.
  Dosage? valueDosage,

  /// [valueMeta] The actual value for the element, which must be one of the
  ///  types allowed for this element.
  FhirMeta? valueMeta,
}) = _ElementDefinitionExample;