case class AdvanceDirective(Type: BasicCode = ..., Code: Option[String] = scala.None, CodeSystem: Option[String] = scala.None, CodeSystemName: Option[String] = scala.None, Name: Option[String], StartDate: DateTime, EndDate: Option[DateTime], ExternalReference: Option[String], VerifiedBy: Seq[BasicPerson] = scala.collection.Seq.empty[Nothing], Custodians: Seq[BasicPerson] = scala.collection.Seq.empty[Nothing]) extends Code with DateRange with Product with Serializable
Advance directive documents that the healthcare organization has on file for the patient.
- Type
The value of the advance directive (such as 'Do not resuscitate'). SNOMED CT
- StartDate
Effective start date of the advance directive. ISO 8601 Format
- EndDate
Effective end date of the advance directive. ISO 8601 Format
- ExternalReference
A link to a location where the document can be accessed.
- VerifiedBy
A collection of people who verified the advance directive with the patient
- Custodians
People legally responsible for the advance directive document.
- Alphabetic
- By Inheritance
- AdvanceDirective
- Serializable
- Serializable
- Product
- Equals
- DateRange
- Code
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
AdvanceDirective(Type: BasicCode = ..., Code: Option[String] = scala.None, CodeSystem: Option[String] = scala.None, CodeSystemName: Option[String] = scala.None, Name: Option[String], StartDate: DateTime, EndDate: Option[DateTime], ExternalReference: Option[String], VerifiedBy: Seq[BasicPerson] = scala.collection.Seq.empty[Nothing], Custodians: Seq[BasicPerson] = scala.collection.Seq.empty[Nothing])
- Type
The value of the advance directive (such as 'Do not resuscitate'). SNOMED CT
- StartDate
Effective start date of the advance directive. ISO 8601 Format
- EndDate
Effective end date of the advance directive. ISO 8601 Format
- ExternalReference
A link to a location where the document can be accessed.
- VerifiedBy
A collection of people who verified the advance directive with the patient
- Custodians
People legally responsible for the advance directive document.
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
- AdvanceDirective → Code
-
val
CodeSystem: Option[String]
- Definition Classes
- AdvanceDirective → Code
-
val
CodeSystemName: Option[String]
- Definition Classes
- AdvanceDirective → Code
- val Custodians: Seq[BasicPerson]
-
val
EndDate: Option[DateTime]
- Definition Classes
- AdvanceDirective → DateRange
- val ExternalReference: Option[String]
-
val
Name: Option[String]
- Definition Classes
- AdvanceDirective → Code
-
val
StartDate: DateTime
- Definition Classes
- AdvanceDirective → DateRange
- val Type: BasicCode
- val VerifiedBy: Seq[BasicPerson]
-
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( ... )