你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HealthInsightsRadiologyInsightsModelFactory.FhirR4Identifier Method
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.
Initializes a new instance of FhirR4Identifier.
public static Azure.Health.Insights.RadiologyInsights.FhirR4Identifier FhirR4Identifier (string id = default, System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.FhirR4Extension> extension = default, string use = default, Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept type = default, string system = default, string value = default, Azure.Health.Insights.RadiologyInsights.FhirR4Period period = default, Azure.Health.Insights.RadiologyInsights.FhirR4Reference assigner = default);
static member FhirR4Identifier : string * seq<Azure.Health.Insights.RadiologyInsights.FhirR4Extension> * string * Azure.Health.Insights.RadiologyInsights.FhirR4CodeableConcept * string * string * Azure.Health.Insights.RadiologyInsights.FhirR4Period * Azure.Health.Insights.RadiologyInsights.FhirR4Reference -> Azure.Health.Insights.RadiologyInsights.FhirR4Identifier
Public Shared Function FhirR4Identifier (Optional id As String = Nothing, Optional extension As IEnumerable(Of FhirR4Extension) = Nothing, Optional use As String = Nothing, Optional type As FhirR4CodeableConcept = Nothing, Optional system As String = Nothing, Optional value As String = Nothing, Optional period As FhirR4Period = Nothing, Optional assigner As FhirR4Reference = Nothing) As FhirR4Identifier
Parameters
- id
- String
Unique id for inter-element referencing.
- extension
- IEnumerable<FhirR4Extension>
Additional Content defined by implementations.
- use
- String
usual | official | temp | secondary | old (If known).
Description of identifier.
- system
- String
The namespace for the identifier value.
- value
- String
The value that is unique.
- period
- FhirR4Period
Time period when id is/was valid for use.
- assigner
- FhirR4Reference
Organization that issued id (may be just text).
Returns
A new FhirR4Identifier instance for mocking.