FhirR4Coding 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 Coding is a representation of a defined concept using a symbol from a defined "code system". Based on FHIR Coding
public class FhirR4Coding : Azure.Health.Insights.RadiologyInsights.FhirR4Element, System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.FhirR4Coding>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.FhirR4Coding>
type FhirR4Coding = class
inherit FhirR4Element
interface IJsonModel<FhirR4Coding>
interface IPersistableModel<FhirR4Coding>
Public Class FhirR4Coding
Inherits FhirR4Element
Implements IJsonModel(Of FhirR4Coding), IPersistableModel(Of FhirR4Coding)
- Inheritance
- Implements
Constructors
FhirR4Coding() |
Initializes a new instance of FhirR4Coding. |
Properties
Code |
Symbol in syntax defined by the system. |
Display |
Representation defined by the system. |
Extension |
Additional Content defined by implementations. (Inherited from FhirR4Element) |
Id |
Unique id for inter-element referencing. (Inherited from FhirR4Element) |
System |
Identity of the terminology system. |
Version |
Version of the system - if relevant. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET