spark_auto_mapper_fhir.backbone_elements.contract_asset

Module Contents

Classes

ContractAsset

Contract.Asset

class spark_auto_mapper_fhir.backbone_elements.contract_asset.ContractAsset(*, id_=None, extension=None, modifierExtension=None, scope=None, type_=None, typeReference=None, subtype=None, relationship=None, context=None, condition=None, periodType=None, period=None, usePeriod=None, text=None, linkId=None, answer=None, securityLabelNumber=None, valuedItem=None)

Bases: spark_auto_mapper_fhir.base_types.fhir_backbone_element_base.FhirBackboneElementBase

Contract.Asset

Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.

Legally enforceable, formally recorded unilateral or bilateral directive i.e.,

a policy or agreement.

param id_

None

param extension

May be used to represent additional information that is not part of the basic

definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

param modifierExtension

May be used to represent additional information that is not part of the basic

definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element’s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

param scope

Differentiates the kind of the asset .

param type_

Target entity type about which the term may be concerned.

param typeReference

Associated entities.

param subtype

May be a subtype or part of an offered asset.

param relationship

Specifies the applicability of the term to an asset resource instance, and

instances it refers to orinstances that refer to it, and/or are owned by the offeree.

param context

Circumstance of the asset.

param condition

Description of the quality and completeness of the asset that imay be a factor

in its valuation.
param periodType

Type of Asset availability for use or ownership.

param period

Asset relevant contractual time period.

param usePeriod

Time period of asset use.

param text

Clause or question text (Prose Object) concerning the asset in a linked form,

such as a QuestionnaireResponse used in the formation of the contract.
param linkId

Id [identifier??] of the clause or question text about the asset in the

referenced form or QuestionnaireResponse.
param answer

Response to assets.

param securityLabelNumber

Security labels that protects the asset.

param valuedItem

Contract Valued Item List.

Parameters