Class ObservationComponent
Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class ObservationComponent : BackboneElement, IFhirJsonSerializable
Properties
| Improve this Doc View Source_ValueDateTime
Extension container element for ValueDateTime
Declaration
public Element _ValueDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_ValueString
Extension container element for ValueString
Declaration
public Element _ValueString { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_ValueTime
Extension container element for ValueTime
Declaration
public Element _ValueTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
Code
Knowing what kind of observation is being made is essential to understanding the observation.
Declaration
public CodeableConcept Code { get; set; }
Property Value
| Type | Description |
|---|---|
| CodeableConcept |
DataAbsentReason
For many results it is necessary to handle exceptional values in measurements.
Declaration
public CodeableConcept DataAbsentReason { get; set; }
Property Value
| Type | Description |
|---|---|
| CodeableConcept |
ReferenceRange
Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.
Declaration
public List<ObservationReferenceRange> ReferenceRange { get; set; }
Property Value
| Type | Description |
|---|---|
| fhirCsR2.Models.List<ObservationReferenceRange> |
ValueAttachment
An observation exists to have a value, though it may not if it is in error, or it represents a group of observations.
Declaration
public Attachment ValueAttachment { get; set; }
Property Value
| Type | Description |
|---|---|
| Attachment |
ValueCodeableConcept
An observation exists to have a value, though it may not if it is in error, or it represents a group of observations.
Declaration
public CodeableConcept ValueCodeableConcept { get; set; }
Property Value
| Type | Description |
|---|---|
| CodeableConcept |
ValueDateTime
An observation exists to have a value, though it may not if it is in error, or it represents a group of observations.
Declaration
public string ValueDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ValuePeriod
An observation exists to have a value, though it may not if it is in error, or it represents a group of observations.
Declaration
public Period ValuePeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| Period |
ValueQuantity
An observation exists to have a value, though it may not if it is in error, or it represents a group of observations.
Declaration
public Quantity ValueQuantity { get; set; }
Property Value
| Type | Description |
|---|---|
| Quantity |
ValueRange
An observation exists to have a value, though it may not if it is in error, or it represents a group of observations.
Declaration
public Range ValueRange { get; set; }
Property Value
| Type | Description |
|---|---|
| Range |
ValueRatio
An observation exists to have a value, though it may not if it is in error, or it represents a group of observations.
Declaration
public Ratio ValueRatio { get; set; }
Property Value
| Type | Description |
|---|---|
| Ratio |
ValueSampledData
An observation exists to have a value, though it may not if it is in error, or it represents a group of observations.
Declaration
public SampledData ValueSampledData { get; set; }
Property Value
| Type | Description |
|---|---|
| SampledData |
ValueString
An observation exists to have a value, though it may not if it is in error, or it represents a group of observations.
Declaration
public string ValueString { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ValueTime
An observation exists to have a value, though it may not if it is in error, or it represents a group of observations.
Declaration
public string ValueTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |