Show / Hide Table of Contents

Class Identifier

A technical identifier - identifies some entity uniquely and unambiguously.

Inheritance
System.Object
Element
Identifier
Implements
IFhirJsonSerializable
Inherited Members
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
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
| Improve this Doc View Source

_Use

Extension container element for Use

Declaration
public Element _Use { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Value

Extension container element for Value

Declaration
public Element _Value { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

Assigner

Organization that issued/manages the identifier.

Declaration
public Reference Assigner { get; set; }
Property Value
Type Description
Reference
| Improve this Doc View Source

Period

Time period during which identifier is/was valid for use.

Declaration
public Period Period { get; set; }
Property Value
Type Description
Period
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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 Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

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
| Improve this Doc View Source

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

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX