Class AnswerFormatCodes
The expected format of an answer.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AnswerFormatCodes : object
Fields
| Improve this Doc View SourceAttachment
Answer is binary content such as a image, PDF, etc.
Declaration
public static readonly Coding Attachment
Field Value
Type | Description |
---|---|
Coding |
Boolean
Answer is a yes/no answer.
Declaration
public static readonly Coding Boolean
Field Value
Type | Description |
---|---|
Coding |
Choice
Answer is a Coding drawn from a list of options.
Declaration
public static readonly Coding Choice
Field Value
Type | Description |
---|---|
Coding |
Date
Answer is a date.
Declaration
public static readonly Coding Date
Field Value
Type | Description |
---|---|
Coding |
DateTime
Answer is a date and time.
Declaration
public static readonly Coding DateTime
Field Value
Type | Description |
---|---|
Coding |
Decimal
Answer is a floating point number.
Declaration
public static readonly Coding Decimal
Field Value
Type | Description |
---|---|
Coding |
Instant
Answer is a system timestamp.
Declaration
public static readonly Coding Instant
Field Value
Type | Description |
---|---|
Coding |
Integer
Answer is an integer.
Declaration
public static readonly Coding Integer
Field Value
Type | Description |
---|---|
Coding |
LiteralAnswerFormatAttachment
Literal for code: AnswerFormatAttachment
Declaration
public const string LiteralAnswerFormatAttachment = null
Field Value
Type | Description |
---|---|
System. |
LiteralAnswerFormatBoolean
Literal for code: AnswerFormatBoolean
Declaration
public const string LiteralAnswerFormatBoolean = null
Field Value
Type | Description |
---|---|
System. |
LiteralAnswerFormatChoice
Literal for code: AnswerFormatChoice
Declaration
public const string LiteralAnswerFormatChoice = null
Field Value
Type | Description |
---|---|
System. |
LiteralAnswerFormatDate
Literal for code: AnswerFormatDate
Declaration
public const string LiteralAnswerFormatDate = null
Field Value
Type | Description |
---|---|
System. |
LiteralAnswerFormatDateTime
Literal for code: AnswerFormatDateTime
Declaration
public const string LiteralAnswerFormatDateTime = null
Field Value
Type | Description |
---|---|
System. |
LiteralAnswerFormatDecimal
Literal for code: AnswerFormatDecimal
Declaration
public const string LiteralAnswerFormatDecimal = null
Field Value
Type | Description |
---|---|
System. |
LiteralAnswerFormatInstant
Literal for code: AnswerFormatInstant
Declaration
public const string LiteralAnswerFormatInstant = null
Field Value
Type | Description |
---|---|
System. |
LiteralAnswerFormatInteger
Literal for code: AnswerFormatInteger
Declaration
public const string LiteralAnswerFormatInteger = null
Field Value
Type | Description |
---|---|
System. |
LiteralAnswerFormatOpenChoice
Literal for code: AnswerFormatOpenChoice
Declaration
public const string LiteralAnswerFormatOpenChoice = null
Field Value
Type | Description |
---|---|
System. |
LiteralAnswerFormatQuantity
Literal for code: AnswerFormatQuantity
Declaration
public const string LiteralAnswerFormatQuantity = null
Field Value
Type | Description |
---|---|
System. |
LiteralAnswerFormatReference
Literal for code: AnswerFormatReference
Declaration
public const string LiteralAnswerFormatReference = null
Field Value
Type | Description |
---|---|
System. |
LiteralAnswerFormatString
Literal for code: AnswerFormatString
Declaration
public const string LiteralAnswerFormatString = null
Field Value
Type | Description |
---|---|
System. |
LiteralAnswerFormatText
Literal for code: AnswerFormatText
Declaration
public const string LiteralAnswerFormatText = null
Field Value
Type | Description |
---|---|
System. |
LiteralAnswerFormatTime
Literal for code: AnswerFormatTime
Declaration
public const string LiteralAnswerFormatTime = null
Field Value
Type | Description |
---|---|
System. |
LiteralAnswerFormatUrl
Literal for code: AnswerFormatUrl
Declaration
public const string LiteralAnswerFormatUrl = null
Field Value
Type | Description |
---|---|
System. |
LiteralAttachment
Literal for code: Attachment
Declaration
public const string LiteralAttachment = null
Field Value
Type | Description |
---|---|
System. |
LiteralBoolean
Literal for code: Boolean
Declaration
public const string LiteralBoolean = null
Field Value
Type | Description |
---|---|
System. |
LiteralChoice
Literal for code: Choice
Declaration
public const string LiteralChoice = null
Field Value
Type | Description |
---|---|
System. |
LiteralDate
Literal for code: Date
Declaration
public const string LiteralDate = null
Field Value
Type | Description |
---|---|
System. |
LiteralDateTime
Literal for code: DateTime
Declaration
public const string LiteralDateTime = null
Field Value
Type | Description |
---|---|
System. |
LiteralDecimal
Literal for code: Decimal
Declaration
public const string LiteralDecimal = null
Field Value
Type | Description |
---|---|
System. |
LiteralInstant
Literal for code: Instant
Declaration
public const string LiteralInstant = null
Field Value
Type | Description |
---|---|
System. |
LiteralInteger
Literal for code: Integer
Declaration
public const string LiteralInteger = null
Field Value
Type | Description |
---|---|
System. |
LiteralOpenChoice
Literal for code: OpenChoice
Declaration
public const string LiteralOpenChoice = null
Field Value
Type | Description |
---|---|
System. |
LiteralQuantity
Literal for code: Quantity
Declaration
public const string LiteralQuantity = null
Field Value
Type | Description |
---|---|
System. |
LiteralReference
Literal for code: Reference
Declaration
public const string LiteralReference = null
Field Value
Type | Description |
---|---|
System. |
LiteralString
Literal for code: String
Declaration
public const string LiteralString = null
Field Value
Type | Description |
---|---|
System. |
LiteralText
Literal for code: Text
Declaration
public const string LiteralText = null
Field Value
Type | Description |
---|---|
System. |
LiteralTime
Literal for code: Time
Declaration
public const string LiteralTime = null
Field Value
Type | Description |
---|---|
System. |
LiteralUrl
Literal for code: Url
Declaration
public const string LiteralUrl = null
Field Value
Type | Description |
---|---|
System. |
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 |
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 |
Reference
Answer is a reference to another resource (practitioner, organization, etc.).
Declaration
public static readonly Coding Reference
Field Value
Type | Description |
---|---|
Coding |
String
Answer is a short (few words to short sentence) free-text entry.
Declaration
public static readonly Coding String
Field Value
Type | Description |
---|---|
Coding |
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 |
Time
Answer is a time (hour/minute/second) independent of date.
Declaration
public static readonly Coding Time
Field Value
Type | Description |
---|---|
Coding |
Url
Answer is a url (website, FTP site, etc.).
Declaration
public static readonly Coding Url
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up AnswerFormat Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |