case class MedicationPlan(Status: Option[String] = scala.None, Dose: Option[Dose] = scala.None, Rate: Option[Dose] = scala.None, Route: Option[BasicCode] = scala.None, StartDate: DateTime, EndDate: Option[DateTime] = scala.None, Frequency: Option[TimePeriod] = scala.None, Product: BasicCode = ...) extends Medication with Status with DateRange with Product with Serializable
Medication to be given.
- Alphabetic
- By Inheritance
- MedicationPlan
- Serializable
- Serializable
- Product
- Equals
- Status
- Medication
- DateRange
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
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
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
- MedicationPlan → Medication
-
val
EndDate: Option[DateTime]
When the medication ended.
When the medication ended. ISO 8601 Format
- Definition Classes
- MedicationPlan → Medication → DateRange
-
val
Frequency: Option[TimePeriod]
How often the patient should be taking the medication.
How often the patient should be taking the medication.
- Definition Classes
- MedicationPlan → Medication
-
val
Product: BasicCode
The actual medication given.
The actual medication given. RxNorm
- Definition Classes
- MedicationPlan → Medication
-
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
- MedicationPlan → Medication
-
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
- MedicationPlan → Medication
-
val
StartDate: DateTime
When the medication was started.
When the medication was started. ISO 8601 Format
- Definition Classes
- MedicationPlan → Medication → DateRange
-
val
Status: Option[String]
- Definition Classes
- MedicationPlan → Status
-
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( ... )