FamilyMemberHistoryProcedure constructor

const FamilyMemberHistoryProcedure({
  1. @JsonKey(name: 'id') String? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. required CodeableConcept code,
  5. CodeableConcept? outcome,
  6. FhirBoolean? contributedToDeath,
  7. @JsonKey(name: '_contributedToDeath') Element? contributedToDeathElement,
  8. Age? performedAge,
  9. Range? performedRange,
  10. Period? performedPeriod,
  11. String? performedString,
  12. @JsonKey(name: '_performedString') Element? performedStringElement,
  13. FhirDateTime? performedDateTime,
  14. @JsonKey(name: '_performedDateTime') Element? performedDateTimeElement,
  15. List<Annotation>? note,
})

FamilyMemberHistoryProcedure Significant health conditions for a person related to the patient relevant in the context of care for the patient.

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

code The actual procedure specified. Could be a coded procedure or a less specific string depending on how much is known about the procedure and the capabilities of the creating system.

outcome Indicates what happened following the procedure. If the procedure resulted in death, deceased date is captured on the relation.

contributedToDeath This procedure contributed to the cause of death of the related person. If contributedToDeath is not populated, then it is unknown.

contributedToDeathElement ("_contributedToDeath") Extensions for contributedToDeath

performedAge Estimated or actual date, date-time, period, or age when the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured.

performedRange Estimated or actual date, date-time, period, or age when the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured.

performedPeriod Estimated or actual date, date-time, period, or age when the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured.

performedString Estimated or actual date, date-time, period, or age when the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured.

performedStringElement ("_performedString") Extensions for performedString

performedDateTime Estimated or actual date, date-time, period, or age when the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured.

performedDateTimeElement ("_performedDateTime") Extensions for performedDateTime

note An area where general notes can be placed about this specific procedure.

Implementation

const factory FamilyMemberHistoryProcedure({
  /// [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,

  /// [code] The actual procedure specified. Could be a coded procedure or a
  ///  less specific string depending on how much is known about the
  ///  procedure and the capabilities of the creating system.
  required CodeableConcept code,

  /// [outcome] Indicates what happened following the procedure. If the
  ///  procedure resulted in death, deceased date is captured on the relation.
  CodeableConcept? outcome,

  /// [contributedToDeath] This procedure contributed to the cause of death
  ///  of the related person. If contributedToDeath is not populated, then it
  ///  is unknown.
  FhirBoolean? contributedToDeath,

  /// [contributedToDeathElement] ("_contributedToDeath") Extensions for
  ///  contributedToDeath
  @JsonKey(name: '_contributedToDeath') Element? contributedToDeathElement,

  /// [performedAge] Estimated or actual date, date-time, period, or age when
  ///  the procedure was performed. Allows a period to support complex
  ///  procedures that span more than one date, and also allows for the
  ///  length of the procedure to be captured.
  Age? performedAge,

  /// [performedRange] Estimated or actual date, date-time, period, or age
  ///  when the procedure was performed. Allows a period to support complex
  ///  procedures that span more than one date, and also allows for the
  ///  length of the procedure to be captured.
  Range? performedRange,

  /// [performedPeriod] Estimated or actual date, date-time, period, or age
  ///  when the procedure was performed. Allows a period to support complex
  ///  procedures that span more than one date, and also allows for the
  ///  length of the procedure to be captured.
  Period? performedPeriod,

  /// [performedString] Estimated or actual date, date-time, period, or age
  ///  when the procedure was performed. Allows a period to support complex
  ///  procedures that span more than one date, and also allows for the
  ///  length of the procedure to be captured.
  String? performedString,

  /// [performedStringElement] ("_performedString") Extensions for
  ///  performedString
  @JsonKey(name: '_performedString') Element? performedStringElement,

  /// [performedDateTime] Estimated or actual date, date-time, period, or age
  ///  when the procedure was performed. Allows a period to support complex
  ///  procedures that span more than one date, and also allows for the
  ///  length of the procedure to be captured.
  FhirDateTime? performedDateTime,

  /// [performedDateTimeElement] ("_performedDateTime") Extensions for
  ///  performedDateTime
  @JsonKey(name: '_performedDateTime') Element? performedDateTimeElement,

  /// [note] An area where general notes can be placed about this specific
  ///  procedure.
  List<Annotation>? note,
}) = _FamilyMemberHistoryProcedure;