FhirR4ContactPoint 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.
Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc. See https://www.hl7.org/fhir/R4/datatypes.html#ContactPoint
public class FhirR4ContactPoint : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.FhirR4ContactPoint>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.FhirR4ContactPoint>
type FhirR4ContactPoint = class
interface IJsonModel<FhirR4ContactPoint>
interface IPersistableModel<FhirR4ContactPoint>
Public Class FhirR4ContactPoint
Implements IJsonModel(Of FhirR4ContactPoint), IPersistableModel(Of FhirR4ContactPoint)
- Inheritance
-
FhirR4ContactPoint
- Implements
Properties
Period |
Time period when the contact point was/is in use. |
Rank |
Specify preferred order of use (1 = highest). |
System |
phone | fax | email | pager | url | sms | other. |
Use |
home | work | temp | old | mobile - purpose of this contact point. |
Value |
The actual contact point details. |
Explicit Interface Implementations
IJsonModel<FhirR4ContactPoint>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FhirR4ContactPoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FhirR4ContactPoint>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FhirR4ContactPoint>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FhirR4ContactPoint>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET