CarePlan constructor

const CarePlan({
  1. @Default(R5ResourceType.CarePlan) @JsonKey(unknownEnumValue: R5ResourceType.CarePlan) R5ResourceType resourceType,
  2. @JsonKey(includeFromJson: true, includeToJson: false) int? dbId,
  3. @JsonKey(name: 'id') FhirId? fhirId,
  4. FhirMeta? meta,
  5. FhirUri? implicitRules,
  6. @JsonKey(name: '_implicitRules') Element? implicitRulesElement,
  7. FhirCode? language,
  8. @JsonKey(name: '_language') Element? languageElement,
  9. Narrative? text,
  10. List<Resource>? contained,
  11. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  12. List<FhirExtension>? modifierExtension,
  13. List<Identifier>? identifier,
  14. List<FhirCanonical>? instantiatesCanonical,
  15. List<FhirUri>? instantiatesUri,
  16. @JsonKey(name: '_instantiatesUri') List<Element>? instantiatesUriElement,
  17. List<Reference>? basedOn,
  18. List<Reference>? replaces,
  19. List<Reference>? partOf,
  20. FhirCode? status,
  21. @JsonKey(name: '_status') Element? statusElement,
  22. FhirCode? intent,
  23. @JsonKey(name: '_intent') Element? intentElement,
  24. List<CodeableConcept>? category,
  25. String? title,
  26. @JsonKey(name: '_title') Element? titleElement,
  27. String? description,
  28. @JsonKey(name: '_description') Element? descriptionElement,
  29. required Reference subject,
  30. Reference? encounter,
  31. Period? period,
  32. FhirDateTime? created,
  33. @JsonKey(name: '_created') Element? createdElement,
  34. Reference? custodian,
  35. List<Reference>? contributor,
  36. List<Reference>? careTeam,
  37. List<CodeableReference>? addresses,
  38. List<Reference>? supportingInfo,
  39. List<Reference>? goal,
  40. List<CarePlanActivity>? activity,
  41. List<Annotation>? note,
})

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

resourceType This is a CarePlan resource

id The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

meta The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

implicitRules A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

implicitRulesElement ("_implicitRules") Extensions for implicitRules

language The base language in which the resource is written.

languageElement ("_language") Extensions for language

text A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

contained These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning.

extension_ ("extension") May be used to represent additional information that is not part of the basic definition of the resource. 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 resource and that modifies the understanding of the element that contains it 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 is allowed to 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).

identifier Business identifiers assigned to this care plan by the performer or other systems which remain constant as the resource is updated and propagates from server to server.

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.

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.

instantiatesUriElement ("_instantiatesUri") Extensions for instantiatesUri

basedOn A higher-level request resource (i.e. a plan, proposal or order) that is fulfilled in whole or in part by this care plan.

replaces Completed or terminated care plan whose function is taken by this new care plan.

partOf A larger care plan of which this particular care plan is a component or step.

status Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.

statusElement ("_status") Extensions for status

intent Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain.

intentElement ("_intent") Extensions for intent

category Identifies what "kind" of plan this is to support differentiation between multiple co-existing plans; e.g. "Home health", "psychiatric", "asthma", "disease management", "wellness plan", etc.

title Human-friendly name for the care plan.

titleElement ("_title") Extensions for title

description A description of the scope and nature of the plan.

descriptionElement ("_description") Extensions for description

subject Identifies the patient or group whose intended care is described by the plan.

encounter The Encounter during which this CarePlan was created or to which the creation of this record is tightly associated.

period Indicates when the plan did (or is intended to) come into effect and end.

created Represents when this particular CarePlan record was created in the system, which is often a system-generated date.

createdElement ("_created") Extensions for created

custodian When populated, the custodian is responsible for the care plan. The care plan is attributed to the custodian.

contributor Identifies the individual(s), organization or device who provided the contents of the care plan.

careTeam Identifies all people and organizations who are expected to be involved in the care envisioned by this plan.

addresses Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.

supportingInfo Identifies portions of the patient's record that specifically influenced the formation of the plan. These might include comorbidities, recent procedures, limitations, recent assessments, etc.

goal Describes the intended objective(s) of carrying out the care plan.

activity Identifies an action that has occurred or is a planned action to occur as part of the plan. For example, a medication to be used, lab tests to perform, self-monitoring that has occurred, education etc.

note General notes about the care plan not covered elsewhere.

Implementation

const factory CarePlan({
  /// [resourceType] This is a CarePlan resource
  @Default(R5ResourceType.CarePlan)
  @JsonKey(unknownEnumValue: R5ResourceType.CarePlan)
  R5ResourceType resourceType,
  @JsonKey(includeFromJson: true, includeToJson: false) int? dbId,

  /// [id] The logical id of the resource, as used in the URL for the
  ///  resource. Once assigned, this value never changes.
  @JsonKey(name: 'id') FhirId? fhirId,

  /// [meta] The metadata about the resource. This is content that is
  ///  maintained by the infrastructure. Changes to the content might not
  ///  always be associated with version changes to the resource.
  FhirMeta? meta,

  /// [implicitRules] A reference to a set of rules that were followed when
  ///  the resource was constructed, and which must be understood when
  ///  processing the content. Often, this is a reference to an
  ///  implementation guide that defines the special rules along with other
  ///  profiles etc.
  FhirUri? implicitRules,

  /// [implicitRulesElement] ("_implicitRules") Extensions for implicitRules
  @JsonKey(name: '_implicitRules') Element? implicitRulesElement,

  /// [language] The base language in which the resource is written.
  FhirCode? language,

  /// [languageElement] ("_language") Extensions for language
  @JsonKey(name: '_language') Element? languageElement,

  /// [text] A human-readable narrative that contains a summary of the
  ///  resource and can be used to represent the content of the resource to a
  ///  human. The narrative need not encode all the structured data, but is
  ///  required to contain sufficient detail to make it "clinically safe" for
  ///  a human to just read the narrative. Resource definitions may define
  ///  what content should be represented in the narrative to ensure clinical
  ///  safety.
  Narrative? text,

  /// [contained] These resources do not have an independent existence apart
  ///  from the resource that contains them - they cannot be identified
  ///  independently, nor can they have their own independent transaction
  ///  scope. This is allowed to be a Parameters resource if and only if it
  ///  is referenced by a resource that provides context/meaning.
  List<Resource>? contained,

  /// [extension_] ("extension") May be used to represent additional
  ///  information that is not part of the basic definition of the resource.
  ///  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 resource and that
  ///  modifies the understanding of the element that contains it 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 is allowed to 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,

  /// [identifier] Business identifiers assigned to this care plan by the
  ///  performer or other systems which remain constant as the resource is
  ///  updated and propagates from server to server.
  List<Identifier>? identifier,

  /// [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.
  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.
  List<FhirUri>? instantiatesUri,

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

  /// [basedOn] A higher-level request resource (i.e. a plan, proposal or
  ///  order) that is fulfilled in whole or in part by this care plan.
  List<Reference>? basedOn,

  /// [replaces] Completed or terminated care plan whose function is taken by
  ///  this new care plan.
  List<Reference>? replaces,

  /// [partOf] A larger care plan of which this particular care plan is a
  ///  component or step.
  List<Reference>? partOf,

  /// [status] Indicates whether the plan is currently being acted upon,
  ///  represents future intentions or is now a historical record.
  FhirCode? status,

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

  /// [intent] Indicates the level of authority/intentionality associated
  ///  with the care plan and where the care plan fits into the workflow
  ///  chain.
  FhirCode? intent,

  /// [intentElement] ("_intent") Extensions for intent
  @JsonKey(name: '_intent') Element? intentElement,

  /// [category] Identifies what "kind" of plan this is to support
  ///  differentiation between multiple co-existing plans; e.g. "Home
  ///  health", "psychiatric", "asthma", "disease management", "wellness
  ///  plan", etc.
  List<CodeableConcept>? category,

  /// [title] Human-friendly name for the care plan.
  String? title,

  /// [titleElement] ("_title") Extensions for title
  @JsonKey(name: '_title') Element? titleElement,

  /// [description] A description of the scope and nature of the plan.
  String? description,

  /// [descriptionElement] ("_description") Extensions for description
  @JsonKey(name: '_description') Element? descriptionElement,

  /// [subject] Identifies the patient or group whose intended care is
  ///  described by the plan.
  required Reference subject,

  /// [encounter] The Encounter during which this CarePlan was created or to
  ///  which the creation of this record is tightly associated.
  Reference? encounter,

  /// [period] Indicates when the plan did (or is intended to) come into
  ///  effect and end.
  Period? period,

  /// [created] Represents when this particular CarePlan record was created
  ///  in the system, which is often a system-generated date.
  FhirDateTime? created,

  /// [createdElement] ("_created") Extensions for created
  @JsonKey(name: '_created') Element? createdElement,

  /// [custodian] When populated, the custodian is responsible for the care
  ///  plan. The care plan is attributed to the custodian.
  Reference? custodian,

  /// [contributor] Identifies the individual(s), organization or device who
  ///  provided the contents of the care plan.
  List<Reference>? contributor,

  /// [careTeam] Identifies all people and organizations who are expected to
  ///  be involved in the care envisioned by this plan.
  List<Reference>? careTeam,

  /// [addresses] Identifies the conditions/problems/concerns/diagnoses/etc.
  ///  whose management and/or mitigation are handled by this plan.
  List<CodeableReference>? addresses,

  /// [supportingInfo] Identifies portions of the patient's record that
  ///  specifically influenced the formation of the plan.  These might
  ///  include comorbidities, recent procedures, limitations, recent
  ///  assessments, etc.
  List<Reference>? supportingInfo,

  /// [goal] Describes the intended objective(s) of carrying out the care
  ///  plan.
  List<Reference>? goal,

  /// [activity] Identifies an action that has occurred or is a planned
  ///  action to occur as part of the plan. For example, a medication to be
  ///  used, lab tests to perform, self-monitoring that has occurred,
  ///  education etc.
  List<CarePlanActivity>? activity,

  /// [note] General notes about the care plan not covered elsewhere.
  List<Annotation>? note,
}) = _CarePlan;