Show / Hide Table of Contents

Class RiskAssessmentPrediction

Describes the expected outcome for the subject.

Inheritance
System.Object
Element
BackboneElement
RiskAssessmentPrediction
Implements
IFhirJsonSerializable
Inherited Members
BackboneElement.ModifierExtension
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
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
| Improve this Doc View Source

_Rationale

Extension container element for Rationale

Declaration
public Element _Rationale { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_RelativeRisk

Extension container element for RelativeRisk

Declaration
public Element _RelativeRisk { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

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
| Improve this Doc View Source

ProbabilityCodeableConcept

How likely is the outcome (in the specified timeframe).

Declaration
public CodeableConcept ProbabilityCodeableConcept { get; set; }
Property Value
Type Description
CodeableConcept
| Improve this Doc View Source

ProbabilityDecimal

How likely is the outcome (in the specified timeframe).

Declaration
public decimal? ProbabilityDecimal { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
| Improve this Doc View Source

ProbabilityRange

How likely is the outcome (in the specified timeframe).

Declaration
public Range ProbabilityRange { get; set; }
Property Value
Type Description
Range
| Improve this Doc View Source

Rationale

Additional information explaining the basis for the prediction.

Declaration
public string Rationale { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RelativeRisk

Absolute risk is less meaningful than relative risk.

Declaration
public decimal? RelativeRisk { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
| Improve this Doc View Source

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
| Improve this Doc View Source

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 Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

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
| Improve this Doc View Source

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

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX