PlanDefinition

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

Type members

Classlikes

@POJOBoilerplate
class Action(val id: Option[String], val code: LitSeq[CodeableConcept], `type`: Option[CodeableConcept], val title: Option[String], val input: LitSeq[DataRequirement], val prefix: Option[String], val reason: LitSeq[CodeableConcept], val goalId: LitSeq[Id], val output: LitSeq[DataRequirement], val action: LitSeq[Action], val trigger: LitSeq[TriggerDefinition], val priority: Option[REQUEST_PRIORITY], val extension: LitSeq[Extension], val timing: Option[TimingChoice], val transform: Option[Canonical], val subject: Option[SubjectChoice], val description: Option[String], val documentation: LitSeq[RelatedArtifact], val definition: Option[DefinitionChoice], val textEquivalent: Option[String], val groupingBehavior: Option[ACTION_GROUPING_BEHAVIOR], val requiredBehavior: Option[ACTION_REQUIRED_BEHAVIOR], val precheckBehavior: Option[ACTION_PRECHECK_BEHAVIOR], val modifierExtension: LitSeq[Extension], val selectionBehavior: Option[ACTION_SELECTION_BEHAVIOR], val cardinalityBehavior: Option[ACTION_CARDINALITY_BEHAVIOR], val condition: LitSeq[Condition], val participant: LitSeq[Participant], val dynamicValue: LitSeq[DynamicValue], val relatedAction: LitSeq[RelatedAction], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Action extends CompanionFor[Action]
Companion:
class
@POJOBoilerplate
class Goal(val id: Option[String], val start: Option[CodeableConcept], val category: Option[CodeableConcept], val priority: Option[CodeableConcept], val extension: LitSeq[Extension], val addresses: LitSeq[CodeableConcept], val description: CodeableConcept, val documentation: LitSeq[RelatedArtifact], val modifierExtension: LitSeq[Extension], val target: LitSeq[Target], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Goal extends CompanionFor[Goal]
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 = PlanDefinition
type SubjectChoice = Choice[UnionCodeableConceptOrReference]

Value members

Concrete methods

def apply(id: Option[String], url: Option[UriStr], meta: Option[Meta], text: Option[Narrative], name: Option[String], `type`: Option[CodeableConcept], date: Option[FHIRDateTime], title: Option[String], usage: Option[String], topic: LitSeq[CodeableConcept], status: PUBLICATION_STATUS, author: LitSeq[ContactDetail], editor: LitSeq[ContactDetail], version: Option[String], contact: LitSeq[ContactDetail], purpose: Option[Markdown], library: LitSeq[Canonical], language: Option[LANGUAGES], subtitle: Option[String], reviewer: LitSeq[ContactDetail], endorser: LitSeq[ContactDetail], contained: LitSeq[Resource], extension: LitSeq[Extension], publisher: Option[String], copyright: Option[Markdown], identifier: LitSeq[Identifier], subject: Option[SubjectChoice], useContext: LitSeq[UsageContext], description: Option[Markdown], experimental: Option[Boolean], jurisdiction: LitSeq[CodeableConcept], approvalDate: Option[FHIRDate], implicitRules: Option[UriStr], lastReviewDate: Option[FHIRDate], effectivePeriod: Option[Period], relatedArtifact: LitSeq[RelatedArtifact], modifierExtension: LitSeq[Extension], goal: LitSeq[Goal], action: LitSeq[Action], primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]): PlanDefinition
def decodeThis(cursor: HCursor)(implicit params: DecoderParams): Try[PlanDefinition]
def extractApprovalDate(t: PlanDefinition): Option[FHIRDate]
def extractAuthor(t: PlanDefinition): LitSeq[ContactDetail]
def extractContact(t: PlanDefinition): LitSeq[ContactDetail]
def extractContained(t: PlanDefinition): LitSeq[Resource]
def extractCopyright(t: PlanDefinition): Option[Markdown]
def extractDate(t: PlanDefinition): Option[FHIRDateTime]
def extractDescription(t: PlanDefinition): Option[Markdown]
def extractEditor(t: PlanDefinition): LitSeq[ContactDetail]
def extractEffectivePeriod(t: PlanDefinition): Option[Period]
def extractEndorser(t: PlanDefinition): LitSeq[ContactDetail]
def extractExperimental(t: PlanDefinition): Option[Boolean]
def extractExtension(t: PlanDefinition): LitSeq[Extension]
def extractId(t: PlanDefinition): Option[String]
def extractIdentifier(t: PlanDefinition): LitSeq[Identifier]
def extractImplicitRules(t: PlanDefinition): Option[UriStr]
def extractJurisdiction(t: PlanDefinition): LitSeq[CodeableConcept]
def extractLanguage(t: PlanDefinition): Option[LANGUAGES]
def extractLastReviewDate(t: PlanDefinition): Option[FHIRDate]
def extractLibrary(t: PlanDefinition): LitSeq[Canonical]
def extractMeta(t: PlanDefinition): Option[Meta]
def extractModifierExtension(t: PlanDefinition): LitSeq[Extension]
def extractName(t: PlanDefinition): Option[String]
def extractPublisher(t: PlanDefinition): Option[String]
def extractPurpose(t: PlanDefinition): Option[Markdown]
def extractRelatedArtifact(t: PlanDefinition): LitSeq[RelatedArtifact]
def extractReviewer(t: PlanDefinition): LitSeq[ContactDetail]
def extractSubtitle(t: PlanDefinition): Option[String]
def extractTitle(t: PlanDefinition): Option[String]
def extractTopic(t: PlanDefinition): LitSeq[CodeableConcept]
def extractType(t: PlanDefinition): Option[CodeableConcept]
def extractUrl(t: PlanDefinition): Option[UriStr]
def extractUsage(t: PlanDefinition): Option[String]
def extractUseContext(t: PlanDefinition): LitSeq[UsageContext]
def extractVersion(t: PlanDefinition): Option[String]
override def fields(t: PlanDefinition): 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[PlanDefinition]
Inherited from:
CompanionFor
def extract[O](fn: PlanDefinition.type => FHIRComponentFieldMeta[O])(t: PlanDefinition): 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[PlanDefinition]
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 approvalDate: FHIRComponentFieldMeta[Option[FHIRDate]]
val author: FHIRComponentFieldMeta[LitSeq[ContactDetail]]
override val baseType: CompanionFor[ResourceType]
val contact: FHIRComponentFieldMeta[LitSeq[ContactDetail]]
val contained: FHIRComponentFieldMeta[LitSeq[Resource]]
val date: FHIRComponentFieldMeta[Option[FHIRDateTime]]
val description: FHIRComponentFieldMeta[Option[Markdown]]
val editor: FHIRComponentFieldMeta[LitSeq[ContactDetail]]
val effectivePeriod: FHIRComponentFieldMeta[Option[Period]]
val endorser: FHIRComponentFieldMeta[LitSeq[ContactDetail]]
val experimental: FHIRComponentFieldMeta[Option[Boolean]]
val extension: FHIRComponentFieldMeta[LitSeq[Extension]]
val fieldsMeta: Seq[FHIRComponentFieldMeta[_]]
val goal: FHIRComponentFieldMeta[LitSeq[Goal]]
val id: FHIRComponentFieldMeta[Option[String]]
val identifier: FHIRComponentFieldMeta[LitSeq[Identifier]]
val implicitRules: FHIRComponentFieldMeta[Option[UriStr]]
val jurisdiction: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val language: FHIRComponentFieldMeta[Option[LANGUAGES]]
val lastReviewDate: FHIRComponentFieldMeta[Option[FHIRDate]]
val library: FHIRComponentFieldMeta[LitSeq[Canonical]]
val meta: FHIRComponentFieldMeta[Option[Meta]]
val modifierExtension: FHIRComponentFieldMeta[LitSeq[Extension]]
val name: FHIRComponentFieldMeta[Option[String]]
override val parentType: CompanionFor[ParentType]
override val profileUrl: Option[String]
val publisher: FHIRComponentFieldMeta[Option[String]]
val purpose: FHIRComponentFieldMeta[Option[Markdown]]
val relatedArtifact: FHIRComponentFieldMeta[LitSeq[RelatedArtifact]]
val reviewer: FHIRComponentFieldMeta[LitSeq[ContactDetail]]
override val searchParams: Map[String, PlanDefinition => Seq[Any]]
val status: FHIRComponentFieldMeta[PUBLICATION_STATUS]
val subject: FHIRComponentFieldMeta[Option[SubjectChoice]]
val subtitle: FHIRComponentFieldMeta[Option[String]]
val text: FHIRComponentFieldMeta[Option[Narrative]]
override val thisName: String
val title: FHIRComponentFieldMeta[Option[String]]
val topic: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val url: FHIRComponentFieldMeta[Option[UriStr]]
val usage: FHIRComponentFieldMeta[Option[String]]
val useContext: FHIRComponentFieldMeta[LitSeq[UsageContext]]
val version: 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