Action

object Action extends CompanionFor[Action]
Companion:
class
class CompanionFor[Action]
trait OptionSugar
trait JsonDecoderHelpers
trait BaseFieldDecoders
trait Utils
class Object
trait Matchable
class Any
Action.type

Type members

Classlikes

@POJOBoilerplate
class Condition(val id: Option[String], val kind: ACTION_CONDITION_KIND, val extension: LitSeq[Extension], val expression: Option[Expression], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Condition extends CompanionFor[Condition]
Companion:
class
@POJOBoilerplate
class DynamicValue(val id: Option[String], val path: Option[String], val extension: LitSeq[Extension], val expression: Option[Expression], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object DynamicValue extends CompanionFor[DynamicValue]
Companion:
class
@POJOBoilerplate
class Participant(val id: Option[String], `type`: ACTION_PARTICIPANT_TYPE, val role: Option[CodeableConcept], val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Participant extends CompanionFor[Participant]
Companion:
class
@POJOBoilerplate
class RelatedAction(val id: Option[String], val actionId: Id, val extension: LitSeq[Extension], val offset: Option[OffsetChoice], val relationship: ACTION_RELATIONSHIP_TYPE, val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object RelatedAction extends CompanionFor[RelatedAction]
Companion:
class

Inherited classlikes

implicit class RichCursor(cursor: ACursor)
Inherited from:
JsonDecoderHelpers
implicit class RichSeqT[T](val s1: Seq[T])
Inherited from:
OptionSugar
implicit class RichT[T](val t: T)
Inherited from:
OptionSugar

Types

override type ParentType = Action
override type ResourceType = Action
type SubjectChoice = Choice[UnionCodeableConceptOrReference]

Value members

Concrete methods

def apply(id: Option[String], code: LitSeq[CodeableConcept], `type`: Option[CodeableConcept], title: Option[String], input: LitSeq[DataRequirement], prefix: Option[String], reason: LitSeq[CodeableConcept], goalId: LitSeq[Id], output: LitSeq[DataRequirement], action: LitSeq[Action], trigger: LitSeq[TriggerDefinition], priority: Option[REQUEST_PRIORITY], extension: LitSeq[Extension], timing: Option[TimingChoice], transform: Option[Canonical], subject: Option[SubjectChoice], description: Option[String], documentation: LitSeq[RelatedArtifact], definition: Option[DefinitionChoice], textEquivalent: Option[String], groupingBehavior: Option[ACTION_GROUPING_BEHAVIOR], requiredBehavior: Option[ACTION_REQUIRED_BEHAVIOR], precheckBehavior: Option[ACTION_PRECHECK_BEHAVIOR], modifierExtension: LitSeq[Extension], selectionBehavior: Option[ACTION_SELECTION_BEHAVIOR], cardinalityBehavior: Option[ACTION_CARDINALITY_BEHAVIOR], condition: LitSeq[Condition], participant: LitSeq[Participant], dynamicValue: LitSeq[DynamicValue], relatedAction: LitSeq[RelatedAction], primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]): Action
def decodeThis(cursor: HCursor)(implicit params: DecoderParams): Try[Action]
override def fields(t: Action): Seq[FHIRComponentField[_]]
Definition Classes
CompanionFor
override def fieldsFromParent(t: ResourceType): Try[Seq[FHIRComponentField[_]]]
Definition Classes
CompanionFor

Inherited methods

def cast(t: ResourceType): Try[Action]
Inherited from:
CompanionFor
def checkUnknownFields(cursor: HCursor, keys: Set[String], keyPrefixes: Seq[Set[String]])(implicit decoderParams: DecoderParams): Try[Unit]
Inherited from:
CompanionFor
def companionClassName[T](tag: LTag[T]): String
Inherited from:
Utils
def companionOf[T <: FHIRObject : ClassTag](implicit evidence$1: ClassTag[T], tag: LTag[T]): CompanionFor[T]
Inherited from:
Utils
def decodeAttributes(cursor: HCursor)(implicit params: DecoderParams): TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]
Inherited from:
CompanionFor
def decodeMethodFor[T <: FHIRObject : ClassTag](implicit evidence$2: ClassTag[T], tag: LTag[T], params: DecoderParams): HCursor => Try[T]
Inherited from:
Utils
def decoder(implicit params: DecoderParams): Decoder[Action]
Inherited from:
CompanionFor
def extract[O](fn: Action.type => FHIRComponentFieldMeta[O])(t: Action): O
Inherited from:
CompanionFor
def isSubTypeOf(other: CompanionFor[_]): Boolean
Inherited from:
CompanionFor
protected def otherMetas: Set[String]
Inherited from:
CompanionFor
def parameterisedDecode(x: HCursor, params: DecoderParams): Try[Action]
Inherited from:
CompanionFor
protected def refMetas: Seq[Set[String]]
Inherited from:
CompanionFor
def tryDecode[T](fn: => T, c: HCursor): Either[DecodingFailure, T]
Inherited from:
BaseFieldDecoders

Concrete fields

val `type`: FHIRComponentFieldMeta[Option[CodeableConcept]]
val action: FHIRComponentFieldMeta[LitSeq[Action]]
val baseType: CompanionFor[Action]
val cardinalityBehavior: FHIRComponentFieldMeta[Option[ACTION_CARDINALITY_BEHAVIOR]]
val code: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val condition: FHIRComponentFieldMeta[LitSeq[Condition]]
val definition: FHIRComponentFieldMeta[Option[DefinitionChoice]]
val description: FHIRComponentFieldMeta[Option[String]]
val documentation: FHIRComponentFieldMeta[LitSeq[RelatedArtifact]]
val dynamicValue: FHIRComponentFieldMeta[LitSeq[DynamicValue]]
val extension: FHIRComponentFieldMeta[LitSeq[Extension]]
val fieldsMeta: Seq[FHIRComponentFieldMeta[_]]
val goalId: FHIRComponentFieldMeta[LitSeq[Id]]
val groupingBehavior: FHIRComponentFieldMeta[Option[ACTION_GROUPING_BEHAVIOR]]
val id: FHIRComponentFieldMeta[Option[String]]
val input: FHIRComponentFieldMeta[LitSeq[DataRequirement]]
val modifierExtension: FHIRComponentFieldMeta[LitSeq[Extension]]
val output: FHIRComponentFieldMeta[LitSeq[DataRequirement]]
override val parentType: CompanionFor[ResourceType]
val participant: FHIRComponentFieldMeta[LitSeq[Participant]]
val precheckBehavior: FHIRComponentFieldMeta[Option[ACTION_PRECHECK_BEHAVIOR]]
val prefix: FHIRComponentFieldMeta[Option[String]]
val priority: FHIRComponentFieldMeta[Option[REQUEST_PRIORITY]]
val reason: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val relatedAction: FHIRComponentFieldMeta[LitSeq[RelatedAction]]
val requiredBehavior: FHIRComponentFieldMeta[Option[ACTION_REQUIRED_BEHAVIOR]]
val selectionBehavior: FHIRComponentFieldMeta[Option[ACTION_SELECTION_BEHAVIOR]]
val subject: FHIRComponentFieldMeta[Option[SubjectChoice]]
val textEquivalent: FHIRComponentFieldMeta[Option[String]]
val thisName: String
val timing: FHIRComponentFieldMeta[Option[TimingChoice]]
val title: FHIRComponentFieldMeta[Option[String]]
val transform: FHIRComponentFieldMeta[Option[Canonical]]
val trigger: FHIRComponentFieldMeta[LitSeq[TriggerDefinition]]

Inherited fields

val classConstructor: Constructor[Action]
Inherited from:
CompanionFor
val profileUrl: Option[String]
Inherited from:
CompanionFor
val searchParams: Map[String, Action => Seq[Any]]
Inherited from:
CompanionFor
val thisClassTag: ClassTag[Action]
Inherited from:
CompanionFor
val thisTypeTag: LTag[Action]
Inherited from:
CompanionFor
val yearsAndMonths: Regex
Inherited from:
BaseFieldDecoders
Inherited from:
BaseFieldDecoders
val yearsOnly: Regex
Inherited from:
BaseFieldDecoders

Implicits

Implicits

implicit def summonObjectAndCompanionAction_1492479240(o: Action): ObjectAndCompanion[Action, Action.type]

Inherited implicits

final implicit def RichCursor(cursor: ACursor): RichCursor
Inherited from:
JsonDecoderHelpers
final implicit def RichSeqT[T](s1: Seq[T]): RichSeqT[T]
Inherited from:
OptionSugar
final implicit def RichT[T](t: T): RichT[T]
Inherited from:
OptionSugar
implicit val base64BinaryDecoder: Decoder[Base64Binary]
Inherited from:
BaseFieldDecoders
implicit val base64BinaryEncoder: Encoder[Base64Binary]
Inherited from:
BaseFieldDecoders
implicit val canonicalDecoder: Decoder[Canonical]
Inherited from:
BaseFieldDecoders
implicit val canonicalEncoder: Encoder[Canonical]
Inherited from:
BaseFieldDecoders
implicit val codeDecoder: Decoder[Code]
Inherited from:
BaseFieldDecoders
implicit val codeEncoder: Encoder[Code]
Inherited from:
BaseFieldDecoders
implicit def decodeEither[A, B](implicit decoderA: Decoder[A], decoderB: Decoder[B]): Decoder[Either[A, B]]
Inherited from:
BaseFieldDecoders
implicit val decodeFHIRDate: Decoder[FHIRDate]
Inherited from:
BaseFieldDecoders
implicit val decodeFHIRDateTime: Decoder[FHIRDateTime]
Inherited from:
BaseFieldDecoders
implicit def decodeLitSeq[T](implicit decoder: Decoder[T]): Decoder[LitSeq[T]]
Inherited from:
BaseFieldDecoders
implicit def decodeNonEmptyLitSeq[T](implicit decoder: Decoder[LitSeq[T]]): Decoder[NonEmptyLitSeq[T]]
Inherited from:
BaseFieldDecoders
implicit val decodeZonedDateTime: Decoder[ZonedDateTime]
Inherited from:
BaseFieldDecoders
implicit def encodeEither[A, B](implicit encoderA: Encoder[A], encoderB: Encoder[B]): Encoder[Either[A, B]]
Inherited from:
BaseFieldDecoders
implicit def encodeLitSeq[T](implicit encoder: Encoder[T]): Encoder[LitSeq[T]]
Inherited from:
BaseFieldDecoders
implicit val encodeZonedDateTime: Encoder[ZonedDateTime]
Inherited from:
BaseFieldDecoders
implicit val encoderFHIRDate: Encoder[FHIRDate]
Inherited from:
BaseFieldDecoders
implicit val encoderFHIRDateTime: Encoder[FHIRDateTime]
Inherited from:
BaseFieldDecoders
implicit val idDecoder: Decoder[Id]
Inherited from:
BaseFieldDecoders
implicit val idEncoder: Encoder[Id]
Inherited from:
BaseFieldDecoders
implicit val markdownDecoder: Decoder[Markdown]
Inherited from:
BaseFieldDecoders
implicit val markdownEncoder: Encoder[Markdown]
Inherited from:
BaseFieldDecoders
implicit val oidDecoder: Decoder[OID]
Inherited from:
BaseFieldDecoders
implicit val oidEncoder: Encoder[OID]
Inherited from:
BaseFieldDecoders
implicit val positiveIntDecoder: Decoder[PositiveInt]
Inherited from:
BaseFieldDecoders
implicit val positiveIntEncoder: Encoder[PositiveInt]
Inherited from:
BaseFieldDecoders
implicit val unsignedIntDecoder: Decoder[UnsignedInt]
Inherited from:
BaseFieldDecoders
implicit val unsignedIntEncoder: Encoder[UnsignedInt]
Inherited from:
BaseFieldDecoders
implicit val uriDecoder: Decoder[UriStr]
Inherited from:
BaseFieldDecoders
implicit val uriEncoder: Encoder[UriStr]
Inherited from:
BaseFieldDecoders
implicit val urlDecoder: Decoder[UrlStr]
Inherited from:
BaseFieldDecoders
implicit val urlEncoder: Encoder[UrlStr]
Inherited from:
BaseFieldDecoders
implicit val xhtmlDecoder: Decoder[XHTML]
Inherited from:
BaseFieldDecoders
implicit val xhtmlEncoder: Encoder[XHTML]
Inherited from:
BaseFieldDecoders