Class

com.lifeomic.fhirlib.v3.resources

Procedure

Related Doc: package resources

Permalink

class Procedure extends Resource

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

Instance Constructors

  1. new Procedure(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]], partOf: Option[List[Reference]], status: Option[String], notDone: Option[Boolean], notDoneReason: Option[CodeableConcept], category: Option[CodeableConcept], code: Option[CodeableConcept], subject: Option[Reference], context: Option[Reference], performedDateTime: Option[LocalDateTime], performedPeriod: Option[Period], performer: Option[ProcedurePerformer], location: Option[Reference], reasonCode: Option[List[CodeableConcept]], reasonReference: Option[List[Reference]], bodySite: Option[List[CodeableConcept]], outcome: CodeableConcept, report: Option[List[Reference]], complication: Option[List[CodeableConcept]], complicationDetail: Option[List[Reference]], followUp: Option[List[CodeableConcept]], note: Option[List[Annotation]], focalDevice: Option[List[FocalDevice]], usedReference: Option[List[Reference]], usedCode: Option[List[CodeableConcept]])

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

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

    Permalink
  7. val category: Option[CodeableConcept]

    Permalink
  8. def clone(): AnyRef

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

    Permalink
  10. val complication: Option[List[CodeableConcept]]

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

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

    Permalink
    Definition Classes
    ProcedureResource
  13. val context: Option[Reference]

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

    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
    ProcedureResource
  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 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
  23. val focalDevice: Option[List[FocalDevice]]

    Permalink
  24. val followUp: Option[List[CodeableConcept]]

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

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

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

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

    Permalink
    Definition Classes
    ProcedureResource
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. val location: Option[Reference]

    Permalink
  31. val meta: Option[Meta]

    Permalink
    Definition Classes
    ProcedureResource
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. val notDone: Option[Boolean]

    Permalink
  34. val notDoneReason: Option[CodeableConcept]

    Permalink
  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 outcome: CodeableConcept

    Permalink
  39. val partOf: Option[List[Reference]]

    Permalink
  40. val performedDateTime: Option[LocalDateTime]

    Permalink
  41. val performedPeriod: Option[Period]

    Permalink
  42. val performer: Option[ProcedurePerformer]

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

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

    Permalink
  45. val report: Option[List[Reference]]

    Permalink
  46. val resourceType: String

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

    Permalink
  48. val subject: 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. val usedCode: Option[List[CodeableConcept]]

    Permalink
  52. val usedReference: Option[List[Reference]]

    Permalink
  53. final def wait(): Unit

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

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

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

Inherited from Resource

Inherited from AnyRef

Inherited from Any

Ungrouped