Packages

case class Observation(Code: Option[String] = scala.None, CodeSystem: Option[String] = scala.None, CodeSystemName: Option[String] = scala.None, Name: Option[String] = scala.None, DateTime: DateTime, Status: Option[String] = scala.None, Value: Option[String] = scala.None, ValueType: Option[ValueTypes.Value] = scala.None, Units: Option[String] = scala.None, ReferenceRange: Option[ReferenceRange] = scala.None, TargetSite: Option[BasicCode] = scala.None, Interpretation: Option[String] = scala.None, Observer: Option[Provider] = scala.None) extends Code with Status with DateStamped with Product with Serializable

Coded Observation of a patient.

ValueType

Data type of the value. One of the following: "Numeric", "String", "Date", "Time", "DateTime", "Coded Entry", "Encapsulated Data". Derived from HL7 Table 0125.

Units

The units of the measurement. [UCUM Units of Measure](http://unitsofmeasure.org/ucum.html)

TargetSite

Where (on or in the body) the observation is made. (e.g. "Entire hand (body structure)"). SNOMED CT

Interpretation

A flag indicating whether or not the observed value is normal, high, or low. [Supported Values](https://www.hl7.org/fhir/v3/ObservationInterpretation/index.html)

Linear Supertypes
Serializable, Serializable, Product, Equals, DateStamped, Status, Code, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Observation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DateStamped
  7. Status
  8. Code
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Observation(Code: Option[String] = scala.None, CodeSystem: Option[String] = scala.None, CodeSystemName: Option[String] = scala.None, Name: Option[String] = scala.None, DateTime: DateTime, Status: Option[String] = scala.None, Value: Option[String] = scala.None, ValueType: Option[ValueTypes.Value] = scala.None, Units: Option[String] = scala.None, ReferenceRange: Option[ReferenceRange] = scala.None, TargetSite: Option[BasicCode] = scala.None, Interpretation: Option[String] = scala.None, Observer: Option[Provider] = scala.None)

    ValueType

    Data type of the value. One of the following: "Numeric", "String", "Date", "Time", "DateTime", "Coded Entry", "Encapsulated Data". Derived from HL7 Table 0125.

    Units

    The units of the measurement. [UCUM Units of Measure](http://unitsofmeasure.org/ucum.html)

    TargetSite

    Where (on or in the body) the observation is made. (e.g. "Entire hand (body structure)"). SNOMED CT

    Interpretation

    A flag indicating whether or not the observed value is normal, high, or low. [Supported Values](https://www.hl7.org/fhir/v3/ObservationInterpretation/index.html)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Code: Option[String]
    Definition Classes
    ObservationCode
  5. val CodeSystem: Option[String]
    Definition Classes
    ObservationCode
  6. val CodeSystemName: Option[String]
    Definition Classes
    ObservationCode
  7. val DateTime: DateTime
    Definition Classes
    ObservationDateStamped
  8. val Interpretation: Option[String]
  9. val Name: Option[String]
    Definition Classes
    ObservationCode
  10. val Observer: Option[Provider]
  11. val ReferenceRange: Option[ReferenceRange]
  12. val Status: Option[String]
    Definition Classes
    ObservationStatus
  13. val TargetSite: Option[BasicCode]
  14. val Units: Option[String]
  15. val Value: Option[String]
  16. val ValueType: Option[ValueTypes.Value]
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DateStamped

Inherited from Status

Inherited from Code

Inherited from AnyRef

Inherited from Any

Ungrouped