DeviceDefinition

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

Type members

Classlikes

@POJOBoilerplate
class Capability(val id: Option[String], `type`: CodeableConcept, val extension: LitSeq[Extension], val description: LitSeq[CodeableConcept], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Capability extends CompanionFor[Capability]
Companion:
class
@POJOBoilerplate
class DeviceName(val id: Option[String], val name: String, `type`: DEVICE_NAMETYPE, val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object DeviceName extends CompanionFor[DeviceName]
Companion:
class
@POJOBoilerplate
class Material(val id: Option[String], val extension: LitSeq[Extension], val substance: CodeableConcept, val alternate: Option[Boolean], val modifierExtension: LitSeq[Extension], val allergenicIndicator: Option[Boolean], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Material extends CompanionFor[Material]
Companion:
class
@POJOBoilerplate
class Property(val id: Option[String], `type`: CodeableConcept, val extension: LitSeq[Extension], val valueCode: LitSeq[CodeableConcept], val valueQuantity: LitSeq[Quantity], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Property extends CompanionFor[Property]
Companion:
class
@POJOBoilerplate
class Specialization(val id: Option[String], val version: Option[String], val extension: LitSeq[Extension], val systemType: String, val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Specialization extends CompanionFor[Specialization]
Companion:
class
@POJOBoilerplate
class UdiDeviceIdentifier(val id: Option[String], val issuer: UriStr, val extension: LitSeq[Extension], val jurisdiction: UriStr, val deviceIdentifier: String, val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object UdiDeviceIdentifier extends CompanionFor[UdiDeviceIdentifier]
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

type ManufacturerChoice = Choice[UnionReferenceOrString]

Value members

Concrete methods

def apply(id: Option[String], url: Option[UriStr], meta: Option[Meta], text: Option[Narrative], `type`: Option[CodeableConcept], note: LitSeq[Annotation], owner: Option[Reference], safety: LitSeq[CodeableConcept], version: LitSeq[String], contact: LitSeq[ContactPoint], language: Option[LANGUAGES], quantity: Option[Quantity], contained: LitSeq[Resource], extension: LitSeq[Extension], identifier: LitSeq[Identifier], modelNumber: Option[String], languageCode: LitSeq[CodeableConcept], parentDevice: Option[Reference], implicitRules: Option[UriStr], manufacturer: Option[ManufacturerChoice], shelfLifeStorage: LitSeq[Choice["ProductShelfLife"]], modifierExtension: LitSeq[Extension], onlineInformation: Option[UriStr], physicalCharacteristics: Option[Choice["ProdCharacteristic"]], property: LitSeq[Property], deviceName: LitSeq[DeviceName], capability: LitSeq[Capability], material: LitSeq[Material], specialization: LitSeq[Specialization], udiDeviceIdentifier: LitSeq[UdiDeviceIdentifier], primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]): DeviceDefinition
def decodeThis(cursor: HCursor)(implicit params: DecoderParams): Try[DeviceDefinition]
def extractContact(t: DeviceDefinition): LitSeq[ContactPoint]
def extractContained(t: DeviceDefinition): LitSeq[Resource]
def extractExtension(t: DeviceDefinition): LitSeq[Extension]
def extractId(t: DeviceDefinition): Option[String]
def extractIdentifier(t: DeviceDefinition): LitSeq[Identifier]
def extractImplicitRules(t: DeviceDefinition): Option[UriStr]
def extractLanguage(t: DeviceDefinition): Option[LANGUAGES]
def extractLanguageCode(t: DeviceDefinition): LitSeq[CodeableConcept]
def extractMeta(t: DeviceDefinition): Option[Meta]
def extractModelNumber(t: DeviceDefinition): Option[String]
def extractModifierExtension(t: DeviceDefinition): LitSeq[Extension]
def extractNote(t: DeviceDefinition): LitSeq[Annotation]
def extractOwner(t: DeviceDefinition): Option[Reference]
def extractParentDevice(t: DeviceDefinition): Option[Reference]
def extractPhysicalCharacteristics(t: DeviceDefinition): Option[Choice["ProdCharacteristic"]]
def extractQuantity(t: DeviceDefinition): Option[Quantity]
def extractSafety(t: DeviceDefinition): LitSeq[CodeableConcept]
def extractShelfLifeStorage(t: DeviceDefinition): LitSeq[Choice["ProductShelfLife"]]
def extractType(t: DeviceDefinition): Option[CodeableConcept]
def extractUrl(t: DeviceDefinition): Option[UriStr]
def extractVersion(t: DeviceDefinition): LitSeq[String]
override def fields(t: DeviceDefinition): 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[DeviceDefinition]
Inherited from:
CompanionFor
def extract[O](fn: DeviceDefinition.type => FHIRComponentFieldMeta[O])(t: DeviceDefinition): 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[DeviceDefinition]
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]]
override val baseType: CompanionFor[ResourceType]
val capability: FHIRComponentFieldMeta[LitSeq[Capability]]
val contact: FHIRComponentFieldMeta[LitSeq[ContactPoint]]
val contained: FHIRComponentFieldMeta[LitSeq[Resource]]
val deviceName: FHIRComponentFieldMeta[LitSeq[DeviceName]]
val extension: FHIRComponentFieldMeta[LitSeq[Extension]]
val fieldsMeta: Seq[FHIRComponentFieldMeta[_]]
val id: FHIRComponentFieldMeta[Option[String]]
val identifier: FHIRComponentFieldMeta[LitSeq[Identifier]]
val implicitRules: FHIRComponentFieldMeta[Option[UriStr]]
val language: FHIRComponentFieldMeta[Option[LANGUAGES]]
val languageCode: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val manufacturer: FHIRComponentFieldMeta[Option[ManufacturerChoice]]
val material: FHIRComponentFieldMeta[LitSeq[Material]]
val meta: FHIRComponentFieldMeta[Option[Meta]]
val modelNumber: FHIRComponentFieldMeta[Option[String]]
val modifierExtension: FHIRComponentFieldMeta[LitSeq[Extension]]
val note: FHIRComponentFieldMeta[LitSeq[Annotation]]
val onlineInformation: FHIRComponentFieldMeta[Option[UriStr]]
val owner: FHIRComponentFieldMeta[Option[Reference]]
val parentDevice: FHIRComponentFieldMeta[Option[Reference]]
override val parentType: CompanionFor[ParentType]
val physicalCharacteristics: FHIRComponentFieldMeta[Option[Choice["ProdCharacteristic"]]]
override val profileUrl: Option[String]
val property: FHIRComponentFieldMeta[LitSeq[Property]]
val quantity: FHIRComponentFieldMeta[Option[Quantity]]
val safety: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
override val searchParams: Map[String, DeviceDefinition => Seq[Any]]
val shelfLifeStorage: FHIRComponentFieldMeta[LitSeq[Choice["ProductShelfLife"]]]
val specialization: FHIRComponentFieldMeta[LitSeq[Specialization]]
val text: FHIRComponentFieldMeta[Option[Narrative]]
override val thisName: String
val udiDeviceIdentifier: FHIRComponentFieldMeta[LitSeq[UdiDeviceIdentifier]]
val url: FHIRComponentFieldMeta[Option[UriStr]]
val version: FHIRComponentFieldMeta[LitSeq[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