Show / Hide Table of Contents

Class AnswerFormatCodes

The expected format of an answer.

Inheritance
System.Object
AnswerFormatCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AnswerFormatCodes : object

Fields

| Improve this Doc View Source

Attachment

Answer is binary content such as a image, PDF, etc.

Declaration
public static readonly Coding Attachment
Field Value
Type Description
Coding
| Improve this Doc View Source

Boolean

Answer is a yes/no answer.

Declaration
public static readonly Coding Boolean
Field Value
Type Description
Coding
| Improve this Doc View Source

Choice

Answer is a Coding drawn from a list of options.

Declaration
public static readonly Coding Choice
Field Value
Type Description
Coding
| Improve this Doc View Source

Date

Answer is a date.

Declaration
public static readonly Coding Date
Field Value
Type Description
Coding
| Improve this Doc View Source

DateTime

Answer is a date and time.

Declaration
public static readonly Coding DateTime
Field Value
Type Description
Coding
| Improve this Doc View Source

Decimal

Answer is a floating point number.

Declaration
public static readonly Coding Decimal
Field Value
Type Description
Coding
| Improve this Doc View Source

Instant

Answer is a system timestamp.

Declaration
public static readonly Coding Instant
Field Value
Type Description
Coding
| Improve this Doc View Source

Integer

Answer is an integer.

Declaration
public static readonly Coding Integer
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralAnswerFormatAttachment

Literal for code: AnswerFormatAttachment

Declaration
public const string LiteralAnswerFormatAttachment = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAnswerFormatBoolean

Literal for code: AnswerFormatBoolean

Declaration
public const string LiteralAnswerFormatBoolean = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAnswerFormatChoice

Literal for code: AnswerFormatChoice

Declaration
public const string LiteralAnswerFormatChoice = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAnswerFormatDate

Literal for code: AnswerFormatDate

Declaration
public const string LiteralAnswerFormatDate = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAnswerFormatDateTime

Literal for code: AnswerFormatDateTime

Declaration
public const string LiteralAnswerFormatDateTime = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAnswerFormatDecimal

Literal for code: AnswerFormatDecimal

Declaration
public const string LiteralAnswerFormatDecimal = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAnswerFormatInstant

Literal for code: AnswerFormatInstant

Declaration
public const string LiteralAnswerFormatInstant = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAnswerFormatInteger

Literal for code: AnswerFormatInteger

Declaration
public const string LiteralAnswerFormatInteger = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAnswerFormatOpenChoice

Literal for code: AnswerFormatOpenChoice

Declaration
public const string LiteralAnswerFormatOpenChoice = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAnswerFormatQuantity

Literal for code: AnswerFormatQuantity

Declaration
public const string LiteralAnswerFormatQuantity = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAnswerFormatReference

Literal for code: AnswerFormatReference

Declaration
public const string LiteralAnswerFormatReference = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAnswerFormatString

Literal for code: AnswerFormatString

Declaration
public const string LiteralAnswerFormatString = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAnswerFormatText

Literal for code: AnswerFormatText

Declaration
public const string LiteralAnswerFormatText = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAnswerFormatTime

Literal for code: AnswerFormatTime

Declaration
public const string LiteralAnswerFormatTime = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAnswerFormatUrl

Literal for code: AnswerFormatUrl

Declaration
public const string LiteralAnswerFormatUrl = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAttachment

Literal for code: Attachment

Declaration
public const string LiteralAttachment = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralBoolean

Literal for code: Boolean

Declaration
public const string LiteralBoolean = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralChoice

Literal for code: Choice

Declaration
public const string LiteralChoice = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDate

Literal for code: Date

Declaration
public const string LiteralDate = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDateTime

Literal for code: DateTime

Declaration
public const string LiteralDateTime = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDecimal

Literal for code: Decimal

Declaration
public const string LiteralDecimal = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralInstant

Literal for code: Instant

Declaration
public const string LiteralInstant = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralInteger

Literal for code: Integer

Declaration
public const string LiteralInteger = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralOpenChoice

Literal for code: OpenChoice

Declaration
public const string LiteralOpenChoice = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralQuantity

Literal for code: Quantity

Declaration
public const string LiteralQuantity = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralReference

Literal for code: Reference

Declaration
public const string LiteralReference = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralString

Literal for code: String

Declaration
public const string LiteralString = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralText

Literal for code: Text

Declaration
public const string LiteralText = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralTime

Literal for code: Time

Declaration
public const string LiteralTime = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralUrl

Literal for code: Url

Declaration
public const string LiteralUrl = null
Field Value
Type Description
System.String
| Improve this Doc View Source

OpenChoice

Answer is a Coding drawn from a list of options or a free-text entry.

Declaration
public static readonly Coding OpenChoice
Field Value
Type Description
Coding
| Improve this Doc View Source

Quantity

Answer is a combination of a numeric value and unit, potentially with a comparator (<, >, etc.).

Declaration
public static readonly Coding Quantity
Field Value
Type Description
Coding
| Improve this Doc View Source

Reference

Answer is a reference to another resource (practitioner, organization, etc.).

Declaration
public static readonly Coding Reference
Field Value
Type Description
Coding
| Improve this Doc View Source

String

Answer is a short (few words to short sentence) free-text entry.

Declaration
public static readonly Coding String
Field Value
Type Description
Coding
| Improve this Doc View Source

Text

Answer is a long (potentially multi-paragraph) free-text entry (still captured as a string).

Declaration
public static readonly Coding Text
Field Value
Type Description
Coding
| Improve this Doc View Source

Time

Answer is a time (hour/minute/second) independent of date.

Declaration
public static readonly Coding Time
Field Value
Type Description
Coding
| Improve this Doc View Source

Url

Answer is a url (website, FTP site, etc.).

Declaration
public static readonly Coding Url
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up AnswerFormat Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX