FhirR4Observation Class

Definition

Detailed information about observations Based on FHIR Observation

public class FhirR4Observation : Azure.Health.Insights.RadiologyInsights.FhirR4DomainResource, System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.FhirR4Observation>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.FhirR4Observation>
type FhirR4Observation = class
    inherit FhirR4DomainResource
    interface IJsonModel<FhirR4Observation>
    interface IPersistableModel<FhirR4Observation>
Public Class FhirR4Observation
Inherits FhirR4DomainResource
Implements IJsonModel(Of FhirR4Observation), IPersistableModel(Of FhirR4Observation)
Inheritance
Implements

Constructors

FhirR4Observation(ObservationStatusCodeType, FhirR4CodeableConcept)

Initializes a new instance of FhirR4Observation.

Properties

AdditionalProperties

Additional Properties

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.
(Inherited from FhirR4Resource)
BodySite

Observed body part.

Category

Classification of type of observation.

Code

Type of observation (code / type).

Component

Component results.

Contained

Contained, inline Resources.

(Inherited from FhirR4DomainResource)
DataAbsentReason

Why the result is missing.

DerivedFrom

Related measurements the observation is made from.

EffectiveDateTime

Clinically relevant time/time-period for observation.

EffectiveInstant

Clinically relevant time/time-period for observation.

EffectivePeriod

Clinically relevant time/time-period for observation.

Encounter

Healthcare event during which this observation is made.

Extension

Additional Content defined by implementations.

(Inherited from FhirR4DomainResource)
HasMember

Related resource that belongs to the Observation group.

Id

Resource Id.

(Inherited from FhirR4Resource)
Identifier

Business Identifier for observation.

ImplicitRules

A set of rules under which this content was created.

(Inherited from FhirR4Resource)
Interpretation

High, low, normal, etc.

Issued

Date/Time this version was made available.

Language

Language of the resource content.

(Inherited from FhirR4Resource)
Meta

Metadata about the resource.

(Inherited from FhirR4Resource)
Method

How it was done.

ModifierExtension

Extensions that cannot be ignored.

(Inherited from FhirR4DomainResource)
Note

Comments about the observation.

ReferenceRange

Provides guide for interpretation.

ResourceType

The type of resource.

(Inherited from FhirR4Resource)
Status

registered | preliminary | final | amended +.

Subject

Who and/or what the observation is about.

Text

Text summary of the resource, for human interpretation.

(Inherited from FhirR4DomainResource)
ValueBoolean

Actual result.

ValueCodeableConcept

Actual result.

ValueDateTime

Actual result.

ValueInteger

Actual result.

ValuePeriod

Actual result.

ValueQuantity

Actual result.

ValueRange

Actual result.

ValueRatio

Actual result.

ValueSampledData

Actual result.

ValueString

Actual result.

ValueTime

Actual result.

Explicit Interface Implementations

IJsonModel<FhirR4DomainResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from FhirR4DomainResource)
IJsonModel<FhirR4DomainResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from FhirR4DomainResource)
IJsonModel<FhirR4Observation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FhirR4Observation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<FhirR4Resource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from FhirR4Resource)
IJsonModel<FhirR4Resource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from FhirR4Resource)
IPersistableModel<FhirR4DomainResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from FhirR4DomainResource)
IPersistableModel<FhirR4DomainResource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from FhirR4DomainResource)
IPersistableModel<FhirR4DomainResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from FhirR4DomainResource)
IPersistableModel<FhirR4Observation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FhirR4Observation>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FhirR4Observation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<FhirR4Resource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from FhirR4Resource)
IPersistableModel<FhirR4Resource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from FhirR4Resource)
IPersistableModel<FhirR4Resource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from FhirR4Resource)

Applies to