Show / Hide Table of Contents

Class RiskAssessment

An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.

Inheritance
System.Object
Resource
DomainResource
RiskAssessment
Implements
IFhirJsonSerializable
Inherited Members
DomainResource.Contained
DomainResource.Extension
DomainResource.ModifierExtension
DomainResource.Text
Resource.Id
Resource._Id
Resource.ImplicitRules
Resource._ImplicitRules
Resource.Language
Resource._Language
Resource.Meta
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class RiskAssessment : DomainResource, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_Date

Extension container element for Date

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

_Mitigation

Extension container element for Mitigation

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

Basis

Indicates the source data considered as part of the assessment (FamilyHistory, Observations, Procedures, Conditions, etc.).

Declaration
public List<Reference> Basis { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<Reference>
| Improve this Doc View Source

Condition

For assessments or prognosis specific to a particular condition, indicates the condition being assessed.

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

Date

The assessment results lose validity the more time elapses from when they are first made.

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

Encounter

The encounter where the assessment was performed.

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

Identifier

Business identifier assigned to the risk assessment.

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

Method

The method can influence the results of the assessment.

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

Mitigation

One of the main reasons for assessing risks is to identify whether interventional steps are needed to reduce risk.

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

Performer

The provider or software application that performed the assessment.

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

Prediction

Describes the expected outcome for the subject.

Declaration
public List<RiskAssessmentPrediction> Prediction { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<RiskAssessmentPrediction>
| Improve this Doc View Source

ResourceType

Resource Type Name

Declaration
public override string ResourceType { get; }
Property Value
Type Description
System.String
Overrides
Resource.ResourceType
| Improve this Doc View Source

Subject

The patient or group the risk assessment applies to.

Declaration
public Reference Subject { get; set; }
Property Value
Type Description
Reference

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