CarePlanDetail constructor

const CarePlanDetail({
  1. @JsonKey(name: 'id') FhirId? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. FhirCode? kind,
  5. @JsonKey(name: '_kind') Element? kindElement,
  6. List<FhirCanonical>? instantiatesCanonical,
  7. List<FhirUri>? instantiatesUri,
  8. @JsonKey(name: '_instantiatesUri') List<Element?>? instantiatesUriElement,
  9. CodeableConcept? code,
  10. List<CodeableConcept>? reasonCode,
  11. List<Reference>? reasonReference,
  12. List<Reference>? goal,
  13. FhirCode? status,
  14. @JsonKey(name: '_status') Element? statusElement,
  15. CodeableConcept? statusReason,
  16. FhirBoolean? doNotPerform,
  17. @JsonKey(name: '_doNotPerform') Element? doNotPerformElement,
  18. Timing? scheduledTiming,
  19. Period? scheduledPeriod,
  20. String? scheduledString,
  21. @JsonKey(name: '_scheduledString') Element? scheduledStringElement,
  22. Reference? location,
  23. List<Reference>? performer,
  24. CodeableConcept? productCodeableConcept,
  25. Reference? productReference,
  26. Quantity? dailyAmount,
  27. Quantity? quantity,
  28. String? description,
  29. @JsonKey(name: '_description') Element? descriptionElement,
})

CarePlanDetail Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.

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

kind A description of the kind of resource the in-line definition of a care plan activity is representing. The CarePlan.activity.detail is an in-line definition when a resource is not referenced using CarePlan.activity.reference. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.

kindElement Extensions for kind

instantiatesCanonical The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.

instantiatesUri The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.

instantiatesUriElement Extensions for instantiatesUri

code Detailed description of the type of planned activity; e.g. what lab test, what procedure, what kind of encounter.

reasonCode Provides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited.

reasonReference Indicates another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan.

goal Internal reference that identifies the goals that this activity is intended to contribute towards meeting.

status Identifies what progress is being made for the specific activity.

statusElement Extensions for status

statusReason Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.

doNotPerform If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, or missing, indicates that the described activity is one that should be engaged in when following the plan.

doNotPerformElement Extensions for doNotPerform

scheduledTiming The period, timing or frequency upon which the described activity is to occur.

scheduledPeriod The period, timing or frequency upon which the described activity is to occur.

scheduledString The period, timing or frequency upon which the described activity is to occur.

scheduledStringElement Extensions for scheduledString

location Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.

performer Identifies who's expected to be involved in the activity.

productCodeableConcept Identifies the food, drug or other product to be consumed or supplied in the activity.

productReference Identifies the food, drug or other product to be consumed or supplied in the activity.

dailyAmount Identifies the quantity expected to be consumed in a given day.

quantity Identifies the quantity expected to be supplied, administered or consumed by the subject.

description This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc.

descriptionElement Extensions for description

Implementation

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

  /// [kind] A description of the kind of resource the in-line definition of a
  /// care plan activity is representing.  The CarePlan.activity.detail is an
  /// in-line definition when a resource is not referenced using
  /// CarePlan.activity.reference.  For example, a MedicationRequest, a
  ///  ServiceRequest, or a CommunicationRequest.
  FhirCode? kind,

  /// [kindElement] Extensions for kind
  @JsonKey(name: '_kind') Element? kindElement,

  /// [instantiatesCanonical] The URL pointing to a FHIR-defined protocol,
  /// guideline, questionnaire or other definition that is adhered to in whole
  ///  or in part by this CarePlan activity.
  List<FhirCanonical>? instantiatesCanonical,

  /// [instantiatesUri] The URL pointing to an externally maintained protocol,
  /// guideline, questionnaire or other definition that is adhered to in whole
  ///  or in part by this CarePlan activity.
  List<FhirUri>? instantiatesUri,

  /// [instantiatesUriElement] Extensions for instantiatesUri
  @JsonKey(name: '_instantiatesUri') List<Element?>? instantiatesUriElement,

  /// [code] Detailed description of the type of planned activity; e.g. what
  ///  lab test, what procedure, what kind of encounter.
  CodeableConcept? code,

  /// [reasonCode] Provides the rationale that drove the inclusion of this
  /// particular activity as part of the plan or the reason why the activity was
  ///  prohibited.
  List<CodeableConcept>? reasonCode,

  /// [reasonReference] Indicates another resource, such as the health
  /// condition(s), whose existence justifies this request and drove the
  ///  inclusion of this particular activity as part of the plan.
  List<Reference>? reasonReference,

  /// [goal] Internal reference that identifies the goals that this activity is
  ///  intended to contribute towards meeting.
  List<Reference>? goal,

  /// [status] Identifies what progress is being made for the specific
  ///  activity.
  FhirCode? status,

  /// [statusElement] Extensions for status
  @JsonKey(name: '_status') Element? statusElement,

  /// [statusReason] Provides reason why the activity isn't yet started, is on
  ///  hold, was cancelled, etc.
  CodeableConcept? statusReason,

  /// [doNotPerform] If true, indicates that the described activity is one that
  /// must NOT be engaged in when following the plan.  If false, or missing,
  /// indicates that the described activity is one that should be engaged in
  ///  when following the plan.
  FhirBoolean? doNotPerform,

  /// [doNotPerformElement] Extensions for doNotPerform
  @JsonKey(name: '_doNotPerform') Element? doNotPerformElement,

  /// [scheduledTiming] The period, timing or frequency upon which the
  ///  described activity is to occur.
  Timing? scheduledTiming,

  /// [scheduledPeriod] The period, timing or frequency upon which the
  ///  described activity is to occur.
  Period? scheduledPeriod,

  /// [scheduledString] The period, timing or frequency upon which the
  ///  described activity is to occur.
  String? scheduledString,

  /// [scheduledStringElement] Extensions for scheduledString
  @JsonKey(name: '_scheduledString') Element? scheduledStringElement,

  /// [location] Identifies the facility where the activity will occur; e.g.
  ///  home, hospital, specific clinic, etc.
  Reference? location,

  /// [performer] Identifies who's expected to be involved in the activity.
  List<Reference>? performer,

  /// [productCodeableConcept] Identifies the food, drug or other product to be
  ///  consumed or supplied in the activity.
  CodeableConcept? productCodeableConcept,

  /// [productReference] Identifies the food, drug or other product to be
  ///  consumed or supplied in the activity.
  Reference? productReference,

  /// [dailyAmount] Identifies the quantity expected to be consumed in a given
  ///  day.
  Quantity? dailyAmount,

  /// [quantity] Identifies the quantity expected to be supplied, administered
  ///  or consumed by the subject.
  Quantity? quantity,

  /// [description] This provides a textual description of constraints on the
  /// intended activity occurrence, including relation to other activities.  It
  /// may also include objectives, pre-conditions and end-conditions.  Finally,
  /// it may convey specifics about the activity such as body site, method,
  ///  route, etc.
  String? description,

  /// [descriptionElement] Extensions for description
  @JsonKey(name: '_description') Element? descriptionElement,
}) = _CarePlanDetail;