Class OperationOutcomeIssue
An error, warning or information message that results from a system action.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class OperationOutcomeIssue : BackboneElement, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Code
Extension container element for Code
Declaration
public Element _Code { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Diagnostics
Extension container element for Diagnostics
Declaration
public Element _Diagnostics { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Location
Extension container element for Location
Declaration
public List<Element> _Location { get; set; }
Property Value
Type | Description |
---|---|
fhir |
_Severity
Extension container element for Severity
Declaration
public Element _Severity { get; set; }
Property Value
Type | Description |
---|---|
Element |
Code
Expresses the issue in a human and computer-friendly way, allowing the requesting system to behave differently based on the type of issue.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System. |
Details
Additional details about the error. This may be a text description of the error, or a system code that identifies the error.
Declaration
public CodeableConcept Details { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
Diagnostics
Additional diagnostic information about the issue. Typically, this may be a description of how a value is erroneous, or a stack dump to help trace the issue.
Declaration
public string Diagnostics { get; set; }
Property Value
Type | Description |
---|---|
System. |
Location
Allows systems to highlight or otherwise guide users to elements implicated in issues to allow them to be fixed more easily.
Declaration
public List<string> Location { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Severity
Indicates how relevant the issue is to the overall success of the action.
Declaration
public string Severity { get; set; }
Property Value
Type | Description |
---|---|
System. |
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 |