FhirR4ObservationComponent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Component results Based on FHIR Observation.component
public class FhirR4ObservationComponent : Azure.Health.Insights.RadiologyInsights.FhirR4Element, System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.FhirR4ObservationComponent>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.FhirR4ObservationComponent>
type FhirR4ObservationComponent = class
inherit FhirR4Element
interface IJsonModel<FhirR4ObservationComponent>
interface IPersistableModel<FhirR4ObservationComponent>
Public Class FhirR4ObservationComponent
Inherits FhirR4Element
Implements IJsonModel(Of FhirR4ObservationComponent), IPersistableModel(Of FhirR4ObservationComponent)
- Inheritance
- Implements
Constructors
FhirR4ObservationComponent(FhirR4CodeableConcept) |
Initializes a new instance of FhirR4ObservationComponent. |
Properties
Code |
Type of component observation (code / type). |
DataAbsentReason |
Why the component result is missing. |
Extension |
Additional Content defined by implementations. (Inherited from FhirR4Element) |
Id |
Unique id for inter-element referencing. (Inherited from FhirR4Element) |
Interpretation |
High, low, normal, etc. |
ReferenceRange |
Provides guide for interpretation of component result. |
ValueBoolean |
Value as boolean. |
ValueCodeableConcept |
Value as CodeableConcept. |
ValueDateTime |
Value as dateTime. |
ValueInteger |
Value as integer. |
ValuePeriod |
Value as Period. |
ValueQuantity |
Value as Quantity. |
ValueRange |
Value as Range. |
ValueRatio |
Value as Ratio. |
ValueReference |
Value as reference. |
ValueSampledData |
Value as SampledData. |
ValueString |
Value as string. |
ValueTime |
Value as time (hh:mm:ss). |
Explicit Interface Implementations
Applies to
Azure SDK for .NET