CarePlanDetail class

CarePlanDetail Describes the intention of how one or more

Annotations
  • @freezed

Constructors

CarePlanDetail({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, FhirCode? kind, @JsonKey(name: '_kind') Element? kindElement, List<FhirCanonical>? instantiatesCanonical, List<FhirUri>? instantiatesUri, @JsonKey(name: '_instantiatesUri') List<Element?>? instantiatesUriElement, CodeableConcept? code, List<CodeableConcept>? reasonCode, List<Reference>? reasonReference, List<Reference>? goal, FhirCode? status, @JsonKey(name: '_status') Element? statusElement, CodeableConcept? statusReason, FhirBoolean? doNotPerform, @JsonKey(name: '_doNotPerform') Element? doNotPerformElement, Timing? scheduledTiming, Period? scheduledPeriod, String? scheduledString, @JsonKey(name: '_scheduledString') Element? scheduledStringElement, Reference? location, List<Reference>? performer, CodeableConcept? productCodeableConcept, Reference? productReference, Quantity? dailyAmount, Quantity? quantity, String? description, @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.
const
factory
CarePlanDetail.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
CarePlanDetail.fromJsonString(String source)
Acts like a constructor, returns a CarePlanDetail, accepts a String as an argument, mostly because I got tired of typing it out
factory
CarePlanDetail.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

code CodeableConcept?
code Detailed description of the type of planned activity; e.g. what lab test, what procedure, what kind of encounter.
no setterinherited
copyWith → $CarePlanDetailCopyWith<CarePlanDetail>
no setterinherited
dailyAmount Quantity?
dailyAmount Identifies the quantity expected to be consumed in a given day.
no setterinherited
description String?
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.
no setterinherited
descriptionElement Element?
descriptionElement Extensions for description
no setterinherited
doNotPerform FhirBoolean?
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.
no setterinherited
doNotPerformElement Element?
doNotPerformElement Extensions for doNotPerform
no setterinherited
extension_ List<FhirExtension>?
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.
no setterinherited
fhirId FhirId?
id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
no setterinherited
goal List<Reference>?
goal Internal reference that identifies the goals that this activity is intended to contribute towards meeting.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
instantiatesCanonical List<FhirCanonical>?
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.
no setterinherited
instantiatesUri List<FhirUri>?
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.
no setterinherited
instantiatesUriElement List<Element?>?
instantiatesUriElement Extensions for instantiatesUri
no setterinherited
kind FhirCode?
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.
no setterinherited
kindElement Element?
kindElement Extensions for kind
no setterinherited
location Reference?
location Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.
no setterinherited
modifierExtension List<FhirExtension>?
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).
no setterinherited
performer List<Reference>?
performer Identifies who's expected to be involved in the activity.
no setterinherited
productCodeableConcept CodeableConcept?
productCodeableConcept Identifies the food, drug or other product to be consumed or supplied in the activity.
no setterinherited
productReference Reference?
productReference Identifies the food, drug or other product to be consumed or supplied in the activity.
no setterinherited
quantity Quantity?
quantity Identifies the quantity expected to be supplied, administered or consumed by the subject.
no setterinherited
reasonCode List<CodeableConcept>?
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.
no setterinherited
reasonReference List<Reference>?
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.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledPeriod Period?
scheduledPeriod The period, timing or frequency upon which the described activity is to occur.
no setterinherited
scheduledString String?
scheduledString The period, timing or frequency upon which the described activity is to occur.
no setterinherited
scheduledStringElement Element?
scheduledStringElement Extensions for scheduledString
no setterinherited
scheduledTiming Timing?
scheduledTiming The period, timing or frequency upon which the described activity is to occur.
no setterinherited
status FhirCode?
status Identifies what progress is being made for the specific activity.
no setterinherited
statusElement Element?
statusElement Extensions for status
no setterinherited
statusReason CodeableConcept?
statusReason Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toJsonString() String
Another convenience method because more and more I'm transmitting FHIR data as a String and not a Map
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object

Operators

operator ==(Object other) bool
The equality operator.
inherited