FhirR4DomainResource 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.
A resource with narrative, extensions, and contained resources Based on FHIR DomainResource Please note FhirR4DomainResource is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include FhirR4Condition, FhirR4Observation and FhirR4ResearchStudy.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Health.Insights.RadiologyInsights.UnknownFhirR4DomainResource))]
public abstract class FhirR4DomainResource : Azure.Health.Insights.RadiologyInsights.FhirR4Resource, System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.FhirR4DomainResource>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.FhirR4DomainResource>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Health.Insights.RadiologyInsights.UnknownFhirR4DomainResource))>]
type FhirR4DomainResource = class
inherit FhirR4Resource
interface IJsonModel<FhirR4DomainResource>
interface IPersistableModel<FhirR4DomainResource>
Public MustInherit Class FhirR4DomainResource
Inherits FhirR4Resource
Implements IJsonModel(Of FhirR4DomainResource), IPersistableModel(Of FhirR4DomainResource)
- Inheritance
- Derived
- Attributes
- Implements
Constructors
FhirR4DomainResource(String) |
Initializes a new instance of FhirR4DomainResource. |
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:
|
Contained |
Contained, inline Resources. |
Extension |
Additional Content defined by implementations. |
Id |
Resource Id. (Inherited from FhirR4Resource) |
ImplicitRules |
A set of rules under which this content was created. (Inherited from FhirR4Resource) |
Language |
Language of the resource content. (Inherited from FhirR4Resource) |
Meta |
Metadata about the resource. (Inherited from FhirR4Resource) |
ModifierExtension |
Extensions that cannot be ignored. |
ResourceType |
The type of resource. (Inherited from FhirR4Resource) |
Text |
Text summary of the resource, for human interpretation. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET