Class Contract
A formal agreement between parties regarding the conduct of business, exchange of information or other matters.
Implements
Inherited Members
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 |
Action
Action stipulated by this Contract.
Declaration
public List<CodeableConcept> Action { get; set; }
Property Value
Type | Description |
---|---|
fhir |
ActionReason
Reason for action stipulated by this Contract.
Declaration
public List<CodeableConcept> ActionReason { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Actor
List of Contract actors.
Declaration
public List<ContractActor> Actor { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Applies
Relevant time or time-period when this Contract is applicable.
Declaration
public Period Applies { get; set; }
Property Value
Type | Description |
---|---|
Period |
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 |
---|---|
fhir |
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 |
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 |
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 |
---|---|
fhir |
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 |
---|---|
fhir |
Identifier
Unique identifier for this Contract.
Declaration
public Identifier Identifier { get; set; }
Property Value
Type | Description |
---|---|
Identifier |
Issued
When this Contract was issued.
Declaration
public string Issued { get; set; }
Property Value
Type | Description |
---|---|
System. |
Legal
List of Legal expressions or representations of this Contract.
Declaration
public List<ContractLegal> Legal { get; set; }
Property Value
Type | Description |
---|---|
fhir |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceRule
List of Computable Policy Rule Language Representations of this Contract.
Declaration
public List<ContractRule> Rule { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Signer
Party signing this Contract.
Declaration
public List<ContractSigner> Signer { get; set; }
Property Value
Type | Description |
---|---|
fhir |
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 |
---|---|
fhir |
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 |
---|---|
fhir |
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 |
---|---|
fhir |
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 |
---|---|
Codeable |
ValuedItem
Contract Valued Item List.
Declaration
public List<ContractValuedItem> ValuedItem { get; set; }
Property Value
Type | Description |
---|---|
fhir |
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 |