FhirR4Observation 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.
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:
|
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
Applies to
Azure SDK for .NET