Class

com.lifeomic.fhirlib.v3.resources

Patient

Related Doc: package resources

Permalink

class Patient extends Resource

Linear Supertypes
Resource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Patient
  2. Resource
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Patient(id: Option[String], contained: Option[List[Resource]], meta: Option[Meta], extension: Option[List[Extension]], identifier: Option[List[Identifier]], active: Option[Boolean], name: Option[List[HumanName]], telecom: Option[List[ContactPoint]], gender: Option[Gender], birthDate: Option[LocalDateTime], deceasedBoolean: Option[Boolean], deceasedDateTime: Option[LocalDateTime], address: Option[List[Address]], maritalStatus: Option[CodeableConcept], multipleBirthsBoolean: Option[Boolean], multipleBirthsInteger: Option[Int], photo: Option[List[Attachment]], contact: Option[List[PatientContact]], animal: Option[Animal], communication: Option[List[Communication]], generalPractitioner: Option[List[Reference]], managingOrganization: Option[Reference], link: Option[List[Link]])

    Permalink

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 active: Option[Boolean]

    Permalink
  5. val address: Option[List[Address]]

    Permalink
  6. val animal: Option[Animal]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val birthDate: Option[LocalDateTime]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val communication: Option[List[Communication]]

    Permalink
  11. val contact: Option[List[PatientContact]]

    Permalink
  12. val contained: Option[List[Resource]]

    Permalink
    Definition Classes
    PatientResource
  13. val deceasedBoolean: Option[Boolean]

    Permalink
  14. val deceasedDateTime: Option[LocalDateTime]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. val extension: Option[List[Extension]]

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def findCodes(url: String, system: String): Option[Seq[String]]

    Permalink

    Finds Coding.codes within the Resource.extensions for the provided Extension.url and within the Extension.valueCodeableConcept CodeableConcept.coding values for the provided Coding.system.

    Finds Coding.codes within the Resource.extensions for the provided Extension.url and within the Extension.valueCodeableConcept CodeableConcept.coding values for the provided Coding.system.

    If Resource.extension is None, None will be returned.

    url

    the Extension.url

    system

    the Coding.system

    returns

    Some Seq of codes if found

    Definition Classes
    Resource
  20. def findCodings(url: String, system: String): Option[Seq[Coding]]

    Permalink

    Finds Codings within the Resource.extensions for the provided Extension.url and within the Extension.valueCodeableConcept CodeableConcept.coding values for the provided Coding.system.

    Finds Codings within the Resource.extensions for the provided Extension.url and within the Extension.valueCodeableConcept CodeableConcept.coding values for the provided Coding.system.

    If Resource.extension is None, None will be returned.

    url

    the Extension.url

    system

    the Coding.system

    returns

    Some Seq of codes if found

    Definition Classes
    Resource
  21. def findContained(id: String): Option[Seq[Resource]]

    Permalink

    Finds Resources in Resource.contained with the provided Resource.id and Resource type.

    Finds Resources in Resource.contained with the provided Resource.id and Resource type.

    If Resource.contained is None, None will be returned.

    id

    a Resource.id

    Definition Classes
    Resource
  22. def findCurrentAge(): Option[Int]

    Permalink

    Finds the current age.

    Finds the current age.

    returns

    Some Int representing age in years

  23. def findIdentifiers(system: String): Option[Seq[String]]

    Permalink

    Finds the identifier values for the provided system.

    Finds the identifier values for the provided system.

    system

    a system

    returns

    String Option

    Definition Classes
    Resource
  24. val gender: Option[Gender]

    Permalink
  25. val generalPractitioner: Option[List[Reference]]

    Permalink
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. val id: Option[String]

    Permalink
    Definition Classes
    PatientResource
  29. val identifier: Option[List[Identifier]]

    Permalink
    Definition Classes
    PatientResource
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. val link: Option[List[Link]]

    Permalink
  32. val managingOrganization: Option[Reference]

    Permalink
  33. val maritalStatus: Option[CodeableConcept]

    Permalink
  34. val meta: Option[Meta]

    Permalink
    Definition Classes
    PatientResource
  35. val multipleBirthsBoolean: Option[Boolean]

    Permalink
  36. val multipleBirthsInteger: Option[Int]

    Permalink
  37. val name: Option[List[HumanName]]

    Permalink
  38. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  41. val photo: Option[List[Attachment]]

    Permalink
  42. val raceEthnicitySystem: String

    Permalink
  43. val resourceType: String

    Permalink
    Definition Classes
    Resource
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. val telecom: Option[List[ContactPoint]]

    Permalink
  46. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit

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

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

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

Inherited from Resource

Inherited from AnyRef

Inherited from Any

Ungrouped