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)
- Alphabetic
- By Inheritance
- Observation
- Serializable
- Serializable
- Product
- Equals
- DateStamped
- Status
- Code
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
Code: Option[String]
- Definition Classes
- Observation → Code
-
val
CodeSystem: Option[String]
- Definition Classes
- Observation → Code
-
val
CodeSystemName: Option[String]
- Definition Classes
- Observation → Code
-
val
DateTime: DateTime
- Definition Classes
- Observation → DateStamped
- val Interpretation: Option[String]
-
val
Name: Option[String]
- Definition Classes
- Observation → Code
- val Observer: Option[Provider]
- val ReferenceRange: Option[ReferenceRange]
-
val
Status: Option[String]
- Definition Classes
- Observation → Status
- val TargetSite: Option[BasicCode]
- val Units: Option[String]
- val Value: Option[String]
- val ValueType: Option[ValueTypes.Value]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )