Packages

case class OrderedMedication(Dose: Option[Dose] = scala.None, Rate: Option[Dose] = scala.None, Route: Option[BasicCode] = scala.None, Product: BasicCode, FreeTextSig: Option[String] = scala.None, StartDate: DateTime, EndDate: Option[DateTime] = scala.None, Frequency: Option[TimePeriod] = scala.None, IsPRN: Option[Boolean] = scala.None) extends Medication with Product with Serializable

Dose

The size of the dose for pills, capsules, etc (UCUM Units of Measure).

Rate

If the medication is in liquid form, the rate at which it is administered (UCUM Units of Measure).

Route

Method by which the medication is delivered (Medication Route FDA Value Set).

Product

A code describing the actual medication given.

FreeTextSig

Free text instructions for the medication. Typically instructing patient on the proper means and timing for the use of the medication.

StartDate

When the medication should be started (ISO 8601 Format).

EndDate

When the medication should be ended (ISO 8601 Format).

Frequency

How often the patient should be taking the medication.

IsPRN

Whether the medication is to be taken on an as-needed basis.

Linear Supertypes
Serializable, Serializable, Product, Equals, Medication, DateRange, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OrderedMedication
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Medication
  7. DateRange
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OrderedMedication(Dose: Option[Dose] = scala.None, Rate: Option[Dose] = scala.None, Route: Option[BasicCode] = scala.None, Product: BasicCode, FreeTextSig: Option[String] = scala.None, StartDate: DateTime, EndDate: Option[DateTime] = scala.None, Frequency: Option[TimePeriod] = scala.None, IsPRN: Option[Boolean] = scala.None)

    Dose

    The size of the dose for pills, capsules, etc (UCUM Units of Measure).

    Rate

    If the medication is in liquid form, the rate at which it is administered (UCUM Units of Measure).

    Route

    Method by which the medication is delivered (Medication Route FDA Value Set).

    Product

    A code describing the actual medication given.

    FreeTextSig

    Free text instructions for the medication. Typically instructing patient on the proper means and timing for the use of the medication.

    StartDate

    When the medication should be started (ISO 8601 Format).

    EndDate

    When the medication should be ended (ISO 8601 Format).

    Frequency

    How often the patient should be taking the medication.

    IsPRN

    Whether the medication is to be taken on an as-needed basis.

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 Dose: Option[Dose]

    Dose The size of the dose for pills, capsules, etc.

    Dose The size of the dose for pills, capsules, etc.

    Definition Classes
    OrderedMedicationMedication
  5. val EndDate: Option[DateTime]

    When the medication ended.

    When the medication ended. ISO 8601 Format

    Definition Classes
    OrderedMedicationMedicationDateRange
  6. val FreeTextSig: Option[String]
  7. val Frequency: Option[TimePeriod]

    How often the patient should be taking the medication.

    How often the patient should be taking the medication.

    Definition Classes
    OrderedMedicationMedication
  8. val IsPRN: Option[Boolean]
  9. val Product: BasicCode

    The actual medication given.

    The actual medication given. RxNorm

    Definition Classes
    OrderedMedicationMedication
  10. val Rate: Option[Dose]

    If the medication is not in dose form, this is the rate at which is administered

    If the medication is not in dose form, this is the rate at which is administered

    Definition Classes
    OrderedMedicationMedication
  11. val Route: Option[BasicCode]

    The method by which the medication is delivered.

    The method by which the medication is delivered. @see [Medication Route FDA Value Set](https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.113883.3.88.12.3221.8.7)

    Definition Classes
    OrderedMedicationMedication
  12. val StartDate: DateTime

    When the medication was started.

    When the medication was started. ISO 8601 Format

    Definition Classes
    OrderedMedicationMedicationDateRange
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. 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 Medication

Inherited from DateRange

Inherited from AnyRef

Inherited from Any

Ungrouped