ElementDefinitionExample

open class ElementDefinitionExample: Element

Example value (as defined for type).

A sample value for this element demonstrating the type of information that would typically be found in the element.

  • Example value (as defined for type).

    A sample value for this element demonstrating the type of information that would typically be found in the element.

    Declaration

    Swift

    override open class var resourceType: String
  • Describes the purpose of this example.

    Declaration

    Swift

    public var label: FHIRString?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueAddress: Address?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueAge: Age?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueAnnotation: Annotation?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueAttachment: Attachment?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueBase64Binary: Base64Binary?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueBoolean: FHIRBool?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueCode: FHIRString?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueCodeableConcept: CodeableConcept?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueCoding: Coding?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueContactPoint: ContactPoint?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueCount: Count?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueDate: FHIRDate?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueDateTime: DateTime?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueDecimal: FHIRDecimal?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueDistance: Distance?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueDuration: Duration?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueHumanName: HumanName?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueId: FHIRString?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueIdentifier: Identifier?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueInstant: Instant?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueInteger: FHIRInteger?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueMarkdown: FHIRString?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueMeta: Meta?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueMoney: Money?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueOid: FHIRURL?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valuePeriod: Period?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valuePositiveInt: FHIRInteger?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueQuantity: Quantity?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueRange: Range?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueRatio: Ratio?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueReference: Reference?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueSampledData: SampledData?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueSignature: Signature?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueString: FHIRString?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueTime: FHIRTime?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueTiming: Timing?
  • Value of Example (one of allowed types).

    Declaration

    Swift

    public var valueUnsignedInt: FHIRInteger?
  • Value of Example (one of allowed types).

    Declaration

    Swift

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

    Declaration

    Swift

    public convenience init(label: FHIRString, 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 ElementDefinitionExample: Element