Class Observation

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions, org.hl7.fhir.instance.model.api.IBaseResource, org.hl7.fhir.instance.model.api.IDomainResource

public class Observation extends DomainResource
Measurements and simple assertions made about a patient, device or other subject.
See Also:
  • Field Details

    • identifier

      A unique identifier assigned to this observation.
    • basedOn

      protected List<Reference> 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.
    • basedOnTarget

      The actual objects that are the target of the reference (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.)
    • partOf

      protected List<Reference> partOf
      A larger event of which this particular Observation is a component or step. For example, an observation as part of a procedure.
    • partOfTarget

      The actual objects that are the target of the reference (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.
    • category

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

      protected CodeableConcept code
      Describes what was observed. Sometimes this is called the observation "name".
    • subject

      protected Reference subject
      The patient, or group of patients, location, or device this observation is about and into whose 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.
    • subjectTarget

      The actual object that is the target of the reference (The patient, or group of patients, location, or device this observation is about and into whose 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

      protected List<Reference> 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.
    • focusTarget

      The actual objects that are the target of the reference (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

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

      The actual object that is the target of the reference (The healthcare event (e.g. a patient and healthcare provider interaction) during which this observation is made.)
    • effective

      protected Type effective
      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.
    • issued

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

      protected List<Reference> performer
      Who was responsible for asserting the observed value as "true".
    • performerTarget

      The actual objects that are the target of the reference (Who was responsible for asserting the observed value as "true".)
    • value

      protected Type value
      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.value[x] is missing.
    • interpretation

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

      protected List<Annotation> 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).
    • method

      Indicates the mechanism used to perform the observation.
    • specimen

      protected Reference specimen
      The specimen that was used when this observation was made.
    • specimenTarget

      The actual object that is the target of the reference (The specimen that was used when this observation was made.)
    • device

      protected Reference device
      The device used to generate the observation data.
    • deviceTarget

      The actual object that is the target of the reference (The device used to generate the observation data.)
    • 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

      protected List<Reference> 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.
    • hasMemberTarget

      The actual objects that are the target of the reference (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.
    • derivedFromTarget

      The actual objects that are the target of the reference (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.
    • SP_DATE

      public static final String SP_DATE
      Search parameter: date

      Description: Obtained date/time. If the obtained element is a period, a date that falls in the period
      Type: date
      Path: Observation.effective[x]

      See Also:
    • DATE

      public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
      Fluent Client search parameter constant for date

      Description: Obtained date/time. If the obtained element is a period, a date that falls in the period
      Type: date
      Path: Observation.effective[x]

    • SP_COMBO_DATA_ABSENT_REASON

      public static final String SP_COMBO_DATA_ABSENT_REASON
      Search parameter: combo-data-absent-reason

      Description: The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing.
      Type: token
      Path: Observation.dataAbsentReason, Observation.component.dataAbsentReason

      See Also:
    • COMBO_DATA_ABSENT_REASON

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam COMBO_DATA_ABSENT_REASON
      Fluent Client search parameter constant for combo-data-absent-reason

      Description: The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing.
      Type: token
      Path: Observation.dataAbsentReason, Observation.component.dataAbsentReason

    • SP_CODE

      public static final String SP_CODE
      Search parameter: code

      Description: The code of the observation type
      Type: token
      Path: Observation.code

      See Also:
    • CODE

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam CODE
      Fluent Client search parameter constant for code

      Description: The code of the observation type
      Type: token
      Path: Observation.code

    • SP_COMBO_CODE_VALUE_QUANTITY

      public static final String SP_COMBO_CODE_VALUE_QUANTITY
      Search parameter: combo-code-value-quantity

      Description: Code and quantity value parameter pair, including in components
      Type: composite
      Path:

      See Also:
    • COMBO_CODE_VALUE_QUANTITY

      public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.QuantityClientParam> COMBO_CODE_VALUE_QUANTITY
      Fluent Client search parameter constant for combo-code-value-quantity

      Description: Code and quantity value parameter pair, including in components
      Type: composite
      Path:

    • SP_SUBJECT

      public static final String SP_SUBJECT
      Search parameter: subject

      Description: The subject that the observation is about
      Type: reference
      Path: Observation.subject

      See Also:
    • SUBJECT

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
      Fluent Client search parameter constant for subject

      Description: The subject that the observation is about
      Type: reference
      Path: Observation.subject

    • INCLUDE_SUBJECT

      public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:subject".
    • SP_COMPONENT_DATA_ABSENT_REASON

      Search parameter: component-data-absent-reason

      Description: The reason why the expected value in the element Observation.component.value[x] is missing.
      Type: token
      Path: Observation.component.dataAbsentReason

      See Also:
    • COMPONENT_DATA_ABSENT_REASON

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam COMPONENT_DATA_ABSENT_REASON
      Fluent Client search parameter constant for component-data-absent-reason

      Description: The reason why the expected value in the element Observation.component.value[x] is missing.
      Type: token
      Path: Observation.component.dataAbsentReason

    • SP_VALUE_CONCEPT

      public static final String SP_VALUE_CONCEPT
      Search parameter: value-concept

      Description: The value of the observation, if the value is a CodeableConcept
      Type: token
      Path: Observation.valueCodeableConcept

      See Also:
    • VALUE_CONCEPT

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam VALUE_CONCEPT
      Fluent Client search parameter constant for value-concept

      Description: The value of the observation, if the value is a CodeableConcept
      Type: token
      Path: Observation.valueCodeableConcept

    • SP_VALUE_DATE

      public static final String SP_VALUE_DATE
      Search parameter: value-date

      Description: The value of the observation, if the value is a date or period of time
      Type: date
      Path: Observation.valueDateTime, Observation.valuePeriod

      See Also:
    • VALUE_DATE

      public static final ca.uhn.fhir.rest.gclient.DateClientParam VALUE_DATE
      Fluent Client search parameter constant for value-date

      Description: The value of the observation, if the value is a date or period of time
      Type: date
      Path: Observation.valueDateTime, Observation.valuePeriod

    • SP_FOCUS

      public static final String SP_FOCUS
      Search parameter: focus

      Description: The focus of an observation when the focus is not the patient of record.
      Type: reference
      Path: Observation.focus

      See Also:
    • FOCUS

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam FOCUS
      Fluent Client search parameter constant for focus

      Description: The focus of an observation when the focus is not the patient of record.
      Type: reference
      Path: Observation.focus

    • INCLUDE_FOCUS

      public static final ca.uhn.fhir.model.api.Include INCLUDE_FOCUS
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:focus".
    • SP_DERIVED_FROM

      public static final String SP_DERIVED_FROM
      Search parameter: derived-from

      Description: Related measurements the observation is made from
      Type: reference
      Path: Observation.derivedFrom

      See Also:
    • DERIVED_FROM

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam DERIVED_FROM
      Fluent Client search parameter constant for derived-from

      Description: Related measurements the observation is made from
      Type: reference
      Path: Observation.derivedFrom

    • INCLUDE_DERIVED_FROM

      public static final ca.uhn.fhir.model.api.Include INCLUDE_DERIVED_FROM
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:derived-from".
    • SP_PART_OF

      public static final String SP_PART_OF
      Search parameter: part-of

      Description: Part of referenced event
      Type: reference
      Path: Observation.partOf

      See Also:
    • PART_OF

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PART_OF
      Fluent Client search parameter constant for part-of

      Description: Part of referenced event
      Type: reference
      Path: Observation.partOf

    • INCLUDE_PART_OF

      public static final ca.uhn.fhir.model.api.Include INCLUDE_PART_OF
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:part-of".
    • SP_HAS_MEMBER

      public static final String SP_HAS_MEMBER
      Search parameter: has-member

      Description: Related resource that belongs to the Observation group
      Type: reference
      Path: Observation.hasMember

      See Also:
    • HAS_MEMBER

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam HAS_MEMBER
      Fluent Client search parameter constant for has-member

      Description: Related resource that belongs to the Observation group
      Type: reference
      Path: Observation.hasMember

    • INCLUDE_HAS_MEMBER

      public static final ca.uhn.fhir.model.api.Include INCLUDE_HAS_MEMBER
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:has-member".
    • SP_CODE_VALUE_STRING

      public static final String SP_CODE_VALUE_STRING
      Search parameter: code-value-string

      Description: Code and string value parameter pair
      Type: composite
      Path:

      See Also:
    • CODE_VALUE_STRING

      public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.StringClientParam> CODE_VALUE_STRING
      Fluent Client search parameter constant for code-value-string

      Description: Code and string value parameter pair
      Type: composite
      Path:

    • SP_COMPONENT_CODE_VALUE_QUANTITY

      Search parameter: component-code-value-quantity

      Description: Component code and component quantity value parameter pair
      Type: composite
      Path:

      See Also:
    • COMPONENT_CODE_VALUE_QUANTITY

      public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.QuantityClientParam> COMPONENT_CODE_VALUE_QUANTITY
      Fluent Client search parameter constant for component-code-value-quantity

      Description: Component code and component quantity value parameter pair
      Type: composite
      Path:

    • SP_BASED_ON

      public static final String SP_BASED_ON
      Search parameter: based-on

      Description: Reference to the service request.
      Type: reference
      Path: Observation.basedOn

      See Also:
    • BASED_ON

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam BASED_ON
      Fluent Client search parameter constant for based-on

      Description: Reference to the service request.
      Type: reference
      Path: Observation.basedOn

    • INCLUDE_BASED_ON

      public static final ca.uhn.fhir.model.api.Include INCLUDE_BASED_ON
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:based-on".
    • SP_CODE_VALUE_DATE

      public static final String SP_CODE_VALUE_DATE
      Search parameter: code-value-date

      Description: Code and date/time value parameter pair
      Type: composite
      Path:

      See Also:
    • CODE_VALUE_DATE

      public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.DateClientParam> CODE_VALUE_DATE
      Fluent Client search parameter constant for code-value-date

      Description: Code and date/time value parameter pair
      Type: composite
      Path:

    • SP_PATIENT

      public static final String SP_PATIENT
      Search parameter: patient

      Description: The subject that the observation is about (if patient)
      Type: reference
      Path: Observation.subject

      See Also:
    • PATIENT

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
      Fluent Client search parameter constant for patient

      Description: The subject that the observation is about (if patient)
      Type: reference
      Path: Observation.subject

    • INCLUDE_PATIENT

      public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:patient".
    • SP_SPECIMEN

      public static final String SP_SPECIMEN
      Search parameter: specimen

      Description: Specimen used for this observation
      Type: reference
      Path: Observation.specimen

      See Also:
    • SPECIMEN

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SPECIMEN
      Fluent Client search parameter constant for specimen

      Description: Specimen used for this observation
      Type: reference
      Path: Observation.specimen

    • INCLUDE_SPECIMEN

      public static final ca.uhn.fhir.model.api.Include INCLUDE_SPECIMEN
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:specimen".
    • SP_COMPONENT_CODE

      public static final String SP_COMPONENT_CODE
      Search parameter: component-code

      Description: The component code of the observation type
      Type: token
      Path: Observation.component.code

      See Also:
    • COMPONENT_CODE

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam COMPONENT_CODE
      Fluent Client search parameter constant for component-code

      Description: The component code of the observation type
      Type: token
      Path: Observation.component.code

    • SP_CODE_VALUE_QUANTITY

      public static final String SP_CODE_VALUE_QUANTITY
      Search parameter: code-value-quantity

      Description: Code and quantity value parameter pair
      Type: composite
      Path:

      See Also:
    • CODE_VALUE_QUANTITY

      public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.QuantityClientParam> CODE_VALUE_QUANTITY
      Fluent Client search parameter constant for code-value-quantity

      Description: Code and quantity value parameter pair
      Type: composite
      Path:

    • SP_COMBO_CODE_VALUE_CONCEPT

      public static final String SP_COMBO_CODE_VALUE_CONCEPT
      Search parameter: combo-code-value-concept

      Description: Code and coded value parameter pair, including in components
      Type: composite
      Path:

      See Also:
    • COMBO_CODE_VALUE_CONCEPT

      public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.TokenClientParam> COMBO_CODE_VALUE_CONCEPT
      Fluent Client search parameter constant for combo-code-value-concept

      Description: Code and coded value parameter pair, including in components
      Type: composite
      Path:

    • SP_VALUE_STRING

      public static final String SP_VALUE_STRING
      Search parameter: value-string

      Description: The value of the observation, if the value is a string, and also searches in CodeableConcept.text
      Type: string
      Path: Observation.value[x]

      See Also:
    • VALUE_STRING

      public static final ca.uhn.fhir.rest.gclient.StringClientParam VALUE_STRING
      Fluent Client search parameter constant for value-string

      Description: The value of the observation, if the value is a string, and also searches in CodeableConcept.text
      Type: string
      Path: Observation.value[x]

    • SP_IDENTIFIER

      public static final String SP_IDENTIFIER
      Search parameter: identifier

      Description: The unique id for a particular observation
      Type: token
      Path: Observation.identifier

      See Also:
    • IDENTIFIER

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
      Fluent Client search parameter constant for identifier

      Description: The unique id for a particular observation
      Type: token
      Path: Observation.identifier

    • SP_PERFORMER

      public static final String SP_PERFORMER
      Search parameter: performer

      Description: Who performed the observation
      Type: reference
      Path: Observation.performer

      See Also:
    • PERFORMER

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PERFORMER
      Fluent Client search parameter constant for performer

      Description: Who performed the observation
      Type: reference
      Path: Observation.performer

    • INCLUDE_PERFORMER

      public static final ca.uhn.fhir.model.api.Include INCLUDE_PERFORMER
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:performer".
    • SP_COMBO_CODE

      public static final String SP_COMBO_CODE
      Search parameter: combo-code

      Description: The code of the observation type or component type
      Type: token
      Path: Observation.code, Observation.component.code

      See Also:
    • COMBO_CODE

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam COMBO_CODE
      Fluent Client search parameter constant for combo-code

      Description: The code of the observation type or component type
      Type: token
      Path: Observation.code, Observation.component.code

    • SP_METHOD

      public static final String SP_METHOD
      Search parameter: method

      Description: The method used for the observation
      Type: token
      Path: Observation.method

      See Also:
    • METHOD

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam METHOD
      Fluent Client search parameter constant for method

      Description: The method used for the observation
      Type: token
      Path: Observation.method

    • SP_VALUE_QUANTITY

      public static final String SP_VALUE_QUANTITY
      Search parameter: value-quantity

      Description: The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
      Type: quantity
      Path: Observation.value[x]

      See Also:
    • VALUE_QUANTITY

      public static final ca.uhn.fhir.rest.gclient.QuantityClientParam VALUE_QUANTITY
      Fluent Client search parameter constant for value-quantity

      Description: The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
      Type: quantity
      Path: Observation.value[x]

    • SP_COMPONENT_VALUE_QUANTITY

      public static final String SP_COMPONENT_VALUE_QUANTITY
      Search parameter: component-value-quantity

      Description: The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
      Type: quantity
      Path: Observation.component.value[x]

      See Also:
    • COMPONENT_VALUE_QUANTITY

      public static final ca.uhn.fhir.rest.gclient.QuantityClientParam COMPONENT_VALUE_QUANTITY
      Fluent Client search parameter constant for component-value-quantity

      Description: The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
      Type: quantity
      Path: Observation.component.value[x]

    • SP_DATA_ABSENT_REASON

      public static final String SP_DATA_ABSENT_REASON
      Search parameter: data-absent-reason

      Description: The reason why the expected value in the element Observation.value[x] is missing.
      Type: token
      Path: Observation.dataAbsentReason

      See Also:
    • DATA_ABSENT_REASON

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam DATA_ABSENT_REASON
      Fluent Client search parameter constant for data-absent-reason

      Description: The reason why the expected value in the element Observation.value[x] is missing.
      Type: token
      Path: Observation.dataAbsentReason

    • SP_COMBO_VALUE_QUANTITY

      public static final String SP_COMBO_VALUE_QUANTITY
      Search parameter: combo-value-quantity

      Description: The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
      Type: quantity
      Path: Observation.value[x]

      See Also:
    • COMBO_VALUE_QUANTITY

      public static final ca.uhn.fhir.rest.gclient.QuantityClientParam COMBO_VALUE_QUANTITY
      Fluent Client search parameter constant for combo-value-quantity

      Description: The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
      Type: quantity
      Path: Observation.value[x]

    • SP_ENCOUNTER

      public static final String SP_ENCOUNTER
      Search parameter: encounter

      Description: Encounter related to the observation
      Type: reference
      Path: Observation.encounter

      See Also:
    • ENCOUNTER

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam ENCOUNTER
      Fluent Client search parameter constant for encounter

      Description: Encounter related to the observation
      Type: reference
      Path: Observation.encounter

    • INCLUDE_ENCOUNTER

      public static final ca.uhn.fhir.model.api.Include INCLUDE_ENCOUNTER
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:encounter".
    • SP_CODE_VALUE_CONCEPT

      public static final String SP_CODE_VALUE_CONCEPT
      Search parameter: code-value-concept

      Description: Code and coded value parameter pair
      Type: composite
      Path:

      See Also:
    • CODE_VALUE_CONCEPT

      public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.TokenClientParam> CODE_VALUE_CONCEPT
      Fluent Client search parameter constant for code-value-concept

      Description: Code and coded value parameter pair
      Type: composite
      Path:

    • SP_COMPONENT_CODE_VALUE_CONCEPT

      Search parameter: component-code-value-concept

      Description: Component code and component coded value parameter pair
      Type: composite
      Path:

      See Also:
    • COMPONENT_CODE_VALUE_CONCEPT

      public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.TokenClientParam> COMPONENT_CODE_VALUE_CONCEPT
      Fluent Client search parameter constant for component-code-value-concept

      Description: Component code and component coded value parameter pair
      Type: composite
      Path:

    • SP_COMPONENT_VALUE_CONCEPT

      public static final String SP_COMPONENT_VALUE_CONCEPT
      Search parameter: component-value-concept

      Description: The value of the component observation, if the value is a CodeableConcept
      Type: token
      Path: Observation.component.valueCodeableConcept

      See Also:
    • COMPONENT_VALUE_CONCEPT

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam COMPONENT_VALUE_CONCEPT
      Fluent Client search parameter constant for component-value-concept

      Description: The value of the component observation, if the value is a CodeableConcept
      Type: token
      Path: Observation.component.valueCodeableConcept

    • SP_CATEGORY

      public static final String SP_CATEGORY
      Search parameter: category

      Description: The classification of the type of observation
      Type: token
      Path: Observation.category

      See Also:
    • CATEGORY

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam CATEGORY
      Fluent Client search parameter constant for category

      Description: The classification of the type of observation
      Type: token
      Path: Observation.category

    • SP_DEVICE

      public static final String SP_DEVICE
      Search parameter: device

      Description: The Device that generated the observation data.
      Type: reference
      Path: Observation.device

      See Also:
    • DEVICE

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam DEVICE
      Fluent Client search parameter constant for device

      Description: The Device that generated the observation data.
      Type: reference
      Path: Observation.device

    • INCLUDE_DEVICE

      public static final ca.uhn.fhir.model.api.Include INCLUDE_DEVICE
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:device".
    • SP_COMBO_VALUE_CONCEPT

      public static final String SP_COMBO_VALUE_CONCEPT
      Search parameter: combo-value-concept

      Description: The value or component value of the observation, if the value is a CodeableConcept
      Type: token
      Path: Observation.valueCodeableConcept, Observation.component.valueCodeableConcept

      See Also:
    • COMBO_VALUE_CONCEPT

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam COMBO_VALUE_CONCEPT
      Fluent Client search parameter constant for combo-value-concept

      Description: The value or component value of the observation, if the value is a CodeableConcept
      Type: token
      Path: Observation.valueCodeableConcept, Observation.component.valueCodeableConcept

    • SP_STATUS

      public static final String SP_STATUS
      Search parameter: status

      Description: The status of the observation
      Type: token
      Path: Observation.status

      See Also:
    • STATUS

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
      Fluent Client search parameter constant for status

      Description: The status of the observation
      Type: token
      Path: Observation.status

  • Constructor Details

  • Method Details