Class RiskAssessment
An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.
Implements
Inherited Members
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 |
_Mitigation
Extension container element for Mitigation
Declaration
public Element _Mitigation { get; set; }
Property Value
Type | Description |
---|---|
Element |
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 |
---|---|
fhir |
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 |
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. |
Encounter
The encounter where the assessment was performed.
Declaration
public Reference Encounter { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Identifier
Business identifier assigned to the risk assessment.
Declaration
public Identifier Identifier { get; set; }
Property Value
Type | Description |
---|---|
Identifier |
Method
The method can influence the results of the assessment.
Declaration
public CodeableConcept Method { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
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. |
Performer
The provider or software application that performed the assessment.
Declaration
public Reference Performer { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Prediction
Describes the expected outcome for the subject.
Declaration
public List<RiskAssessmentPrediction> Prediction { get; set; }
Property Value
Type | Description |
---|---|
fhir |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceSubject
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 SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
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 |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
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 |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |