Class/Object

com.github.vitalsoftware.scalaredox.models

Provider

Related Docs: object Provider | package models

Permalink

case class Provider(ID: Option[String], IDType: Option[String], FirstName: Option[String], LastName: Option[String], Type: Option[String] = scala.None, Credentials: Seq[String] = collection.this.Seq.empty[Nothing], Address: Option[Address] = scala.None, Location: Option[CareLocation] = scala.None, PhoneNumber: Option[PhoneNumber] = scala.None, EmailAddresses: Seq[String] = collection.this.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], IDType: Option[String], FirstName: Option[String], LastName: Option[String], Type: Option[String] = scala.None, Credentials: Seq[String] = collection.this.Seq.empty[Nothing], Address: Option[Address] = scala.None, Location: Option[CareLocation] = scala.None, PhoneNumber: Option[PhoneNumber] = scala.None, EmailAddresses: Seq[String] = collection.this.Seq.empty[Nothing], Role: Option[BasicCode] = scala.None)

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Address: Option[Address]

    Permalink

    Provider's address

    Provider's address

    Definition Classes
    ProviderProviderLike
  5. val Credentials: Seq[String]

    Permalink

    List of credentials for the Provider responsible for the document.

    List of credentials for the Provider responsible for the document. e.g. MD, PhD

    Definition Classes
    ProviderProviderLike
  6. val EmailAddresses: Seq[String]

    Permalink
  7. val FirstName: Option[String]

    Permalink

    First name of the Provider responsible for the document

    First name of the Provider responsible for the document

    Definition Classes
    ProviderProviderLike
  8. val ID: Option[String]

    Permalink

    ID of the Provider responsible for the document.

    ID of the Provider responsible for the document. This ID is required for Inpatient Visits

    Definition Classes
    ProviderProviderLike
  9. val IDType: Option[String]

    Permalink

    ID type of the ID for the Provider responsible for the document

    ID type of the ID for the Provider responsible for the document

    Definition Classes
    ProviderProviderLike
  10. val LastName: Option[String]

    Permalink

    Last name of the Provider responsible for the document

    Last name of the Provider responsible for the document

    Definition Classes
    ProviderProviderLike
  11. val Location: Option[CareLocation]

    Permalink
    Definition Classes
    ProviderProviderLike
  12. val PhoneNumber: Option[PhoneNumber]

    Permalink
  13. val Role: Option[BasicCode]

    Permalink
  14. val Type: Option[String]

    Permalink

    The type of provider for this referral.

    The type of provider for this referral. One of the following: "Referring Provider", "Referred To Provider", "Other", "Patient PCP"

    Definition Classes
    ProviderProviderLike
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ProviderLike

Inherited from AnyRef

Inherited from Any

Ungrouped