Show / Hide Table of Contents

Class Contract

A formal agreement between parties regarding the conduct of business, exchange of information or other matters.

Inheritance
System.Object
Resource
DomainResource
Contract
Implements
IFhirJsonSerializable
Inherited Members
DomainResource.Contained
DomainResource.Extension
DomainResource.ModifierExtension
DomainResource.Text
Resource.Id
Resource._Id
Resource.ImplicitRules
Resource._ImplicitRules
Resource.Language
Resource._Language
Resource.Meta
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class Contract : DomainResource, 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

Action

Action stipulated by this Contract.

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

ActionReason

Reason for action stipulated by this Contract.

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

Actor

List of Contract actors.

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

Applies

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

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

Authority

A formally or informally recognized grouping of people, principals, organizations, or jurisdictions formed for the purpose of achieving some form of collective action such as the promulgation, administration and enforcement of contracts and policies.

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

BindingAttachment

Legally binding Contract: This is the signed and legally recognized representation of the Contract, which is considered the "source of truth" and which would be the basis for legal action related to enforcement of this Contract.

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

BindingReference

Legally binding Contract: This is the signed and legally recognized representation of the Contract, which is considered the "source of truth" and which would be the basis for legal action related to enforcement of this Contract.

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

Domain

Recognized governance framework or system operating with a circumscribed scope in accordance with specified principles, policies, processes or procedures for managing rights, actions, or behaviors of parties or principals relative to resources.

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

Friendly

The "patient friendly language" versionof the Contract in whole or in parts. "Patient friendly language" means the representation of the Contract and Contract Provisions in a manner that is readily accessible and understandable by a layperson in accordance with best practices for communication styles that ensure that those agreeing to or signing the Contract understand the roles, actions, obligations, responsibilities, and implication of the agreement.

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

Identifier

Unique identifier for this Contract.

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

Issued

When this Contract was issued.

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

Legal

List of Legal expressions or representations of this Contract.

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

ResourceType

Resource Type Name

Declaration
public override string ResourceType { get; }
Property Value
Type Description
System.String
Overrides
Resource.ResourceType
| Improve this Doc View Source

Rule

List of Computable Policy Rule Language Representations of this Contract.

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

Signer

Party signing this Contract.

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

Subject

Who and/or what this Contract is about: typically a Patient, Organization, or valued items such as goods and services.

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

SubType

More specific type or specialization of an overarching or more general contract such as auto insurance, home owner insurance, prenupial agreement, Advanced-Directive, or privacy consent.

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

Term

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

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

Type

Type of Contract such as an insurance policy, real estate contract, a will, power of attorny, Privacy or Security policy , trust framework agreement, etc.

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

ValuedItem

Contract Valued Item List.

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

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