cardea.fhir.Contract

class cardea.fhir.Contract(dict_values=None)

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

Parameters
  • resourceType – This is a Contract resource

  • identifier – Unique identifier for this Contract.

  • status – The status of the resource instance.

  • issued – When this Contract was issued.

  • applies – Relevant time or time-period when this Contract is applicable.

  • subject – The target entity impacted by or of interest to parties to the agreement.

  • topic – The matter of concern in the context of this agreement.

  • 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.

  • 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.

  • 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.

  • 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.

  • action – Action stipulated by this Contract.

  • actionReason – Reason for action stipulated by this Contract.

  • decisionType – The type of decision made by a grantor with respect to an offer made by a grantee.

  • contentDerivative – The minimal content derived from the basal information source at a specific stage in its lifecycle.

  • securityLabel – A set of security labels that define which resources are controlled by this consent. If more than one label is specified, all resources must have all the specified labels.

  • agent – An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.

  • signer – Parties with legal standing in the Contract, including the principal parties, the grantor(s) and grantee(s), which are any person or organization bound by the contract, and any ancillary parties, which facilitate the execution of the contract such as a notary or witness.

  • valuedItem – Contract Valued Item List.

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

  • 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.

  • 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.

  • 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.

  • legal – List of Legal expressions or representations of this Contract.

  • rule – List of Computable Policy Rule Language Representations of this Contract.

__init__(dict_values=None)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__([dict_values])

Initialize self.

assert_type()

Checks class values follow set possible enumerations.

get_dataframe()

Returns dataframe from class attribute values.

get_eligible_relationships()

Returns class relationships for attributes that are used.

get_id()

Returns fhir class identifier.

get_relationships()

Returns class relationships.

set_attributes(dict_values)

Sets values to class attributes.