Class

com.lifeomic.fhirlib.v3.resources

Condition

Related Doc: package resources

Permalink

class Condition extends Resource

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

Instance Constructors

  1. new Condition(id: Option[String], contained: Option[List[Resource]], meta: Option[Meta], extension: Option[List[Extension]], identifier: Option[List[Identifier]], clinicalStatus: Option[String], verificationStatus: Option[String], category: Option[List[CodeableConcept]], severity: Option[CodeableConcept], code: Option[CodeableConcept], bodySite: Option[List[CodeableConcept]], subject: Option[Reference], context: Option[Reference], onsetDateTime: Option[LocalDateTime], onsetDate: Option[LocalDateTime], onsetPeriod: Option[Period], onsetRange: Option[Range], onsetString: Option[String], abatementDateTime: Option[LocalDateTime], abatementAge: Option[Quantity], abatementBoolean: Option[Boolean], abatementRange: Option[Range], abatementString: Option[String], assertedDate: Option[LocalDateTime], asserter: Option[Reference], stage: Option[ConditionStage], evidence: Option[List[ConditionEvidence]], note: Option[List[Annotation]])

    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 abatementAge: Option[Quantity]

    Permalink
  5. val abatementBoolean: Option[Boolean]

    Permalink
  6. val abatementDateTime: Option[LocalDateTime]

    Permalink
  7. val abatementRange: Option[Range]

    Permalink
  8. val abatementString: Option[String]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. val assertedDate: Option[LocalDateTime]

    Permalink
  11. val asserter: Option[Reference]

    Permalink
  12. val bodySite: Option[List[CodeableConcept]]

    Permalink
  13. val category: Option[List[CodeableConcept]]

    Permalink
  14. val clinicalStatus: Option[String]

    Permalink
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val code: Option[CodeableConcept]

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

    Permalink
    Definition Classes
    ConditionResource
  18. val context: Option[Reference]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. val evidence: Option[List[ConditionEvidence]]

    Permalink
  22. val extension: Option[List[Extension]]

    Permalink
    Definition Classes
    ConditionResource
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. 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
  25. 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
  26. 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
  27. 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
  28. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    ConditionResource
  31. val identifier: Option[List[Identifier]]

    Permalink
    Definition Classes
    ConditionResource
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. val meta: Option[Meta]

    Permalink
    Definition Classes
    ConditionResource
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. val note: Option[List[Annotation]]

    Permalink
  36. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  38. val onsetDate: Option[LocalDateTime]

    Permalink
  39. val onsetDateTime: Option[LocalDateTime]

    Permalink
  40. val onsetPeriod: Option[Period]

    Permalink
  41. val onsetRange: Option[Range]

    Permalink
  42. val onsetString: Option[String]

    Permalink
  43. val resourceType: String

    Permalink
    Definition Classes
    Resource
  44. val severity: Option[CodeableConcept]

    Permalink
  45. val stage: Option[ConditionStage]

    Permalink
  46. val subject: Option[Reference]

    Permalink
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  49. val verificationStatus: Option[String]

    Permalink
  50. final def wait(): Unit

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

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

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

Inherited from Resource

Inherited from AnyRef

Inherited from Any

Ungrouped