Show / Hide Table of Contents

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.

Inheritance
System.Object
Element
BackboneElement
ObservationComponent
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 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
| Improve this Doc View Source

_ValueString

Extension container element for ValueString

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

_ValueTime

Extension container element for ValueTime

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

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

DataAbsentReason

For many results it is necessary to handle exceptional values in measurements.

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

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

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

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

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

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

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

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

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

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

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

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 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