Class Identifier
A technical identifier - identifies some entity uniquely and unambiguously.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class Identifier : Element, IFhirJsonSerializable
Properties
| Improve this Doc View Source_System
Extension container element for System
Declaration
public Element _System { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_Use
Extension container element for Use
Declaration
public Element _Use { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_Value
Extension container element for Value
Declaration
public Element _Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
Assigner
Organization that issued/manages the identifier.
Declaration
public Reference Assigner { get; set; }
Property Value
| Type | Description |
|---|---|
| Reference |
Period
Time period during which identifier is/was valid for use.
Declaration
public Period Period { get; set; }
Property Value
| Type | Description |
|---|---|
| Period |
System
There are many sequences of identifiers. To perform matching, we need to know what sequence we're dealing with. The system identifies a particular sequence or set of unique identifiers.
Declaration
public string System { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Allows users to make use of identifiers when the identifier system is not known.
Declaration
public CodeableConcept Type { get; set; }
Property Value
| Type | Description |
|---|---|
| CodeableConcept |
Use
Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.
Declaration
public string Use { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
The portion of the identifier typically displayed to the user and which is unique within the context of the system.
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| Utf8JsonReader | reader | |
| JsonSerializerOptions | options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
| Type | Name | Description |
|---|---|---|
| Utf8JsonReader | reader | |
| JsonSerializerOptions | options | |
| System.String | propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
| Type | Name | Description |
|---|---|---|
| Utf8JsonWriter | writer | |
| JsonSerializerOptions | options | |
| System.Boolean | includeStartObject |