case class Provider(ID: Option[String] = scala.None, IDType: Option[String] = scala.None, FirstName: Option[String] = scala.None, LastName: Option[String] = scala.None, Type: Option[String] = scala.None, Credentials: Seq[String] = scala.collection.Seq.empty[Nothing], Address: Option[Address] = scala.None, Location: Option[CareLocation] = scala.None, PhoneNumber: Option[PhoneNumber] = scala.None, EmailAddresses: Seq[String] = scala.collection.Seq.empty[Nothing], Role: Option[BasicCode] = scala.None) extends ProviderLike with Product with Serializable
Provider responsible for a Document
- ID
ID of the Provider responsible for the document. This ID is required for Inpatient Visits
- IDType
ID type of the ID for the Provider responsible for the document
- FirstName
First name of the Provider responsible for the document
- LastName
Last name of the Provider responsible for the document
- Type
The type of provider for this referral. One of the following: "Referring Provider", "Referred To Provider", "Other", "Patient PCP"
- Credentials
List of credentials for the Provider responsible for the document. e.g. MD, PhD
- Address
Provider's address
- Alphabetic
- By Inheritance
- Provider
- Serializable
- Serializable
- Product
- Equals
- ProviderLike
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Provider(ID: Option[String] = scala.None, IDType: Option[String] = scala.None, FirstName: Option[String] = scala.None, LastName: Option[String] = scala.None, Type: Option[String] = scala.None, Credentials: Seq[String] = scala.collection.Seq.empty[Nothing], Address: Option[Address] = scala.None, Location: Option[CareLocation] = scala.None, PhoneNumber: Option[PhoneNumber] = scala.None, EmailAddresses: Seq[String] = scala.collection.Seq.empty[Nothing], Role: Option[BasicCode] = scala.None)
- ID
ID of the Provider responsible for the document. This ID is required for Inpatient Visits
- IDType
ID type of the ID for the Provider responsible for the document
- FirstName
First name of the Provider responsible for the document
- LastName
Last name of the Provider responsible for the document
- Type
The type of provider for this referral. One of the following: "Referring Provider", "Referred To Provider", "Other", "Patient PCP"
- Credentials
List of credentials for the Provider responsible for the document. e.g. MD, PhD
- Address
Provider's address
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
Address: Option[Address]
- Definition Classes
- Provider → ProviderLike
-
val
Credentials: Seq[String]
- Definition Classes
- Provider → ProviderLike
- val EmailAddresses: Seq[String]
-
val
FirstName: Option[String]
- Definition Classes
- Provider → ProviderLike
-
val
ID: Option[String]
- Definition Classes
- Provider → ProviderLike
-
val
IDType: Option[String]
- Definition Classes
- Provider → ProviderLike
-
val
LastName: Option[String]
- Definition Classes
- Provider → ProviderLike
-
val
Location: Option[CareLocation]
- Definition Classes
- Provider → ProviderLike
- val PhoneNumber: Option[PhoneNumber]
- val Role: Option[BasicCode]
-
val
Type: Option[String]
- Definition Classes
- Provider → ProviderLike
-
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( ... )