Observation constructor

const Observation({
  1. @Default(R5ResourceType.Observation) @JsonKey(unknownEnumValue: R5ResourceType.Observation) 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. FhirCanonical? instantiatesCanonical,
  15. @JsonKey(name: '_instantiatesCanonical') Element? instantiatesCanonicalElement,
  16. Reference? instantiatesReference,
  17. List<Reference>? basedOn,
  18. List<ObservationTriggeredBy>? triggeredBy,
  19. List<Reference>? partOf,
  20. FhirCode? status,
  21. @JsonKey(name: '_status') Element? statusElement,
  22. List<CodeableConcept>? category,
  23. required CodeableConcept code,
  24. Reference? subject,
  25. List<Reference>? focus,
  26. Reference? encounter,
  27. FhirDateTime? effectiveDateTime,
  28. @JsonKey(name: '_effectiveDateTime') Element? effectiveDateTimeElement,
  29. Period? effectivePeriod,
  30. Timing? effectiveTiming,
  31. FhirInstant? effectiveInstant,
  32. @JsonKey(name: '_effectiveInstant') Element? effectiveInstantElement,
  33. FhirInstant? issued,
  34. @JsonKey(name: '_issued') Element? issuedElement,
  35. List<Reference>? performer,
  36. Quantity? valueQuantity,
  37. CodeableConcept? valueCodeableConcept,
  38. String? valueString,
  39. @JsonKey(name: '_valueString') Element? valueStringElement,
  40. FhirBoolean? valueBoolean,
  41. @JsonKey(name: '_valueBoolean') Element? valueBooleanElement,
  42. FhirInteger? valueInteger,
  43. @JsonKey(name: '_valueInteger') Element? valueIntegerElement,
  44. Range? valueRange,
  45. Ratio? valueRatio,
  46. SampledData? valueSampledData,
  47. FhirTime? valueTime,
  48. @JsonKey(name: '_valueTime') Element? valueTimeElement,
  49. FhirDateTime? valueDateTime,
  50. @JsonKey(name: '_valueDateTime') Element? valueDateTimeElement,
  51. Period? valuePeriod,
  52. Attachment? valueAttachment,
  53. Reference? valueReference,
  54. CodeableConcept? dataAbsentReason,
  55. List<CodeableConcept>? interpretation,
  56. List<Annotation>? note,
  57. CodeableConcept? bodySite,
  58. Reference? bodyStructure,
  59. CodeableConcept? method,
  60. Reference? specimen,
  61. Reference? device,
  62. List<ObservationReferenceRange>? referenceRange,
  63. List<Reference>? hasMember,
  64. List<Reference>? derivedFrom,
  65. List<ObservationComponent>? component,
})

Observation Measurements and simple assertions made about a patient, device or other subject.

resourceType This is a Observation 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 A unique identifier assigned to this observation.

instantiatesCanonical The reference to a FHIR ObservationDefinition resource that provides the definition that is adhered to in whole or in part by this Observation instance.

instantiatesCanonicalElement ("_instantiatesCanonical") Extensions for instantiatesCanonical

instantiatesReference The reference to a FHIR ObservationDefinition resource that provides the definition that is adhered to in whole or in part by this Observation instance.

basedOn A plan, proposal or order that is fulfilled in whole or in part by this event. For example, a MedicationRequest may require a patient to have laboratory test performed before it is dispensed.

triggeredBy Identifies the observation(s) that triggered the performance of this observation.

partOf A larger event of which this particular Observation is a component or step. For example, an observation as part of a procedure.

status The status of the result value.

statusElement ("_status") Extensions for status

category A code that classifies the general type of observation being made.

code Describes what was observed. Sometimes this is called the observation "name".

subject The patient, or group of patients, location, device, organization, procedure or practitioner this observation is about and into whose or what record the observation is placed. If the actual focus of the observation is different from the subject (or a sample of, part, or region of the subject), the focus element or the code itself specifies the actual focus of the observation.

focus The actual focus of an observation when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, fetus, or donor. For example, fetus observations in a mother's record. The focus of an observation could also be an existing condition, an intervention, the subject's diet, another observation of the subject, or a body structure such as tumor or implanted device. An example use case would be using the Observation resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is the focus.

encounter The healthcare event (e.g. a patient and healthcare provider interaction) during which this observation is made.

effectiveDateTime The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.

effectiveDateTimeElement ("_effectiveDateTime") Extensions for effectiveDateTime

effectivePeriod The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.

effectiveTiming The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.

effectiveInstant The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.

effectiveInstantElement ("_effectiveInstant") Extensions for effectiveInstant

issued The date and time this version of the observation was made available to providers, typically after the results have been reviewed and verified.

issuedElement ("_issued") Extensions for issued

performer Who was responsible for asserting the observed value as "true".

valueQuantity The information determined as a result of making the observation, if the information has a simple value.

valueCodeableConcept The information determined as a result of making the observation, if the information has a simple value.

valueString The information determined as a result of making the observation, if the information has a simple value.

valueStringElement ("_valueString") Extensions for valueString

valueBoolean The information determined as a result of making the observation, if the information has a simple value.

valueBooleanElement ("_valueBoolean") Extensions for valueBoolean

valueInteger The information determined as a result of making the observation, if the information has a simple value.

valueIntegerElement ("_valueInteger") Extensions for valueInteger

valueRange The information determined as a result of making the observation, if the information has a simple value.

valueRatio The information determined as a result of making the observation, if the information has a simple value.

valueSampledData The information determined as a result of making the observation, if the information has a simple value.

valueTime The information determined as a result of making the observation, if the information has a simple value.

valueTimeElement ("_valueTime") Extensions for valueTime

valueDateTime The information determined as a result of making the observation, if the information has a simple value.

valueDateTimeElement ("_valueDateTime") Extensions for valueDateTime

valuePeriod The information determined as a result of making the observation, if the information has a simple value.

valueAttachment The information determined as a result of making the observation, if the information has a simple value.

valueReference The information determined as a result of making the observation, if the information has a simple value.

dataAbsentReason Provides a reason why the expected value in the element Observation.valuex is missing.

interpretation A categorical assessment of an observation value. For example, high, low, normal.

note Comments about the observation or the results.

bodySite Indicates the site on the subject's body where the observation was made (i.e. the target site).

bodyStructure Indicates the body structure on the subject's body where the observation was made (i.e. the target site).

method Indicates the mechanism used to perform the observation.

specimen The specimen that was used when this observation was made.

device A reference to the device that generates the measurements or the device settings for the device.

referenceRange Guidance on how to interpret the value by comparison to a normal or recommended range. Multiple reference ranges are interpreted as an "OR". In other words, to represent two distinct target populations, two referenceRange elements would be used.

hasMember This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group.

derivedFrom The target resource that represents a measurement from which this observation value is derived. For example, a calculated anion gap or a fetal measurement based on an ultrasound image.

component Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

Implementation

const factory Observation({
  /// [resourceType] This is a Observation resource
  @Default(R5ResourceType.Observation)
  @JsonKey(unknownEnumValue: R5ResourceType.Observation)
  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] A unique identifier assigned to this observation.
  List<Identifier>? identifier,

  /// [instantiatesCanonical] The reference to a FHIR ObservationDefinition
  ///  resource that provides the definition that is adhered to in whole or
  ///  in part by this Observation instance.
  FhirCanonical? instantiatesCanonical,

  /// [instantiatesCanonicalElement] ("_instantiatesCanonical") Extensions
  ///  for instantiatesCanonical
  @JsonKey(name: '_instantiatesCanonical')
  Element? instantiatesCanonicalElement,

  /// [instantiatesReference] The reference to a FHIR ObservationDefinition
  ///  resource that provides the definition that is adhered to in whole or
  ///  in part by this Observation instance.
  Reference? instantiatesReference,

  /// [basedOn] A plan, proposal or order that is fulfilled in whole or in
  ///  part by this event.  For example, a MedicationRequest may require a
  ///  patient to have laboratory test performed before  it is dispensed.
  List<Reference>? basedOn,

  /// [triggeredBy] Identifies the observation(s) that triggered the
  ///  performance of this observation.
  List<ObservationTriggeredBy>? triggeredBy,

  /// [partOf] A larger event of which this particular Observation is a
  ///  component or step.  For example,  an observation as part of a
  ///  procedure.
  List<Reference>? partOf,

  /// [status] The status of the result value.
  FhirCode? status,

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

  /// [category] A code that classifies the general type of observation being
  ///  made.
  List<CodeableConcept>? category,

  /// [code] Describes what was observed. Sometimes this is called the
  ///  observation "name".
  required CodeableConcept code,

  /// [subject] The patient, or group of patients, location, device,
  ///  organization, procedure or practitioner this observation is about and
  ///  into whose or what record the observation is placed. If the actual
  ///  focus of the observation is different from the subject (or a sample
  ///  of, part, or region of the subject), the `focus` element or the `code`
  ///  itself specifies the actual focus of the observation.
  Reference? subject,

  /// [focus] The actual focus of an observation when it is not the patient
  ///  of record representing something or someone associated with the
  ///  patient such as a spouse, parent, fetus, or donor. For example, fetus
  ///  observations in a mother's record.  The focus of an observation could
  ///  also be an existing condition,  an intervention, the subject's diet,
  ///  another observation of the subject,  or a body structure such as tumor
  ///  or implanted device.   An example use case would be using the
  ///  Observation resource to capture whether the mother is trained to
  ///  change her child's tracheostomy tube. In this example, the child is
  ///  the patient of record and the mother is the focus.
  List<Reference>? focus,

  /// [encounter] The healthcare event  (e.g. a patient and healthcare
  ///  provider interaction) during which this observation is made.
  Reference? encounter,

  /// [effectiveDateTime] The time or time-period the observed value is
  ///  asserted as being true. For biological subjects - e.g. human patients
  ///  - this is usually called the "physiologically relevant time". This is
  ///  usually either the time of the procedure or of specimen collection,
  ///  but very often the source of the date/time is not known, only the
  ///  date/time itself.
  FhirDateTime? effectiveDateTime,

  /// [effectiveDateTimeElement] ("_effectiveDateTime") Extensions for
  ///  effectiveDateTime
  @JsonKey(name: '_effectiveDateTime') Element? effectiveDateTimeElement,

  /// [effectivePeriod] The time or time-period the observed value is
  ///  asserted as being true. For biological subjects - e.g. human patients
  ///  - this is usually called the "physiologically relevant time". This is
  ///  usually either the time of the procedure or of specimen collection,
  ///  but very often the source of the date/time is not known, only the
  ///  date/time itself.
  Period? effectivePeriod,

  /// [effectiveTiming] The time or time-period the observed value is
  ///  asserted as being true. For biological subjects - e.g. human patients
  ///  - this is usually called the "physiologically relevant time". This is
  ///  usually either the time of the procedure or of specimen collection,
  ///  but very often the source of the date/time is not known, only the
  ///  date/time itself.
  Timing? effectiveTiming,

  /// [effectiveInstant] The time or time-period the observed value is
  ///  asserted as being true. For biological subjects - e.g. human patients
  ///  - this is usually called the "physiologically relevant time". This is
  ///  usually either the time of the procedure or of specimen collection,
  ///  but very often the source of the date/time is not known, only the
  ///  date/time itself.
  FhirInstant? effectiveInstant,

  /// [effectiveInstantElement] ("_effectiveInstant") Extensions for
  ///  effectiveInstant
  @JsonKey(name: '_effectiveInstant') Element? effectiveInstantElement,

  /// [issued] The date and time this version of the observation was made
  ///  available to providers, typically after the results have been reviewed
  ///  and verified.
  FhirInstant? issued,

  /// [issuedElement] ("_issued") Extensions for issued
  @JsonKey(name: '_issued') Element? issuedElement,

  /// [performer] Who was responsible for asserting the observed value as
  ///  "true".
  List<Reference>? performer,

  /// [valueQuantity] The information determined as a result of making the
  ///  observation, if the information has a simple value.
  Quantity? valueQuantity,

  /// [valueCodeableConcept] The information determined as a result of making
  ///  the observation, if the information has a simple value.
  CodeableConcept? valueCodeableConcept,

  /// [valueString] The information determined as a result of making the
  ///  observation, if the information has a simple value.
  String? valueString,

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

  /// [valueBoolean] The information determined as a result of making the
  ///  observation, if the information has a simple value.
  FhirBoolean? valueBoolean,

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

  /// [valueInteger] The information determined as a result of making the
  ///  observation, if the information has a simple value.
  FhirInteger? valueInteger,

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

  /// [valueRange] The information determined as a result of making the
  ///  observation, if the information has a simple value.
  Range? valueRange,

  /// [valueRatio] The information determined as a result of making the
  ///  observation, if the information has a simple value.
  Ratio? valueRatio,

  /// [valueSampledData] The information determined as a result of making the
  ///  observation, if the information has a simple value.
  SampledData? valueSampledData,

  /// [valueTime] The information determined as a result of making the
  ///  observation, if the information has a simple value.
  FhirTime? valueTime,

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

  /// [valueDateTime] The information determined as a result of making the
  ///  observation, if the information has a simple value.
  FhirDateTime? valueDateTime,

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

  /// [valuePeriod] The information determined as a result of making the
  ///  observation, if the information has a simple value.
  Period? valuePeriod,

  /// [valueAttachment] The information determined as a result of making the
  ///  observation, if the information has a simple value.
  Attachment? valueAttachment,

  /// [valueReference] The information determined as a result of making the
  ///  observation, if the information has a simple value.
  Reference? valueReference,

  /// [dataAbsentReason] Provides a reason why the expected value in the
  ///  element Observation.value[x] is missing.
  CodeableConcept? dataAbsentReason,

  /// [interpretation] A categorical assessment of an observation value.  For
  ///  example, high, low, normal.
  List<CodeableConcept>? interpretation,

  /// [note] Comments about the observation or the results.
  List<Annotation>? note,

  /// [bodySite] Indicates the site on the subject's body where the
  ///  observation was made (i.e. the target site).
  CodeableConcept? bodySite,

  /// [bodyStructure] Indicates the body structure on the subject's body
  ///  where the observation was made (i.e. the target site).
  Reference? bodyStructure,

  /// [method] Indicates the mechanism used to perform the observation.
  CodeableConcept? method,

  /// [specimen] The specimen that was used when this observation was made.
  Reference? specimen,

  /// [device] A reference to the device that generates the measurements or
  ///  the device settings for the device.
  Reference? device,

  /// [referenceRange] Guidance on how to interpret the value by comparison
  ///  to a normal or recommended range.  Multiple reference ranges are
  ///  interpreted as an "OR".   In other words, to represent two distinct
  ///  target populations, two `referenceRange` elements would be used.
  List<ObservationReferenceRange>? referenceRange,

  /// [hasMember] This observation is a group observation (e.g. a battery, a
  ///  panel of tests, a set of vital sign measurements) that includes the
  ///  target as a member of the group.
  List<Reference>? hasMember,

  /// [derivedFrom] The target resource that represents a measurement from
  ///  which this observation value is derived. For example, a calculated
  ///  anion gap or a fetal measurement based on an ultrasound image.
  List<Reference>? derivedFrom,

  /// [component] Some observations have multiple component observations.
  ///  These component observations are expressed as separate code value
  ///  pairs that share the same attributes.  Examples include systolic and
  ///  diastolic component observations for blood pressure measurement and
  ///  multiple component observations for genetics observations.
  List<ObservationComponent>? component,
}) = _Observation;