Location

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

Type members

Classlikes

@POJOBoilerplate
class HoursOfOperation(val id: Option[String], val allDay: Option[Boolean], val extension: LitSeq[Extension], val daysOfWeek: LitSeq[DAYS_OF_WEEK], val openingTime: Option[LocalTime], val closingTime: Option[LocalTime], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object HoursOfOperation extends CompanionFor[HoursOfOperation]
Companion:
class
@POJOBoilerplate
class Position(val id: Option[String], val latitude: BigDecimal, val altitude: Option[BigDecimal], val extension: LitSeq[Extension], val longitude: BigDecimal, val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Position extends CompanionFor[Position]
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 = Location
override type ResourceType = Location

Value members

Concrete methods

def apply(id: Option[String], meta: Option[Meta], text: Option[Narrative], name: Option[String], mode: Option[LOCATION_MODE], `type`: LitSeq[CodeableConcept], alias: LitSeq[String], status: Option[LOCATION_STATUS], partOf: Option[Reference], telecom: LitSeq[ContactPoint], address: Option[Address], language: Option[LANGUAGES], endpoint: LitSeq[Reference], contained: LitSeq[Resource], extension: LitSeq[Extension], identifier: LitSeq[Identifier], description: Option[String], physicalType: Option[CodeableConcept], implicitRules: Option[UriStr], modifierExtension: LitSeq[Extension], operationalStatus: Option[Coding], managingOrganization: Option[Reference], availabilityExceptions: Option[String], position: Option[Position], hoursOfOperation: LitSeq[HoursOfOperation], primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]): Location
def decodeThis(cursor: HCursor)(implicit params: DecoderParams): Try[Location]
def extractAddress(t: Location): Option[Address]
def extractAlias(t: Location): LitSeq[String]
def extractAvailabilityExceptions(t: Location): Option[String]
def extractContained(t: Location): LitSeq[Resource]
def extractDescription(t: Location): Option[String]
def extractEndpoint(t: Location): LitSeq[Reference]
def extractExtension(t: Location): LitSeq[Extension]
def extractId(t: Location): Option[String]
def extractIdentifier(t: Location): LitSeq[Identifier]
def extractImplicitRules(t: Location): Option[UriStr]
def extractLanguage(t: Location): Option[LANGUAGES]
def extractManagingOrganization(t: Location): Option[Reference]
def extractMeta(t: Location): Option[Meta]
def extractModifierExtension(t: Location): LitSeq[Extension]
def extractName(t: Location): Option[String]
def extractOperationalStatus(t: Location): Option[Coding]
def extractPartOf(t: Location): Option[Reference]
def extractPhysicalType(t: Location): Option[CodeableConcept]
def extractTelecom(t: Location): LitSeq[ContactPoint]
def extractText(t: Location): Option[Narrative]
def extractType(t: Location): LitSeq[CodeableConcept]
override def fields(t: Location): Seq[FHIRComponentField[_]]
Definition Classes
CompanionFor
override def fieldsFromParent(t: ResourceType): Try[Seq[FHIRComponentField[_]]]
Definition Classes
CompanionFor

Inherited methods

def cast(t: ResourceType): Try[Location]
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[Location]
Inherited from:
CompanionFor
def extract[O](fn: Location.type => FHIRComponentFieldMeta[O])(t: Location): 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[Location]
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[LitSeq[CodeableConcept]]
val address: FHIRComponentFieldMeta[Option[Address]]
val alias: FHIRComponentFieldMeta[LitSeq[String]]
val availabilityExceptions: FHIRComponentFieldMeta[Option[String]]
override val baseType: CompanionFor[ResourceType]
val contained: FHIRComponentFieldMeta[LitSeq[Resource]]
val description: FHIRComponentFieldMeta[Option[String]]
val endpoint: FHIRComponentFieldMeta[LitSeq[Reference]]
val extension: FHIRComponentFieldMeta[LitSeq[Extension]]
val fieldsMeta: Seq[FHIRComponentFieldMeta[_]]
val hoursOfOperation: FHIRComponentFieldMeta[LitSeq[HoursOfOperation]]
val id: FHIRComponentFieldMeta[Option[String]]
val identifier: FHIRComponentFieldMeta[LitSeq[Identifier]]
val implicitRules: FHIRComponentFieldMeta[Option[UriStr]]
val language: FHIRComponentFieldMeta[Option[LANGUAGES]]
val managingOrganization: FHIRComponentFieldMeta[Option[Reference]]
val meta: FHIRComponentFieldMeta[Option[Meta]]
val mode: FHIRComponentFieldMeta[Option[LOCATION_MODE]]
val modifierExtension: FHIRComponentFieldMeta[LitSeq[Extension]]
val name: FHIRComponentFieldMeta[Option[String]]
val operationalStatus: FHIRComponentFieldMeta[Option[Coding]]
override val parentType: CompanionFor[ParentType]
val partOf: FHIRComponentFieldMeta[Option[Reference]]
val physicalType: FHIRComponentFieldMeta[Option[CodeableConcept]]
val position: FHIRComponentFieldMeta[Option[Position]]
override val profileUrl: Option[String]
override val searchParams: Map[String, Location => Seq[Any]]
val status: FHIRComponentFieldMeta[Option[LOCATION_STATUS]]
val telecom: FHIRComponentFieldMeta[LitSeq[ContactPoint]]
val text: FHIRComponentFieldMeta[Option[Narrative]]
override val thisName: String

Inherited fields

val classConstructor: Constructor[Location]
Inherited from:
CompanionFor
val thisClassTag: ClassTag[Location]
Inherited from:
CompanionFor
Inherited from:
CompanionFor
val yearsAndMonths: Regex
Inherited from:
BaseFieldDecoders
Inherited from:
BaseFieldDecoders
val yearsOnly: Regex
Inherited from:
BaseFieldDecoders

Implicits

Implicits

implicit def summonObjectAndCompanionLocation_1083745622(o: Location): ObjectAndCompanion[Location, Location.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