FhirR4Extension 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.
Base for all elements Based on FHIR Element
public class FhirR4Extension : Azure.Health.Insights.RadiologyInsights.FhirR4Element, System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.FhirR4Extension>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.FhirR4Extension>
type FhirR4Extension = class
inherit FhirR4Element
interface IJsonModel<FhirR4Extension>
interface IPersistableModel<FhirR4Extension>
Public Class FhirR4Extension
Inherits FhirR4Element
Implements IJsonModel(Of FhirR4Extension), IPersistableModel(Of FhirR4Extension)
- Inheritance
- Implements
Constructors
FhirR4Extension(String) |
Initializes a new instance of FhirR4Extension. |
Properties
Extension |
Additional Content defined by implementations. (Inherited from FhirR4Element) |
Id |
Unique id for inter-element referencing. (Inherited from FhirR4Element) |
Url |
Source of the definition for the extension code - a logical name or a URL. |
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