FhirR4Reference 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 reference from one resource to another Based on FHIR Reference
public class FhirR4Reference : Azure.Health.Insights.RadiologyInsights.FhirR4Element, System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.FhirR4Reference>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.FhirR4Reference>
type FhirR4Reference = class
inherit FhirR4Element
interface IJsonModel<FhirR4Reference>
interface IPersistableModel<FhirR4Reference>
Public Class FhirR4Reference
Inherits FhirR4Element
Implements IJsonModel(Of FhirR4Reference), IPersistableModel(Of FhirR4Reference)
- Inheritance
- Implements
Constructors
FhirR4Reference() |
Initializes a new instance of FhirR4Reference. |
Properties
Display |
Text alternative for the resource. |
Extension |
Additional Content defined by implementations. (Inherited from FhirR4Element) |
Id |
Unique id for inter-element referencing. (Inherited from FhirR4Element) |
Identifier |
Logical reference, when literal reference is not known. |
Reference |
Literal reference, Relative, internal or absolute URL. |
Type |
Type the reference refers to (e.g. "Patient"). |
Explicit Interface Implementations
Applies to
Azure SDK for .NET