TaskInput

open class TaskInput: BackboneElement

Information used to perform task.

Additional information that may be needed in the execution of the task.

  • Information used to perform task.

    Additional information that may be needed in the execution of the task.

    Declaration

    Swift

    override open class var resourceType: String
  • Label for the input.

    Declaration

    Swift

    public var type: CodeableConcept?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueAddress: Address?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueAge: Age?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueAnnotation: Annotation?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueAttachment: Attachment?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueBase64Binary: Base64Binary?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueBoolean: FHIRBool?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueCode: FHIRString?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueCodeableConcept: CodeableConcept?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueCoding: Coding?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueContactPoint: ContactPoint?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueCount: Count?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueDate: FHIRDate?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueDateTime: DateTime?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueDecimal: FHIRDecimal?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueDistance: Distance?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueDuration: Duration?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueHumanName: HumanName?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueId: FHIRString?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueIdentifier: Identifier?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueInstant: Instant?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueInteger: FHIRInteger?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueMarkdown: FHIRString?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueMeta: Meta?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueMoney: Money?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueOid: FHIRURL?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valuePeriod: Period?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valuePositiveInt: FHIRInteger?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueQuantity: Quantity?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueRange: Range?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueRatio: Ratio?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueReference: Reference?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueSampledData: SampledData?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueSignature: Signature?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueString: FHIRString?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueTime: FHIRTime?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueTiming: Timing?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueUnsignedInt: FHIRInteger?
  • Content to use in performing the task.

    Declaration

    Swift

    public var valueUri: FHIRURL?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(type: CodeableConcept, value: Any)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class TaskInput: BackboneElement