Show / Hide Table of Contents

Class GroupCharacteristic

Needs to be a generic mechanism for identifying what individuals can be part of a group.

Inheritance
System.Object
Element
BackboneElement
GroupCharacteristic
Implements
IFhirJsonSerializable
Inherited Members
BackboneElement.ModifierExtension
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class GroupCharacteristic : BackboneElement, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_Exclude

Extension container element for Exclude

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

_ValueBoolean

Extension container element for ValueBoolean

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

Code

Need a formal way of identifying the characteristic being described.

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

Exclude

Sometimes group membership is determined by characteristics not possessed.

Declaration
public bool Exclude { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Period

The period over which the characteristic is tested; e.g. the patient had an operation during the month of June.

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

ValueBoolean

The value of the characteristic is what determines group membership.

Declaration
public bool? ValueBoolean { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

ValueCodeableConcept

The value of the characteristic is what determines group membership.

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

ValueQuantity

The value of the characteristic is what determines group membership.

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

ValueRange

The value of the characteristic is what determines group membership.

Declaration
public Range ValueRange { get; set; }
Property Value
Type Description
Range

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