Packages

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

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

Instance Constructors

  1. 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

  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 Address: Option[Address]
    Definition Classes
    ProviderProviderLike
  5. val Credentials: Seq[String]
    Definition Classes
    ProviderProviderLike
  6. val EmailAddresses: Seq[String]
  7. val FirstName: Option[String]
    Definition Classes
    ProviderProviderLike
  8. val ID: Option[String]
    Definition Classes
    ProviderProviderLike
  9. val IDType: Option[String]
    Definition Classes
    ProviderProviderLike
  10. val LastName: Option[String]
    Definition Classes
    ProviderProviderLike
  11. val Location: Option[CareLocation]
    Definition Classes
    ProviderProviderLike
  12. val PhoneNumber: Option[PhoneNumber]
  13. val Role: Option[BasicCode]
  14. val Type: Option[String]
    Definition Classes
    ProviderProviderLike
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. 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 ProviderLike

Inherited from AnyRef

Inherited from Any

Ungrouped