Show / Hide Table of Contents

Class ContractTerm

One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups.

Inheritance
System.Object
Element
BackboneElement
ContractTerm
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 ContractTerm : BackboneElement, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_Issued

Extension container element for Issued

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

_Text

Extension container element for Text

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

Action

Action stipulated by this Contract Provision.

Declaration
public List<CodeableConcept> Action { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<CodeableConcept>
| Improve this Doc View Source

ActionReason

Reason or purpose for the action stipulated by this Contract Provision.

Declaration
public List<CodeableConcept> ActionReason { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<CodeableConcept>
| Improve this Doc View Source

Actor

List of actors participating in this Contract Provision.

Declaration
public List<ContractTermActor> Actor { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<ContractTermActor>
| Improve this Doc View Source

Applies

Relevant time or time-period when this Contract Provision is applicable.

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

Group

Nested group of Contract Provisions.

Declaration
public List<ContractTerm> Group { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<ContractTerm>
| Improve this Doc View Source

Identifier

Unique identifier for this particular Contract Provision.

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

Issued

When this Contract Provision was issued.

Declaration
public string Issued { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Subject

Who or what this Contract Provision is about.

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

SubType

Subtype of this Contract Provision, e.g. life time maximum payment for a contract term for specific valued item, e.g. disability payment.

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

Text

Human readable form of this Contract Provision.

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Type of Contract Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g. life time maximum benefit.

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

ValuedItem

Contract Provision Valued Item List.

Declaration
public List<ContractTermValuedItem> ValuedItem { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<ContractTermValuedItem>

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