Class GroupCharacteristic
Needs to be a generic mechanism for identifying what individuals can be part of a group.
Implements
Inherited Members
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 |
_ValueBoolean
Extension container element for ValueBoolean
Declaration
public Element _ValueBoolean { get; set; }
Property Value
Type | Description |
---|---|
Element |
Code
Need a formal way of identifying the characteristic being described.
Declaration
public CodeableConcept Code { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
Exclude
Sometimes group membership is determined by characteristics not possessed.
Declaration
public bool Exclude { get; set; }
Property Value
Type | Description |
---|---|
System. |
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 |
ValueBoolean
The value of the characteristic is what determines group membership.
Declaration
public bool? ValueBoolean { get; set; }
Property Value
Type | Description |
---|---|
System. |
ValueCodeableConcept
The value of the characteristic is what determines group membership.
Declaration
public CodeableConcept ValueCodeableConcept { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
ValueQuantity
The value of the characteristic is what determines group membership.
Declaration
public Quantity ValueQuantity { get; set; }
Property Value
Type | Description |
---|---|
Quantity |
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 SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
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 |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
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 |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |