Class RiskAssessmentPrediction
Describes the expected outcome for the subject.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class RiskAssessmentPrediction : BackboneElement, IFhirJsonSerializable
Properties
| Improve this Doc View Source_ProbabilityDecimal
Extension container element for ProbabilityDecimal
Declaration
public Element _ProbabilityDecimal { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_Rationale
Extension container element for Rationale
Declaration
public Element _Rationale { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_RelativeRisk
Extension container element for RelativeRisk
Declaration
public Element _RelativeRisk { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
Outcome
One of the potential outcomes for the patient (e.g. remission, death, a particular condition).
Declaration
public CodeableConcept Outcome { get; set; }
Property Value
| Type | Description |
|---|---|
| CodeableConcept |
ProbabilityCodeableConcept
How likely is the outcome (in the specified timeframe).
Declaration
public CodeableConcept ProbabilityCodeableConcept { get; set; }
Property Value
| Type | Description |
|---|---|
| CodeableConcept |
ProbabilityDecimal
How likely is the outcome (in the specified timeframe).
Declaration
public decimal? ProbabilityDecimal { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> |
ProbabilityRange
How likely is the outcome (in the specified timeframe).
Declaration
public Range ProbabilityRange { get; set; }
Property Value
| Type | Description |
|---|---|
| Range |
Rationale
Additional information explaining the basis for the prediction.
Declaration
public string Rationale { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RelativeRisk
Absolute risk is less meaningful than relative risk.
Declaration
public decimal? RelativeRisk { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> |
WhenPeriod
Indicates the period of time or age range of the subject to which the specified probability applies.
Declaration
public Period WhenPeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| Period |
WhenRange
Indicates the period of time or age range of the subject to which the specified probability applies.
Declaration
public Range WhenRange { get; set; }
Property Value
| Type | Description |
|---|---|
| Range |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| Utf8JsonReader | reader | |
| JsonSerializerOptions | options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
| Type | Name | Description |
|---|---|---|
| Utf8JsonReader | reader | |
| JsonSerializerOptions | options | |
| System.String | propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
| Type | Name | Description |
|---|---|---|
| Utf8JsonWriter | writer | |
| JsonSerializerOptions | options | |
| System.Boolean | includeStartObject |