ResearchStudy

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

Type members

Classlikes

@POJOBoilerplate
class Arm(val id: Option[String], val name: String, `type`: Option[CodeableConcept], val extension: LitSeq[Extension], val description: Option[String], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Arm extends CompanionFor[Arm]
Companion:
class
@POJOBoilerplate
class Objective(val id: Option[String], val name: Option[String], `type`: Option[CodeableConcept], val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Objective extends CompanionFor[Objective]
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 = ResearchStudy
override type ResourceType = ResearchStudy

Value members

Concrete methods

def apply(id: Option[String], meta: Option[Meta], text: Option[Narrative], site: LitSeq[Reference], note: LitSeq[Annotation], title: Option[String], phase: Option[CodeableConcept], focus: LitSeq[CodeableConcept], partOf: LitSeq[Reference], status: RESEARCH_STUDY_STATUS, period: Option[Period], contact: LitSeq[ContactDetail], keyword: LitSeq[CodeableConcept], sponsor: Option[Reference], language: Option[LANGUAGES], protocol: LitSeq[Reference], category: LitSeq[CodeableConcept], location: LitSeq[CodeableConcept], contained: LitSeq[Resource], extension: LitSeq[Extension], condition: LitSeq[CodeableConcept], identifier: LitSeq[Identifier], enrollment: LitSeq[Reference], description: Option[Markdown], implicitRules: Option[UriStr], reasonStopped: Option[CodeableConcept], relatedArtifact: LitSeq[RelatedArtifact], modifierExtension: LitSeq[Extension], primaryPurposeType: Option[CodeableConcept], principalInvestigator: Option[Reference], arm: LitSeq[Arm], objective: LitSeq[Objective], primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]): ResearchStudy
def decodeThis(cursor: HCursor)(implicit params: DecoderParams): Try[ResearchStudy]
def extractArm(t: ResearchStudy): LitSeq[Arm]
def extractCategory(t: ResearchStudy): LitSeq[CodeableConcept]
def extractCondition(t: ResearchStudy): LitSeq[CodeableConcept]
def extractContact(t: ResearchStudy): LitSeq[ContactDetail]
def extractContained(t: ResearchStudy): LitSeq[Resource]
def extractDescription(t: ResearchStudy): Option[Markdown]
def extractEnrollment(t: ResearchStudy): LitSeq[Reference]
def extractExtension(t: ResearchStudy): LitSeq[Extension]
def extractFocus(t: ResearchStudy): LitSeq[CodeableConcept]
def extractId(t: ResearchStudy): Option[String]
def extractIdentifier(t: ResearchStudy): LitSeq[Identifier]
def extractImplicitRules(t: ResearchStudy): Option[UriStr]
def extractKeyword(t: ResearchStudy): LitSeq[CodeableConcept]
def extractLanguage(t: ResearchStudy): Option[LANGUAGES]
def extractLocation(t: ResearchStudy): LitSeq[CodeableConcept]
def extractMeta(t: ResearchStudy): Option[Meta]
def extractModifierExtension(t: ResearchStudy): LitSeq[Extension]
def extractNote(t: ResearchStudy): LitSeq[Annotation]
def extractPartOf(t: ResearchStudy): LitSeq[Reference]
def extractPeriod(t: ResearchStudy): Option[Period]
def extractPhase(t: ResearchStudy): Option[CodeableConcept]
def extractPrimaryPurposeType(t: ResearchStudy): Option[CodeableConcept]
def extractPrincipalInvestigator(t: ResearchStudy): Option[Reference]
def extractProtocol(t: ResearchStudy): LitSeq[Reference]
def extractReasonStopped(t: ResearchStudy): Option[CodeableConcept]
def extractRelatedArtifact(t: ResearchStudy): LitSeq[RelatedArtifact]
def extractSite(t: ResearchStudy): LitSeq[Reference]
def extractSponsor(t: ResearchStudy): Option[Reference]
def extractTitle(t: ResearchStudy): Option[String]
override def fields(t: ResearchStudy): Seq[FHIRComponentField[_]]
Definition Classes
CompanionFor
override def fieldsFromParent(t: ResourceType): Try[Seq[FHIRComponentField[_]]]
Definition Classes
CompanionFor

Inherited methods

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[ResearchStudy]
Inherited from:
CompanionFor
def extract[O](fn: ResearchStudy.type => FHIRComponentFieldMeta[O])(t: ResearchStudy): 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[ResearchStudy]
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 arm: FHIRComponentFieldMeta[LitSeq[Arm]]
override val baseType: CompanionFor[ResourceType]
val category: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val condition: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val contact: FHIRComponentFieldMeta[LitSeq[ContactDetail]]
val contained: FHIRComponentFieldMeta[LitSeq[Resource]]
val description: FHIRComponentFieldMeta[Option[Markdown]]
val enrollment: FHIRComponentFieldMeta[LitSeq[Reference]]
val extension: FHIRComponentFieldMeta[LitSeq[Extension]]
val fieldsMeta: Seq[FHIRComponentFieldMeta[_]]
val focus: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val id: FHIRComponentFieldMeta[Option[String]]
val identifier: FHIRComponentFieldMeta[LitSeq[Identifier]]
val implicitRules: FHIRComponentFieldMeta[Option[UriStr]]
val keyword: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val language: FHIRComponentFieldMeta[Option[LANGUAGES]]
val location: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val meta: FHIRComponentFieldMeta[Option[Meta]]
val modifierExtension: FHIRComponentFieldMeta[LitSeq[Extension]]
val note: FHIRComponentFieldMeta[LitSeq[Annotation]]
val objective: FHIRComponentFieldMeta[LitSeq[Objective]]
override val parentType: CompanionFor[ParentType]
val partOf: FHIRComponentFieldMeta[LitSeq[Reference]]
val period: FHIRComponentFieldMeta[Option[Period]]
val phase: FHIRComponentFieldMeta[Option[CodeableConcept]]
val primaryPurposeType: FHIRComponentFieldMeta[Option[CodeableConcept]]
val principalInvestigator: FHIRComponentFieldMeta[Option[Reference]]
override val profileUrl: Option[String]
val protocol: FHIRComponentFieldMeta[LitSeq[Reference]]
val reasonStopped: FHIRComponentFieldMeta[Option[CodeableConcept]]
val relatedArtifact: FHIRComponentFieldMeta[LitSeq[RelatedArtifact]]
override val searchParams: Map[String, ResearchStudy => Seq[Any]]
val site: FHIRComponentFieldMeta[LitSeq[Reference]]
val status: FHIRComponentFieldMeta[RESEARCH_STUDY_STATUS]
val text: FHIRComponentFieldMeta[Option[Narrative]]
override val thisName: String
val title: FHIRComponentFieldMeta[Option[String]]

Inherited fields

Inherited from:
CompanionFor
Inherited from:
CompanionFor
Inherited from:
CompanionFor
val yearsAndMonths: Regex
Inherited from:
BaseFieldDecoders
Inherited from:
BaseFieldDecoders
val yearsOnly: Regex
Inherited from:
BaseFieldDecoders

Implicits

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