Class

com.lifeomic.fhirlib.v3.resources

MedicationRequest

Related Doc: package resources

Permalink

class MedicationRequest extends Resource

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

Instance Constructors

  1. new MedicationRequest(id: Option[String], contained: Option[List[Resource]], meta: Option[Meta], extension: Option[List[Extension]], identifier: Option[List[Identifier]], definition: Option[List[Reference]], basedOn: Option[List[Reference]], groupIdentifier: Option[Identifier], status: Option[String], intent: Option[String], category: Option[CodeableConcept], priority: Option[String], medicationCodeableConcept: Option[CodeableConcept], medicationReference: Option[Reference], subject: Option[Reference], context: Option[Reference], supportingInformation: Option[Reference], authoredOn: Option[LocalDateTime], requester: Option[Requester], recorder: Option[Reference], reasonCode: Option[List[CodeableConcept]], reasonReference: Option[List[Reference]], note: Option[List[Annotation]], dosageInstruction: Option[List[Dosage]], dispenseRequest: Option[DispenseRequest], substitution: Option[Substitution], priorPrescription: Option[Reference], detectedIssue: Option[List[Reference]], eventHistory: Option[List[Reference]])

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val authoredOn: Option[LocalDateTime]

    Permalink
  6. val basedOn: Option[List[Reference]]

    Permalink
  7. val category: Option[CodeableConcept]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val contained: Option[List[Resource]]

    Permalink
    Definition Classes
    MedicationRequestResource
  10. val context: Option[Reference]

    Permalink
  11. val definition: Option[List[Reference]]

    Permalink
  12. val detectedIssue: Option[List[Reference]]

    Permalink
  13. val dispenseRequest: Option[DispenseRequest]

    Permalink
  14. val dosageInstruction: Option[List[Dosage]]

    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 eventHistory: Option[List[Reference]]

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

    Permalink
    Definition Classes
    MedicationRequestResource
  19. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. val groupIdentifier: Option[Identifier]

    Permalink
  26. def hashCode(): Int

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

    Permalink
    Definition Classes
    MedicationRequestResource
  28. val identifier: Option[List[Identifier]]

    Permalink
    Definition Classes
    MedicationRequestResource
  29. val intent: Option[String]

    Permalink
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. val medicationCodeableConcept: Option[CodeableConcept]

    Permalink
  32. val medicationReference: Option[Reference]

    Permalink
  33. val meta: Option[Meta]

    Permalink
    Definition Classes
    MedicationRequestResource
  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 priorPrescription: Option[Reference]

    Permalink
  39. val priority: Option[String]

    Permalink
  40. val reasonCode: Option[List[CodeableConcept]]

    Permalink
  41. val reasonReference: Option[List[Reference]]

    Permalink
  42. val recorder: Option[Reference]

    Permalink
  43. val requester: Option[Requester]

    Permalink
  44. val resourceType: String

    Permalink
    Definition Classes
    Resource
  45. val status: Option[String]

    Permalink
  46. val subject: Option[Reference]

    Permalink
  47. val substitution: Option[Substitution]

    Permalink
  48. val supportingInformation: Option[Reference]

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

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

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

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

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

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

Inherited from Resource

Inherited from AnyRef

Inherited from Any

Ungrouped