{
"description": "A formal agreement between parties regarding the conduct of business, exchange of information or other matters.",
"_filename": "StructureDefinition-Contract.json",
"package_name": "hl7.fhir.core",
"date": "2017-12-20T15:52:34+11:00",
"derivation": "specialization",
"meta": {
"lastUpdated": "2017-12-20T15:52:34.818+11:00"
},
"publisher": "Health Level Seven International (Financial Management)",
"fhirVersion": "3.2.0",
"name": "Contract",
"mapping": [ {
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern",
"identity": "workflow"
}, {
"uri": "http://hl7.org/v3",
"name": "RIM Mapping",
"identity": "rim"
}, {
"uri": "http://hl7.org/fhir/w5",
"name": "W5 Mapping",
"identity": "w5"
} ],
"abstract": false,
"type": "Contract",
"experimental": null,
"resourceType": "StructureDefinition",
"title": null,
"package_version": "3.2.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fm"
} ],
"snapshot": {
"element": [ {
"id": "Contract",
"max": "*",
"min": 0,
"path": "Contract",
"short": "Legal Agreement",
"mapping": [ {
"map": "Entity. Role, or Act",
"identity": "rim"
}, {
"map": "Request",
"identity": "workflow"
}, {
"map": "FinancialContract",
"identity": "rim"
}, {
"map": "financial.other",
"identity": "w5"
} ],
"constraint": [ {
"key": "dom-2",
"human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
"xpath": "not(parent::f:contained and f:contained)",
"source": "DomainResource",
"severity": "error",
"expression": "contained.contained.empty()"
}, {
"key": "dom-1",
"human": "If the resource is contained in another resource, it SHALL NOT contain any narrative",
"xpath": "not(parent::f:contained and f:text)",
"source": "DomainResource",
"severity": "error",
"expression": "contained.text.empty()"
}, {
"key": "dom-4",
"human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
"xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
"source": "DomainResource",
"severity": "error",
"expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()"
}, {
"key": "dom-3",
"human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource",
"xpath": "not(exists(for $contained in f:contained return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::reference[@value='#'])]))",
"source": "DomainResource",
"severity": "error",
"expression": "contained.all(('#'+id in %resource.descendants().reference) or descendants().where(reference = '#').exists())"
} ],
"definition": "A formal agreement between parties regarding the conduct of business, exchange of information or other matters."
}, {
"path": "Contract.id",
"min": 0,
"definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
"short": "Logical id of this artifact",
"type": [ {
"code": "id"
} ],
"max": "1",
"id": "Contract.id",
"comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
"base": {
"max": "1",
"min": 0,
"path": "Resource.id"
},
"isSummary": true
}, {
"path": "Contract.meta",
"min": 0,
"definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
"short": "Metadata about the resource",
"type": [ {
"code": "Meta"
} ],
"max": "1",
"id": "Contract.meta",
"base": {
"max": "1",
"min": 0,
"path": "Resource.meta"
},
"isSummary": true
}, {
"path": "Contract.implicitRules",
"min": 0,
"definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.",
"isModifier": true,
"short": "A set of rules under which this content was created",
"type": [ {
"code": "uri"
} ],
"max": "1",
"id": "Contract.implicitRules",
"comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation.",
"base": {
"max": "1",
"min": 0,
"path": "Resource.implicitRules"
},
"isSummary": true
}, {
"path": "Contract.language",
"min": 0,
"definition": "The base language in which the resource is written.",
"short": "Language of the resource content",
"type": [ {
"code": "code"
} ],
"binding": {
"strength": "extensible",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
"valueReference": {
"reference": "http://hl7.org/fhir/ValueSet/all-languages"
}
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "Language"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
} ],
"description": "A human language.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/languages"
}
},
"max": "1",
"id": "Contract.language",
"comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
"base": {
"max": "1",
"min": 0,
"path": "Resource.language"
}
}, {
"path": "Contract.text",
"min": 0,
"definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
"short": "Text summary of the resource, for human interpretation",
"mapping": [ {
"map": "Act.text?",
"identity": "rim"
} ],
"type": [ {
"code": "Narrative"
} ],
"alias": [ "narrative", "html", "xhtml", "display" ],
"max": "1",
"id": "Contract.text",
"condition": [ "dom-1" ],
"comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded in formation is added later.",
"base": {
"max": "1",
"min": 0,
"path": "DomainResource.text"
}
}, {
"path": "Contract.contained",
"min": 0,
"definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
"short": "Contained, inline Resources",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Resource"
} ],
"alias": [ "inline resources", "anonymous resources", "contained resources" ],
"max": "*",
"id": "Contract.contained",
"comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.contained"
}
}, {
"path": "Contract.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order 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 is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"short": "Additional Content defined by implementations",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Contract.extension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.extension"
}
}, {
"path": "Contract.modifierExtension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order 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 is allowed to 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.",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Contract.modifierExtension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.modifierExtension"
}
}, {
"path": "Contract.identifier",
"requirements": "This is the business identifier of the contract content conveyed. It may be a derivative of the legally binding contract, in which case, the identifier of the basal contract is contained in the Contract.binding referenced Contract.",
"min": 0,
"definition": "Unique identifier for this Contract or a derivative that references a Source Contract.",
"short": "Contract number",
"mapping": [ {
"map": "Request.identifier",
"identity": "workflow"
}, {
"map": "FinancialContract id",
"identity": "rim"
} ],
"type": [ {
"code": "Identifier"
} ],
"max": "1",
"id": "Contract.identifier",
"isSummary": true
}, {
"path": "Contract.status",
"requirements": "This is the Contract Business Workflow Status.",
"min": 0,
"definition": "The status of the resource instance.",
"isModifier": true,
"short": "amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated",
"mapping": [ {
"map": "Request.status",
"identity": "workflow"
}, {
"map": "FiveWs.status",
"identity": "w5"
}, {
"map": "Act.status",
"identity": "rim"
}, {
"map": "status",
"identity": "w5"
} ],
"type": [ {
"code": "code"
} ],
"binding": {
"strength": "required",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractStatus"
} ],
"description": "A code specifying the state of the resource instance.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-status"
}
},
"max": "1",
"id": "Contract.status",
"comment": "This element is labeled as a modifier because the status contains codes that mark the contract as not currently valid or active.",
"isSummary": true
}, {
"path": "Contract.contentDerivative",
"requirements": "In the context of a contract, the information source of the content derivative shall be the information referenced by the contract.binding.\rThe Contract Resource may function simply as the computable representation of the executed contract, which may be the attached to the Contract Resource as the “binding” or as the “friendly” electronic form. For example, a Contract Resource may be automatically populated with the values expressed in a related QuestionnaireResponse. \rHowever, the Contract Resource may be considered the legally binding contract if it is the only “executed” form of this contract, and includes the signatures as *The Contract Resource may function as the computable representation of an application or offer in a pre-executed Contract if the grantor has not entered any values. In this case, it is populated with values in a “legal” form of the application or offer or by the values in an associated Questionnaire. If the grantor has filled in the legal form or the associated Questionnaire Response, then these values are used to populate a pre-executed Contract Resource.\rIf the Contract.topic is considered an application or offer, then the policy is often required to be attached as the “legal” basis for the application to ensure “informed consent” to the contract, and that any discrepancy between the application and the policy are interpreted against the policy. Implementers should check organizational and jurisdictional policies to determine the relationship among multiple representations of a contract pre- and post-execution.",
"min": 0,
"definition": "The minimal content derived from the basal information source at a specific stage in its lifecycle.",
"short": "Content derived from the basal information",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "Maps partially to several v3 codes: ActClass: REG (registration) Description: Represents the act of maintaining information about the registration of its associated registered subject. The subject can be either an Act or a Role, and includes subjects such as lab exam definitions, drug protocol definitions, prescriptions, persons, patients, practitioners, and equipment.\rThe registration may have a unique identifier - separate from the unique identification of the subject - as well as a core set of related participations and act relationships that characterize the registration event and aid in the disposition of the subject information by a receiving system. Observation: VERIF (Verification) Description: An act which describes the process whereby a 'verifying party' validates either the existence of the Role attested to by some Credential or the actual Vetting act and its details. TRFR (transfer) Description: The act of transferring information without the intent of imparting understanding about a topic to the subject that is the recipient or holder of the transferred information where the participation association must be RCV or HLD. _ActDetectedIssueManagementCode [abstract term] Description: Codes dealing with the management of Detected Issue observations. _ActInformationAccessContextCode [abstract term] Description: Concepts conveying the context in which authorization given under jurisdictional law, by organizational policy, or by a patient consent directive permits the collection, access, use or disclosure of specified patient health information. _ActListCode [abstract term]vDescription: Provides codes associated with ActClass value of LIST (working list). RefusalReasonCode [abstract term] Description:\rDescription: Identifies why a request to add (or activate) a record is being refused. Examples include the receiving system not able to match the identifier and find that record in the receiving system, having no permission, or a detected issue exists which precludes the requested action.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractContentDerivative"
} ],
"description": "This is an example set of Content Derivative type codes, which represent the minimal content derived from the basal information source.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-content-derivative"
}
},
"max": "1",
"id": "Contract.contentDerivative"
}, {
"path": "Contract.issued",
"requirements": "The Contract issuance dateTime often precedes the Contract effective dateTime.",
"min": 0,
"definition": "When this Contract was issued.",
"short": "When this Contract was issued",
"mapping": [ {
"map": "Request.authoredOn",
"identity": "workflow"
}, {
"map": "Act.availabilityTime. Definition: A time expression specifying when an Observation, Procedure, or other Act occurs, or, depending on the mood, is supposed to occur, scheduled to occur, etc. The activityTime includes the times of component actions (such as preparation and clean-up). For Procedures and SubstanceAdministrations, the activityTime can provide a needed administrative function by providing a more inclusive time to be anticipated in scheduling. UsageNotes:The activityTime is primarily of administrative rather than clinical use. The clinically relevant time is the effectiveTime. When an observation of a prior symptom is made, the activityTime describes the time the observation is made, as opposed to effectiveTime which is the time the symptom is reported to have occurred. Thus the activityTime may be entirely different from the effectiveTime of the same Act. However, even apart from clinical use cases, designers should first consider effectiveTime as the primary relevant time for an Act. ActivityTime indicates when an Act occurs, not when it is recorded.",
"identity": "rim"
} ],
"type": [ {
"code": "dateTime"
} ],
"max": "1",
"id": "Contract.issued",
"isSummary": true
}, {
"path": "Contract.applies",
"requirements": "The dateTime upon which the Contract is binding.",
"min": 0,
"definition": "Relevant time or time-period when this Contract is applicable.",
"short": "Effective time",
"mapping": [ {
"map": "Request.occurrence[x]",
"identity": "workflow"
}, {
"map": "Act.effectiveTime Definition: The clinically or operationally relevant time of an act, exclusive of administrative activity.",
"identity": "rim"
} ],
"type": [ {
"code": "Period"
} ],
"max": "1",
"id": "Contract.applies",
"isSummary": true
}, {
"path": "Contract.subject",
"requirements": "The Contract.subject is an entity that has some role with respect to the Contract.topic and Contract.topic.term, which is of focal interest to the parties to the contract and likely impacted in a significant way by the Contract.action/Contract.action.reason and the Contract.term.action/Contract.action.reason. In many cases, the Contract.subject is a Contract.signer if the subject is an adult; has a legal interest in the contract; and incompetent to participate in the contract agreement.",
"min": 0,
"definition": "The target entity impacted by or of interest to parties to the agreement.",
"short": "Contract Target Entity",
"mapping": [ {
"map": "Request.subject",
"identity": "workflow"
}, {
"map": "RoleClass, RoleCode",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
} ],
"alias": [ "Patient" ],
"max": "*",
"id": "Contract.subject",
"comment": "The Contract.subject is an entity that has some role with respect to the Contract.topic and Contract.topic.term, which is of focal interest to the parties to the contract and likely impacted in a significant way by the Contract.action/Contract.action.reason and the Contract.term.action/Contract.action.reason. \rIn many cases, the Contract.subject is a Contract.signer if the subject is an adult; has a legal interest in the contract; and incompetent to participate in the contract agreement.",
"isSummary": true
}, {
"path": "Contract.authority",
"requirements": "The governance framework responsible for ensuring compliance with or enforcement of the contract or policy.",
"min": 0,
"definition": "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.",
"short": "Authority under which this Contract has standing",
"mapping": [ {
"map": "Organization Role. CONCEPT DOMAIN: OrganizationEntityType Description: Further classifies entities of EntityClass ORG.",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
} ],
"max": "*",
"id": "Contract.authority"
}, {
"path": "Contract.domain",
"requirements": "The entities bound by governance to comply with the enforcement of contracts or policies by a recognized authority.",
"min": 0,
"definition": "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.",
"short": "A sphere of control governed by an authoritative jurisdiction, organization, or person",
"mapping": [ {
"map": "TERR (territory of authority) Description: Relates a place entity (player) as the region over which the scoper (typically an Organization) has certain authority (jurisdiction). For example, the Calgary Regional Health Authority (scoper) has authority over the territory \"Region 4 of Alberta\" (player) in matters of health.\rEntity Class = Place? A physical place or site with its containing structure. May be natural or man-made. The geographic position of a place might or might not be constant.\rCONCEPT DOMAIN: TerritoryEntityType Description: A territorial entity that may be cited as the body over which an agency exercises jurisdiction, or which defines a sphere in which a party has a particular responsibility. CONCEPT DOMAIN: OrganizationEntityType\rDescription: Further classifies entities of EntityClass ORG.",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
} ],
"alias": [ "scope of governance jurisdiction" ],
"max": "*",
"id": "Contract.domain"
}, {
"path": "Contract.type",
"min": 0,
"definition": "Type of Contract such as an insurance policy, real estate contract, a will, power of attorny, Privacy or Security policy , trust framework agreement, etc.",
"short": "Type or form",
"mapping": [ {
"map": "Request.code",
"identity": "workflow"
}, {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "Maps to multiple ActClass and ActCode Concept Domains and Code Systems such as the following: In the ActClass Concept Domain: ActClassPolicy. In the ActCode Concept Domain: ActContractType, which generalizes ActFinancialContractType, ActCoverageType, ActBillingArrangementType. ActConsentType, which generalizes ActDataConsentType; ActFinancialParticipationConsentType; ActInformationAccessCode; AdvanceBeneficiaryNoticeType. ActPolicyType, which generalizes: ActPrivacyPolicyType, ActSensitivityPrivacyPolicyType, ActSecurityPolicyType. In the ActClass Code System: CNTRCT (contract) Description: An agreement of obligation between two or more parties that is subject to contractual law and enforcement, lwhich generalizes FCNTRCT (financial contract) and COV (coverage). POLICY (policy) - Description: A mandate, regulation, obligation, requirement, rule, or expectation unilaterally imposed by one party on: The activity of another party; the behavior of another party; or the manner in which an act is executed. LEAF CONCEPTS: JURISPOL (jurisdictional policy) Description:A mandate, regulation, obligation, requirement, rule, or expectation unilaterally imposed by a jurisdiction on: The activity of another party; the behavior of another party; or the manner in which an act is executed.Examples:A jurisdictional mandate regarding the prescribing and dispensing of a particular medication. A jurisdictional privacy or security regulation dictating the manner in which personal health information is disclosed. A jurisdictional requirement that certain services or health conditions are reported to a monitoring program, e.g., immunizations, methadone treatment, or cancer registries.ORGPOL (organizational policy)Examples:A clinical or research protocols imposed by a payer, a malpractice insurer, or an institution to which a provider must adhere. A mandate imposed by a denominational institution for a provider to provide or withhold certain information from the patient about treatment options.SCOPOL (scope of practice policy)Description:An ethical or clinical obligation, requirement, rule, or expectation imposed or strongly encouraged by organizations that oversee particular clinical domains or provider certification which define the boundaries within which a provider may practice and which may have legal basis or ramifications.Examples:An ethical obligation for a provider to fully inform a patient about all treatment options. An ethical obligation for a provider not to disclose personal health information that meets certain criteria, e.g., where disclosure might result in harm to the patient or another person. The set of health care services which a provider is credentialed or privileged to provide. STDPOL (standard of practice policy) Examples:A payer may require a prescribing provider to adhere to formulary guidelines. An institution may adopt clinical guidelines and protocols and implement these within its electronic health record and decision support systems. CONS (consent)Description: The Consent class represents informed consents and all similar medico-legal transactions between the patient (or his legal guardian) and the provider. Examples are informed consent for surgical procedures, informed consent for clinical trials, advanced beneficiary notice, against medical advice decline from service, release of information agreement, etc. The details of consents vary. Often an institution has a number of different consent forms for various purposes, including reminding the physician about the topics to mention. Such forms also include patient education material. In electronic medical record communication, consents thus are information-generating acts on their own and need to be managed similar to medical activities. Thus, Consent is modeled as a special class of Act. The \"signatures\" to the consent document are represented electronically through Participation instances to the consent object. Typically an informed consent has Participation.typeCode of \"performer\", the healthcare provider informing the patient, and \"consenter\", the patient or legal guardian. Some consent may associate a witness or a notary public (e.g., living wills, advanced directives). In consents where a healthcare provider is not required (e.g. living will), the performer may be the patient himself or a notary public.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractType"
} ],
"description": "List of overall contract codes.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-type"
}
},
"max": "1",
"id": "Contract.type",
"isSummary": true
}, {
"path": "Contract.subType",
"min": 0,
"definition": "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.",
"short": "Subtype within the context of type",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "Examples of Contract or Policy subtypes in ActCodes:_ActCoverageTypeCode Definition: Set of codes indicating the type of insurance policy or program that pays for the cost of benefits provided to covered parties. Generalizes: _ActInsurancePolicyCode; _ActInsuranceTypeCode; ActProgramTypeCode. _ActPolicyType Description:Types of policies that further specify the ActClassPolicy value set. Generalizes: _ActPrivacyPolicy; _ActPrivacyLaw; _InformationSensitivityPolicy; ActTrustPolicyType; SecurityPolicy. _ActInvoiceAdjudicationPaymentGroupCode Description: Codes representing adjustments to a Payment Advice such as retroactive, clawback, garnishee, etc., e.g. RECOV (recovery) Description: Retroactive adjustment such as fee rate adjustment due to contract negotiations.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractSubtype"
} ],
"description": "Detailed codes within the above.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-subtype"
}
},
"max": "*",
"id": "Contract.subType",
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "Element",
"severity": "error",
"expression": "hasValue() | (children().count() > id.count())"
} ],
"path": "Contract.term",
"min": 0,
"definition": "One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups.",
"short": "Contract Term List",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "RIM mechanism for grouping or nesting rules, which are likely Acts and Observations.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "Term"
} ],
"max": "*",
"id": "Contract.term"
}, {
"path": "Contract.term.id",
"min": 0,
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"short": "xml:id (or equivalent in JSON)",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "Contract.term.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
}
}, {
"path": "Contract.term.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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 is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"short": "Additional Content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Contract.term.extension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
}
}, {
"path": "Contract.term.modifierExtension",
"min": 0,
"definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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 is allowed to 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.",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content", "modifiers" ],
"max": "*",
"id": "Contract.term.modifierExtension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isSummary": true
}, {
"path": "Contract.term.identifier",
"min": 0,
"definition": "Unique identifier for this particular Contract Provision.",
"short": "Contract Term Number",
"mapping": [ {
"map": "Request.identifier",
"identity": "workflow"
}, {
"map": "Act or Observation identifier.",
"identity": "rim"
} ],
"type": [ {
"code": "Identifier"
} ],
"max": "1",
"id": "Contract.term.identifier",
"isSummary": true
}, {
"path": "Contract.term.issued",
"min": 0,
"definition": "When this Contract Provision was issued.",
"short": "Contract Term Issue Date Time",
"mapping": [ {
"map": "Request.authoredOn",
"identity": "workflow"
}, {
"map": "FiveWs.recorded",
"identity": "w5"
}, {
"map": "Act availabilityTime",
"identity": "rim"
}, {
"map": "when.recorded",
"identity": "w5"
} ],
"type": [ {
"code": "dateTime"
} ],
"max": "1",
"id": "Contract.term.issued",
"isSummary": true
}, {
"path": "Contract.term.applies",
"min": 0,
"definition": "Relevant time or time-period when this Contract Provision is applicable.",
"short": "Contract Term Effective Time",
"mapping": [ {
"map": "Request.occurrence[x]",
"identity": "workflow"
}, {
"map": "FiveWs.done[x]",
"identity": "w5"
}, {
"map": "Act effectiveTime",
"identity": "rim"
}, {
"map": "when.done",
"identity": "w5"
} ],
"type": [ {
"code": "Period"
} ],
"max": "1",
"id": "Contract.term.applies",
"isSummary": true
}, {
"path": "Contract.term.type",
"min": 0,
"definition": "Type of Contract Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g. life time maximum benefit.",
"short": "Contract Term Type or Form",
"mapping": [ {
"map": "Request.code",
"identity": "workflow"
}, {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "See Contract.term mapping.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractTermType"
} ],
"description": "Detailed codes for the types of contract provisions.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-term-type"
}
},
"max": "1",
"id": "Contract.term.type"
}, {
"path": "Contract.term.subType",
"min": 0,
"definition": "Subtype of this Contract Provision, e.g. life time maximum payment for a contract term for specific valued item, e.g. disability payment.",
"short": "Contract Term Type specific classification",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "See Contract.topic mapping.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractTermSubType"
} ],
"description": "Detailed codes for the subtypes of contract provisions.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-term-subtype"
}
},
"max": "1",
"id": "Contract.term.subType"
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "Element",
"severity": "error",
"expression": "hasValue() | (children().count() > id.count())"
} ],
"path": "Contract.term.offer",
"min": 1,
"definition": "The matter of concern in the context of this provision of the agrement.",
"short": "Context of the Contract term",
"mapping": [ {
"map": "Document",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "ContractOffer"
} ],
"max": "1",
"id": "Contract.term.offer"
}, {
"path": "Contract.term.offer.id",
"min": 0,
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"short": "xml:id (or equivalent in JSON)",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "Contract.term.offer.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
}
}, {
"path": "Contract.term.offer.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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 is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"short": "Additional Content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Contract.term.offer.extension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
}
}, {
"path": "Contract.term.offer.modifierExtension",
"min": 0,
"definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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 is allowed to 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.",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content", "modifiers" ],
"max": "*",
"id": "Contract.term.offer.modifierExtension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isSummary": true
}, {
"path": "Contract.term.offer.topic",
"requirements": "In the context of a contract, the topic is the matter under consideration in regards to which specific rights, privileges, obligations, restrictions, and prohibitions are binding on any grantor and grantee parties upon the execution of the contract. \rGiven the wide range of contract topics, implementers need to be cognizant of the business use case for which they are designing a FHIR Contract, and narrowly specify the topic being represented with respect to the Contract.type and any specializing Contract.subtype. \rThe same topic, e.g., an asset such as a good or service, such as a real property, medical supply, insurance, information, a procedure or employment, or a manner of conduct, such adherence to a privacy, trust, or security policy, may be the topic of multiple types of contracts. \rOne way to determine the Contract.topic is to answer the question: “What is the object of negotiation?”\rAnswer: The Contract.topic, which may be described with more detail in the [0..*]Contract.valuedItem @ [0..1] Contract.valuedItem.entity[x] Definition: Specific type of Contract Valued Item that may be priced. CodeableConcept|Reference(Any)\rContract.topic is “the what” that a grantor is exchanging with a grantee in return for some benefit. \rContract.topic is “the what” to which any Contract.action is being applied for any stipulated Contract.action.reason. \rAContract.topic is “the what” governed by the execution of the contract to which any party’s rights, privileges, obligations, restrictions, and prohibitions apply.",
"min": 0,
"definition": "The owner of an asset has the residual control rights over the asset: the right to decide all usages of the asset in any way not inconsistent with a prior contract, custom, or law (Hart, 1995, p. 30).",
"short": "Negotiable offer asset",
"mapping": [ {
"map": "Event.context",
"identity": "workflow"
}, {
"map": "Includes many ActClass, ActCode, RoleClass, RoleCode, EntityClass, EntityCode, ParticipationType codes from HL7 concept domains and code systems. For example, RoleCode: HLD (held entity) Description: Entity that is currently in the possession of a holder (scoper), who holds, or uses it, usually based on some agreement with the owner. MANU (manufactured product) Description: Scoped by the manufacturer. OWN (owned entity) Description: An Entity (player) for which someone (scoper) is granted by law the right to call the material (player) his own. This entitles the scoper to make decisions about the disposition of that material. WRTE (warranted product) Description:\rA role a product plays when a guarantee is given to the purchaser by the seller (scoping entity) stating that the product is reliable and free from known defects and that the seller will repair or replace defective parts within a given time limit and under certain conditions.",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
} ],
"max": "1",
"id": "Contract.term.offer.topic",
"comment": "The Contract.topic may be an application for or offer of a policy or service (e.g., uri to a consent directive form or a health insurance policy), which becomes the Contract once accepted by both the grantor and grantee. \rThe Contract Resource may function simply as the computable representation of the executed contract, which may be the attached to the Contract Resource as the “binding” or as the “friendly” electronic form. For example, a Contract Resource may be automatically populated with the values expressed in a related QuestionnaireResponse. \rHowever, the Contract Resource may be considered the legally binding contract if it is the only “executed” form of this contract, and includes the signatures as *The Contract Resource may function as the computable representation of an application or offer in a pre-executed Contract if the grantor has not entered any values. In this case, it is populated with values in a “legal” form of the application or offer or by the values in an associated Questionnaire. If the grantor has filled in the legal form or the associated Questionnaire Response, then these values are used to populate a pre-executed Contract Resource.\rIf the Contract.topic is considered an application or offer, then the policy is often required to be attached as the “legal” basis for the application to ensure “informed consent” to the contract, and that any discrepancy between the application and the policy are interpreted against the policy. Implementers should check organizational and jurisdictional policies to determine the relationship among multiple representations of a contract pre- and post-execution.",
"isSummary": true
}, {
"path": "Contract.term.offer.type",
"min": 0,
"definition": "Type of Contract Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g. life time maximum benefit.",
"short": "Contract Offer Type or Form",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "See Contract.term mapping.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractTermType"
} ],
"description": "Detailed codes for the types of contract provisions.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-term-type"
}
},
"max": "1",
"id": "Contract.term.offer.type"
}, {
"path": "Contract.term.offer.decision",
"requirements": "In some policy or contract contexts, the \"offer\" is made by an offeror wishing to be the \"grantee\" of the offer topic by the grantor. From this perspective, the grantor is the \"offeree\".",
"min": 0,
"definition": "The type of decision made by a grantor with respect to an offer made by a grantee.",
"short": "Decision by Grantor",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "ActCode: _ActConsentDirective [abstract term] Description: Specifies the type of agreement between one or more grantor and grantee in which rights and obligations related to one or more shared items of interest are allocated. Usage Note: Such agreements may be considered \"consent directives\" or \"contracts\" depending on the context, and are considered closely related or synonymous from a legal perspective.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "extensible",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractDecisionType"
} ],
"description": "The type of decision made by a grantor with respect to an offer made by a grantee.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/v3-ActConsentDirective"
}
},
"max": "1",
"id": "Contract.term.offer.decision"
}, {
"id": "Contract.term.offer.text",
"max": "1",
"min": 0,
"path": "Contract.term.offer.text",
"type": [ {
"code": "string"
} ],
"short": "Human readable offer text",
"mapping": [ {
"map": "Document.text",
"identity": "rim"
} ],
"definition": "Human readable form of this Contract Offer."
}, {
"id": "Contract.term.offer.linkId",
"max": "1",
"min": 0,
"path": "Contract.term.offer.linkId",
"type": [ {
"code": "string"
} ],
"short": "Pointer to text",
"mapping": [ {
"map": ".outboundRelationship[typeCode=DEFN].target[classCode=OBS, moodCode=DEFN].id",
"identity": "rim"
} ],
"definition": "The id of the clause or question text of the offer in the referenced questionnaire/response."
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "Element",
"severity": "error",
"expression": "hasValue() | (children().count() > id.count())"
} ],
"path": "Contract.term.asset",
"min": 0,
"definition": "Contract Term Asset List.",
"short": "Contract Term Asset List",
"mapping": [ {
"map": "FinancialContract.paymentTermsCode",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "ContractAsset"
} ],
"max": "*",
"id": "Contract.term.asset"
}, {
"path": "Contract.term.asset.id",
"min": 0,
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"short": "xml:id (or equivalent in JSON)",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "Contract.term.asset.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
}
}, {
"path": "Contract.term.asset.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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 is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"short": "Additional Content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Contract.term.asset.extension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
}
}, {
"path": "Contract.term.asset.modifierExtension",
"min": 0,
"definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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 is allowed to 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.",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content", "modifiers" ],
"max": "*",
"id": "Contract.term.asset.modifierExtension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isSummary": true
}, {
"path": "Contract.term.asset.class",
"min": 0,
"definition": "Resource Type, Profile, or CDA etc.",
"short": "Resource Type, Profile, or CDA etc",
"mapping": [ {
"map": "FinancialContract.code",
"identity": "rim"
} ],
"type": [ {
"code": "Coding"
} ],
"binding": {
"strength": "extensible",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ConsentContentClass"
} ],
"description": "The class (type) of information a consent rule covers",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/consent-content-class"
}
},
"max": "1",
"id": "Contract.term.asset.class"
}, {
"path": "Contract.term.asset.code",
"min": 0,
"definition": "Code in the content.",
"short": "Code in the content",
"mapping": [ {
"map": "FinancialContract.code",
"identity": "rim"
} ],
"type": [ {
"code": "Coding"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ConsentContentCode"
} ],
"description": "If this code is found in an instance, then the exception applies",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/consent-content-code"
}
},
"max": "1",
"id": "Contract.term.asset.code"
}, {
"id": "Contract.term.asset.period",
"max": "1",
"min": 0,
"path": "Contract.term.asset.period",
"type": [ {
"code": "Period"
} ],
"short": "Time period of the asset",
"mapping": [ {
"map": "FinancialContract.activityTime",
"identity": "rim"
} ],
"definition": "Time period of the asset."
}, {
"id": "Contract.term.asset.dataPeriod",
"max": "1",
"min": 0,
"path": "Contract.term.asset.dataPeriod",
"type": [ {
"code": "Period"
} ],
"short": "Time period of the data for the asset",
"mapping": [ {
"map": "FinancialContract.effectiveTime",
"identity": "rim"
} ],
"definition": "Time period of the data for the asset."
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "Element",
"severity": "error",
"expression": "hasValue() | (children().count() > id.count())"
} ],
"path": "Contract.term.asset.data",
"min": 0,
"definition": "Data defined by this Asset.",
"short": "Data defined by this Asset",
"mapping": [ {
"map": "FinancialContract.paymentTermsCode",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "AssetData"
} ],
"max": "*",
"id": "Contract.term.asset.data"
}, {
"path": "Contract.term.asset.data.id",
"min": 0,
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"short": "xml:id (or equivalent in JSON)",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "Contract.term.asset.data.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
}
}, {
"path": "Contract.term.asset.data.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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 is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"short": "Additional Content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Contract.term.asset.data.extension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
}
}, {
"path": "Contract.term.asset.data.modifierExtension",
"min": 0,
"definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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 is allowed to 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.",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content", "modifiers" ],
"max": "*",
"id": "Contract.term.asset.data.modifierExtension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isSummary": true
}, {
"path": "Contract.term.asset.data.meaning",
"min": 0,
"definition": "instance | related | dependents | authoredby.",
"short": "instance | related | dependents | authoredby",
"mapping": [ {
"map": "FinancialContract.code",
"identity": "rim"
} ],
"type": [ {
"code": "code"
} ],
"binding": {
"strength": "required",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractDataMeaning"
} ],
"description": "How a resource reference is interpreted when evaluating contract offers",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-data-meaning"
}
},
"max": "1",
"id": "Contract.term.asset.data.meaning"
}, {
"id": "Contract.term.asset.data.reference",
"max": "1",
"min": 0,
"path": "Contract.term.asset.data.reference",
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
} ],
"short": "The actual data reference",
"mapping": [ {
"map": "Document",
"identity": "rim"
} ],
"definition": "The actual data reference."
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "Element",
"severity": "error",
"expression": "hasValue() | (children().count() > id.count())"
} ],
"path": "Contract.term.asset.valuedItem",
"min": 0,
"definition": "Contract Valued Item List.",
"short": "Contract Valued Item List",
"mapping": [ {
"map": "COCT_RM440000UV09 ValuedItem classCode INVE",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "ValuedItem"
} ],
"max": "*",
"id": "Contract.term.asset.valuedItem"
}, {
"path": "Contract.term.asset.valuedItem.id",
"min": 0,
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"short": "xml:id (or equivalent in JSON)",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "Contract.term.asset.valuedItem.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
}
}, {
"path": "Contract.term.asset.valuedItem.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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 is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"short": "Additional Content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Contract.term.asset.valuedItem.extension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
}
}, {
"path": "Contract.term.asset.valuedItem.modifierExtension",
"min": 0,
"definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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 is allowed to 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.",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content", "modifiers" ],
"max": "*",
"id": "Contract.term.asset.valuedItem.modifierExtension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isSummary": true
}, {
"id": "Contract.term.asset.valuedItem.entity[x]",
"max": "1",
"min": 0,
"path": "Contract.term.asset.valuedItem.entity[x]",
"type": [ {
"code": "CodeableConcept"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
} ],
"short": "Contract Valued Item Type",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "COCT_RM440000UV09 ValuedItem code",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "Specific type of Contract Valued Item that may be priced."
}, {
"id": "Contract.term.asset.valuedItem.identifier",
"max": "1",
"min": 0,
"path": "Contract.term.asset.valuedItem.identifier",
"type": [ {
"code": "Identifier"
} ],
"short": "Contract Valued Item Number",
"mapping": [ {
"map": "COCT_RM440000UV09 ValuedItem id",
"identity": "rim"
} ],
"definition": "Identifies a Contract Valued Item instance."
}, {
"id": "Contract.term.asset.valuedItem.effectiveTime",
"max": "1",
"min": 0,
"path": "Contract.term.asset.valuedItem.effectiveTime",
"type": [ {
"code": "dateTime"
} ],
"short": "Contract Valued Item Effective Tiem",
"mapping": [ {
"map": "FiveWs.done[x]",
"identity": "w5"
}, {
"map": "COCT_RM440000UV09 ValuedItem effectiveTime",
"identity": "rim"
}, {
"map": "when.done",
"identity": "w5"
} ],
"definition": "Indicates the time during which this Contract ValuedItem information is effective."
}, {
"id": "Contract.term.asset.valuedItem.quantity",
"max": "1",
"min": 0,
"path": "Contract.term.asset.valuedItem.quantity",
"type": [ {
"code": "Quantity",
"profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
} ],
"short": "Count of Contract Valued Items",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "COCT_RM440000UV09 ValuedItem unitQuantity",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "Specifies the units by which the Contract Valued Item is measured or counted, and quantifies the countable or measurable Contract Valued Item instances."
}, {
"id": "Contract.term.asset.valuedItem.unitPrice",
"max": "1",
"min": 0,
"path": "Contract.term.asset.valuedItem.unitPrice",
"type": [ {
"code": "Money"
} ],
"short": "Contract Valued Item fee, charge, or cost",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "COCT_RM440000UV09 ValuedItem unitPriceAmt",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "A Contract Valued Item unit valuation measure."
}, {
"id": "Contract.term.asset.valuedItem.factor",
"max": "1",
"min": 0,
"path": "Contract.term.asset.valuedItem.factor",
"type": [ {
"code": "decimal"
} ],
"short": "Contract Valued Item Price Scaling Factor",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "COCT_RM440000UV09 ValuedItem factorNumber",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "A real number that represents a multiplier used in determining the overall value of the Contract Valued Item delivered. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount."
}, {
"id": "Contract.term.asset.valuedItem.points",
"max": "1",
"min": 0,
"path": "Contract.term.asset.valuedItem.points",
"type": [ {
"code": "decimal"
} ],
"short": "Contract Valued Item Difficulty Scaling Factor",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "COCT_RM440000UV09 ValuedItem pointNumber",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the Contract Valued Item delivered. The concept of Points allows for assignment of point values for a Contract Valued Item, such that a monetary amount can be assigned to each point."
}, {
"id": "Contract.term.asset.valuedItem.net",
"max": "1",
"min": 0,
"path": "Contract.term.asset.valuedItem.net",
"type": [ {
"code": "Money"
} ],
"short": "Total Contract Valued Item Value",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "COCT_RM440000UV09 ValuedItem netAmt",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "Expresses the product of the Contract Valued Item unitQuantity and the unitPriceAmt. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied."
}, {
"path": "Contract.term.asset.securityLabel",
"min": 0,
"definition": "A set of security labels that define which terms are controlled by this condition.",
"short": "Security Labels that define affected terms",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "See Contract.securityLabel mapping.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "Coding"
} ],
"binding": {
"strength": "extensible",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "SecurityLabels"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
} ],
"description": "Security Labels from the Healthcare Privacy and Security Classification System.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/security-labels"
}
},
"max": "*",
"id": "Contract.term.asset.securityLabel",
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "Element",
"severity": "error",
"expression": "hasValue() | (children().count() > id.count())"
} ],
"path": "Contract.term.agent",
"requirements": "An agent can be a person, an organization, software, device, or other entities that may be ascribed responsibility.",
"min": 0,
"definition": "An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.",
"short": "Entity being ascribed responsibility",
"mapping": [ {
"map": "Participation",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "Agent"
} ],
"max": "*",
"id": "Contract.term.agent",
"comment": "Several agents may be associated (i.e. has some responsibility for an activity) with an activity and vice-versa.\rFor example, in cases of actions initiated by one user for other users, or in events that involve more than one user, hardware device, software, or system process. However, only one user may be the initiator/requestor for the event."
}, {
"path": "Contract.term.agent.id",
"min": 0,
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"short": "xml:id (or equivalent in JSON)",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "Contract.term.agent.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
}
}, {
"path": "Contract.term.agent.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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 is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"short": "Additional Content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Contract.term.agent.extension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
}
}, {
"path": "Contract.term.agent.modifierExtension",
"min": 0,
"definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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 is allowed to 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.",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content", "modifiers" ],
"max": "*",
"id": "Contract.term.agent.modifierExtension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isSummary": true
}, {
"id": "Contract.term.agent.actor",
"max": "1",
"min": 1,
"path": "Contract.term.agent.actor",
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Contract"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Substance"
} ],
"short": "Contract Agent Type",
"mapping": [ {
"map": "Request.performer",
"identity": "workflow"
}, {
"map": "FiveWs.actor",
"identity": "w5"
}, {
"map": "RIM Role, Participation Type classes",
"identity": "rim"
}, {
"map": "who.actor",
"identity": "w5"
} ],
"definition": "Who or what parties are assigned roles in this Contract."
}, {
"path": "Contract.term.agent.role",
"min": 0,
"definition": "Role type of agent assigned roles in this Contract.",
"short": "Role type of the agent",
"mapping": [ {
"map": "RoleClass, RoleCode, ParticipationType, ParticipationFunction codes",
"identity": "rim"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractActorRole"
} ],
"description": "Detailed codes for the contract actor role.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-actorrole"
}
},
"max": "*",
"id": "Contract.term.agent.role"
}, {
"path": "Contract.term.action",
"requirements": "If the Contract.topic references a Resource, which contains actions or activities, such as a Procedure to which a grantor is agreeing to receive from the grantee, then this element would likely not be populated. If the Resource referenced in the Contract.topic does not include an action such as a Device, then the Contract.action would likely be populated, for example with the actions \"purchase and sale\" the Device.",
"min": 0,
"definition": "Action stipulated by this Contract Provision.",
"short": "Contract Term Activity",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "Maps to multiple ActClass and ActCode Concept Domains and Code Systems.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractAction"
} ],
"description": "Detailed codes for the contract action.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-action"
}
},
"max": "*",
"id": "Contract.term.action"
}, {
"path": "Contract.term.actionReason",
"min": 0,
"definition": "Reason or purpose for the action stipulated by this Contract Provision.",
"short": "Purpose for the Contract Term Action",
"mapping": [ {
"map": "Request.reasonCode",
"identity": "workflow"
}, {
"map": "FiveWs.why[x]",
"identity": "w5"
}, {
"map": "Examples from ActReason Concept Domains: ActCoverageReason Description:Codes used to specify reasons or criteria relating to coverage provided under a policy or program. May be used to convey reasons pertaining to coverage contractual provisions, including criteria for eligibility, coverage limitations, coverage maximums, or financial participation required of covered parties. ActInformationPrivacyReason Description: The rationale or purpose for an act relating to the management of personal information, such as disclosing personal tax information for the purpose of complying with a court order. ClinicalResearchObservationReason Definition: Specifies the reason that a test was performed or observation collected in a clinical research study. SafetyInvestigationReportReasonType Description: Possible reasons generating a report providing information developed during the investigation of an adverse event or a product problem. ControlActReason Description: Indicates the motivation, cause or rationale of an Act which results in a trigger event. NonPerformanceReasonCode Description: The reason the action was not performed, e.g. why the medication was not taken. If an action was not performed, it is often clinically important to know why the action was not taken. RefusalReasonCode Description: Identifies why a request to add (or activate) a record is being refused. Examples include the receiving system not able to match the identifier and find that record in the receiving system, having no permission, or a detected issue exists which precludes the requested action.\r\r\r\r\r\r\r\rExamples from HL7 ActReason Code System: QUALIMP (quality improvement) Description:Operational activities conducted for the purposes of improving the quality of an activity, product, or service. _PatientProfileQueryReasonCode Description: A collection of concepts identifying why the patient's profile is being queried. _ActInformationManagementReason Description:The rationale or purpose for an act relating to information management, such as archiving information for the purpose of complying with an enterprise data retention policy. _ActInvalidReason (ActInvalidReason) Description: Types of reasons why a substance is invalid for use. _NonPerformanceReasonCode Description: The reason the action wasn't performed, e.g. why the medication was not taken. If an action wasn\"t performed, it is often clinically important to know why the action wasn\"t taken.",
"identity": "rim"
}, {
"map": "why",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractActionReason"
} ],
"description": "Detailed codes for the contract action reason.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/v3-PurposeOfUse"
}
},
"max": "*",
"id": "Contract.term.actionReason"
}, {
"id": "Contract.term.group",
"max": "*",
"min": 0,
"path": "Contract.term.group",
"short": "Nested Contract Term Group",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "RIM Grouping or Nesting mechanisms",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "Nested group of Contract Provisions.",
"contentReference": "#Contract.term"
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "Element",
"severity": "error",
"expression": "hasValue() | (children().count() > id.count())"
} ],
"path": "Contract.signer",
"requirements": "The Contract.signer applies a signature to the Contract.binding referenced resource, which is the documentation that is the legal \"source of truth\". The Contract.signer may delegate, such as a legally recognized personal representative, or have a delegate assigned e.g., by a court of law, to actually sign the Contract, such as a trustee in the case of incompetence.",
"min": 0,
"definition": "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.",
"short": "Contract Signatory",
"mapping": [ {
"map": "Participation",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "Signatory"
} ],
"max": "*",
"id": "Contract.signer",
"comment": "Signers who are principal parties to the contract are bound by the Contract.activity related to the Contract.topic, and the Contract.term(s), which either extend or restrict the overall action on the topic by, for example, stipulating specific policies or obligations constraining actions, action reason, or agents with respect to some or all of the topic.\rFor example, specifying how policies or obligations shall constrain actions and action reasons permitted or denied on all or a subset of the Contract.topic (e.g., all or a portion of property being transferred by the contract), agents (e.g., who can resell, assign interests, or alter the property being transferred by the contract), actions, and action reasons; or with respect to Contract.terms, stipulating, extending, or limiting the Contract.period of applicability or valuation of items under consideration."
}, {
"path": "Contract.signer.id",
"min": 0,
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"short": "xml:id (or equivalent in JSON)",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "Contract.signer.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
}
}, {
"path": "Contract.signer.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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 is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"short": "Additional Content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Contract.signer.extension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
}
}, {
"path": "Contract.signer.modifierExtension",
"min": 0,
"definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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 is allowed to 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.",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content", "modifiers" ],
"max": "*",
"id": "Contract.signer.modifierExtension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isSummary": true
}, {
"path": "Contract.signer.type",
"min": 1,
"definition": "Role of this Contract signer, e.g. notary, grantee.",
"short": "Contract Signatory Role",
"mapping": [ {
"map": "FiveWs.actor",
"identity": "w5"
}, {
"map": "RoleClass, RoleCode, ParticipationType, ParticipationFunction class codes.",
"identity": "rim"
}, {
"map": "who.actor",
"identity": "w5"
} ],
"type": [ {
"code": "Coding"
} ],
"binding": {
"strength": "preferred",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractSignerType"
} ],
"description": "List of parties who may be signing.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-signer-type"
}
},
"max": "1",
"id": "Contract.signer.type"
}, {
"id": "Contract.signer.party",
"max": "1",
"min": 1,
"path": "Contract.signer.party",
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
} ],
"short": "Contract Signatory Party",
"mapping": [ {
"map": "Request.requester",
"identity": "workflow"
}, {
"map": "FiveWs.author",
"identity": "w5"
}, {
"map": "Role Class",
"identity": "rim"
}, {
"map": "who.author",
"identity": "w5"
} ],
"definition": "Party which is a signator to this Contract."
}, {
"id": "Contract.signer.signature",
"max": "*",
"min": 1,
"path": "Contract.signer.signature",
"type": [ {
"code": "Signature"
} ],
"short": "Contract Documentation Signature",
"mapping": [ {
"map": "FiveWs.author",
"identity": "w5"
}, {
"map": "Participation.signatureCode :: CD (0..1) Definition: Whether the participant has attested participation through a signature, or whether such a signature is needed. Examples: A surgical Procedure act object (representing a procedure report) requires a signature of the performing and responsible surgeon, and possibly other participants; The participant intends to provide a signature. Participation.signatureText :: ED (0..1) Definition: A textual or multimedia depiction of the signature by which the participant endorses and accepts responsibility for his or her participation in the Act as specified in the Participation.typeCode. UsageNotes: The signature can be represented either inline or by reference according to the ED data type. Typical cases are \r1) Paper-based signatures: the ED data type may refer to a document or other resource that can be retrieved through an electronic interface to a hardcopy archive. 2) Electronic signature: this attribute can represent virtually any electronic signature scheme. 3) Digital signature: this attribute can represent digital signatures by reference to a signature data block that is constructed in accordance to a digital signature standard, such as XML-DSIG, PKCS#7, PGP, etc. Examples: 1) An \"author\" participant assumes accountability for the truth of the Act statement to the best of his knowledge. 2) An information recipient only attests to the fact that he or she has received the information.",
"identity": "rim"
}, {
"map": "who.author",
"identity": "w5"
} ],
"definition": "Legally binding Contract DSIG signature contents in Base64."
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "Element",
"severity": "error",
"expression": "hasValue() | (children().count() > id.count())"
} ],
"path": "Contract.friendly",
"min": 0,
"definition": "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.",
"short": "Contract Friendly Language",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "LanguageCommunication",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "FriendlyLanguage"
} ],
"max": "*",
"id": "Contract.friendly"
}, {
"path": "Contract.friendly.id",
"min": 0,
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"short": "xml:id (or equivalent in JSON)",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "Contract.friendly.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
}
}, {
"path": "Contract.friendly.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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 is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"short": "Additional Content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Contract.friendly.extension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
}
}, {
"path": "Contract.friendly.modifierExtension",
"min": 0,
"definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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 is allowed to 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.",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content", "modifiers" ],
"max": "*",
"id": "Contract.friendly.modifierExtension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isSummary": true
}, {
"id": "Contract.friendly.content[x]",
"max": "1",
"min": 1,
"path": "Contract.friendly.content[x]",
"type": [ {
"code": "Attachment"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Composition"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/DocumentReference"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"
} ],
"short": "Easily comprehended representation of this Contract",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "Act.text Definition: A renderable textual or multimedia description (or reference to a description) of the complete information which would reasonably be expected to be displayed to a human reader conveyed by the Act.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "Human readable rendering of this Contract in a format and representation intended to enhance comprehension and ensure understandability."
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "Element",
"severity": "error",
"expression": "hasValue() | (children().count() > id.count())"
} ],
"path": "Contract.legal",
"min": 0,
"definition": "List of Legal expressions or representations of this Contract.",
"short": "Contract Legal Language",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "LanguageCommunication",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "LegalLanguage"
} ],
"max": "*",
"id": "Contract.legal"
}, {
"path": "Contract.legal.id",
"min": 0,
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"short": "xml:id (or equivalent in JSON)",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "Contract.legal.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
}
}, {
"path": "Contract.legal.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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 is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"short": "Additional Content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Contract.legal.extension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
}
}, {
"path": "Contract.legal.modifierExtension",
"min": 0,
"definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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 is allowed to 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.",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content", "modifiers" ],
"max": "*",
"id": "Contract.legal.modifierExtension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isSummary": true
}, {
"id": "Contract.legal.content[x]",
"max": "1",
"min": 1,
"path": "Contract.legal.content[x]",
"type": [ {
"code": "Attachment"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Composition"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/DocumentReference"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"
} ],
"short": "Contract Legal Text",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "Example: Act.text of an Act coded as with ActPrivacyLaw, ActPolicy code",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "Contract legal text in human renderable form."
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "Element",
"severity": "error",
"expression": "hasValue() | (children().count() > id.count())"
} ],
"path": "Contract.rule",
"min": 0,
"definition": "List of Computable Policy Rule Language Representations of this Contract.",
"short": "Computable Contract Language",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "LanguageCommunication",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "ComputableLanguage"
} ],
"max": "1",
"id": "Contract.rule"
}, {
"path": "Contract.rule.id",
"min": 0,
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"short": "xml:id (or equivalent in JSON)",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "Contract.rule.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
}
}, {
"path": "Contract.rule.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order 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 is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"short": "Additional Content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Contract.rule.extension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
}
}, {
"path": "Contract.rule.modifierExtension",
"min": 0,
"definition": "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 that contains it. Usually modifier elements provide negation or qualification. In order 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 is allowed to 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.",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content", "modifiers" ],
"max": "*",
"id": "Contract.rule.modifierExtension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isSummary": true
}, {
"id": "Contract.rule.content[x]",
"max": "1",
"min": 1,
"path": "Contract.rule.content[x]",
"type": [ {
"code": "Attachment"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/DocumentReference"
} ],
"short": "Computable Contract Rules",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "Computable Policy Consent [Observation: templateId 2.16.840.1.113883.3.445.16] This template is used to represent an alternative representation of the Privacy Consent Directive (e.g.,ODRL, XrML, XACML) as a computer-readable set of rules. An implementation may use any appropriate representations of the privacy consent in addition to the \"ConsentDirectiveStructuredDefinition\" which uses the Clinical Template structure to express the elements of a consent directive in an interoperable way.\r1. SHALL contain exactly one [1..1] templateId ( CONF-CD-16 ) such that it\ra. SHALL contain exactly one [1..1] @root=\"2.16.840.1.113883.3.445.16\"\r2. SHALL contain exactly one [1..1] @moodCode=\"DEF\" (CodeSystem: 2.16.840.1.113883.5.1001 HL7ActMood) (CONF:14912)\r3. SHALL contain exactly one [1..1] code (CONF:9139)/@code=\"57016-8\" Privacy Policy Acknowledgement Document (CodeSystem: 2.16.840.1.113883.6.1 LOINC) (CONF:9138)\rIt specifies the LOINC code corresponding to \"Privacy Policy Acknowledgement Document\", it is fixed at this value.\r4. SHOULD contain zero or more [0..*] value with @xsi:type=\"ANY\" (CONF:9140) The value contains the computable representation of the policy. This may be a standard-based access control or attribute control based policy (See\r\"References\"). Computable Policy Consent example\r\r\r\r\r ... \r\r",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "Computable Contract conveyed using a policy rule language (e.g. XACML, DKAL, SecPal)."
}, {
"id": "Contract.legallyBinding[x]",
"max": "1",
"min": 0,
"path": "Contract.legallyBinding[x]",
"type": [ {
"code": "Attachment"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Composition"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/DocumentReference"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Contract"
} ],
"short": "Binding Contract",
"mapping": [ {
"map": "DocumentCompletion code system AU (authenticated) Description: A completion status in which a document has been signed manually or electronically by one or more individuals who attest to its accuracy. No explicit determination is made that the assigned individual has performed the authentication. While the standard allows multiple instances of authentication, it would be typical to have a single instance of authentication, usually by the assigned individual.",
"identity": "rim"
} ],
"definition": "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."
} ]
},
"status": "draft",
"id": "5244d1a0-e0c7-4657-9aed-6380166c7aeb",
"kind": "resource",
"url": "http://hl7.org/fhir/StructureDefinition/Contract",
"version": null,
"differential": {
"element": [ {
"id": "Contract",
"max": "*",
"min": 0,
"path": "Contract",
"short": "Legal Agreement",
"mapping": [ {
"map": "Request",
"identity": "workflow"
}, {
"map": "FinancialContract",
"identity": "rim"
}, {
"map": "financial.other",
"identity": "w5"
} ],
"definition": "A formal agreement between parties regarding the conduct of business, exchange of information or other matters."
}, {
"path": "Contract.identifier",
"requirements": "This is the business identifier of the contract content conveyed. It may be a derivative of the legally binding contract, in which case, the identifier of the basal contract is contained in the Contract.binding referenced Contract.",
"min": 0,
"definition": "Unique identifier for this Contract or a derivative that references a Source Contract.",
"short": "Contract number",
"mapping": [ {
"map": "Request.identifier",
"identity": "workflow"
}, {
"map": "FinancialContract id",
"identity": "rim"
} ],
"type": [ {
"code": "Identifier"
} ],
"max": "1",
"id": "Contract.identifier",
"isSummary": true
}, {
"path": "Contract.status",
"requirements": "This is the Contract Business Workflow Status.",
"min": 0,
"definition": "The status of the resource instance.",
"isModifier": true,
"short": "amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated",
"mapping": [ {
"map": "Request.status",
"identity": "workflow"
}, {
"map": "FiveWs.status",
"identity": "w5"
}, {
"map": "Act.status",
"identity": "rim"
}, {
"map": "status",
"identity": "w5"
} ],
"type": [ {
"code": "code"
} ],
"binding": {
"strength": "required",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractStatus"
} ],
"description": "A code specifying the state of the resource instance.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-status"
}
},
"max": "1",
"id": "Contract.status",
"comment": "This element is labeled as a modifier because the status contains codes that mark the contract as not currently valid or active.",
"isSummary": true
}, {
"path": "Contract.contentDerivative",
"requirements": "In the context of a contract, the information source of the content derivative shall be the information referenced by the contract.binding.\rThe Contract Resource may function simply as the computable representation of the executed contract, which may be the attached to the Contract Resource as the “binding” or as the “friendly” electronic form. For example, a Contract Resource may be automatically populated with the values expressed in a related QuestionnaireResponse. \rHowever, the Contract Resource may be considered the legally binding contract if it is the only “executed” form of this contract, and includes the signatures as *The Contract Resource may function as the computable representation of an application or offer in a pre-executed Contract if the grantor has not entered any values. In this case, it is populated with values in a “legal” form of the application or offer or by the values in an associated Questionnaire. If the grantor has filled in the legal form or the associated Questionnaire Response, then these values are used to populate a pre-executed Contract Resource.\rIf the Contract.topic is considered an application or offer, then the policy is often required to be attached as the “legal” basis for the application to ensure “informed consent” to the contract, and that any discrepancy between the application and the policy are interpreted against the policy. Implementers should check organizational and jurisdictional policies to determine the relationship among multiple representations of a contract pre- and post-execution.",
"min": 0,
"definition": "The minimal content derived from the basal information source at a specific stage in its lifecycle.",
"short": "Content derived from the basal information",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "Maps partially to several v3 codes: ActClass: REG (registration) Description: Represents the act of maintaining information about the registration of its associated registered subject. The subject can be either an Act or a Role, and includes subjects such as lab exam definitions, drug protocol definitions, prescriptions, persons, patients, practitioners, and equipment.\rThe registration may have a unique identifier - separate from the unique identification of the subject - as well as a core set of related participations and act relationships that characterize the registration event and aid in the disposition of the subject information by a receiving system. Observation: VERIF (Verification) Description: An act which describes the process whereby a 'verifying party' validates either the existence of the Role attested to by some Credential or the actual Vetting act and its details. TRFR (transfer) Description: The act of transferring information without the intent of imparting understanding about a topic to the subject that is the recipient or holder of the transferred information where the participation association must be RCV or HLD. _ActDetectedIssueManagementCode [abstract term] Description: Codes dealing with the management of Detected Issue observations. _ActInformationAccessContextCode [abstract term] Description: Concepts conveying the context in which authorization given under jurisdictional law, by organizational policy, or by a patient consent directive permits the collection, access, use or disclosure of specified patient health information. _ActListCode [abstract term]vDescription: Provides codes associated with ActClass value of LIST (working list). RefusalReasonCode [abstract term] Description:\rDescription: Identifies why a request to add (or activate) a record is being refused. Examples include the receiving system not able to match the identifier and find that record in the receiving system, having no permission, or a detected issue exists which precludes the requested action.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractContentDerivative"
} ],
"description": "This is an example set of Content Derivative type codes, which represent the minimal content derived from the basal information source.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-content-derivative"
}
},
"max": "1",
"id": "Contract.contentDerivative"
}, {
"path": "Contract.issued",
"requirements": "The Contract issuance dateTime often precedes the Contract effective dateTime.",
"min": 0,
"definition": "When this Contract was issued.",
"short": "When this Contract was issued",
"mapping": [ {
"map": "Request.authoredOn",
"identity": "workflow"
}, {
"map": "Act.availabilityTime. Definition: A time expression specifying when an Observation, Procedure, or other Act occurs, or, depending on the mood, is supposed to occur, scheduled to occur, etc. The activityTime includes the times of component actions (such as preparation and clean-up). For Procedures and SubstanceAdministrations, the activityTime can provide a needed administrative function by providing a more inclusive time to be anticipated in scheduling. UsageNotes:The activityTime is primarily of administrative rather than clinical use. The clinically relevant time is the effectiveTime. When an observation of a prior symptom is made, the activityTime describes the time the observation is made, as opposed to effectiveTime which is the time the symptom is reported to have occurred. Thus the activityTime may be entirely different from the effectiveTime of the same Act. However, even apart from clinical use cases, designers should first consider effectiveTime as the primary relevant time for an Act. ActivityTime indicates when an Act occurs, not when it is recorded.",
"identity": "rim"
} ],
"type": [ {
"code": "dateTime"
} ],
"max": "1",
"id": "Contract.issued",
"isSummary": true
}, {
"path": "Contract.applies",
"requirements": "The dateTime upon which the Contract is binding.",
"min": 0,
"definition": "Relevant time or time-period when this Contract is applicable.",
"short": "Effective time",
"mapping": [ {
"map": "Request.occurrence[x]",
"identity": "workflow"
}, {
"map": "Act.effectiveTime Definition: The clinically or operationally relevant time of an act, exclusive of administrative activity.",
"identity": "rim"
} ],
"type": [ {
"code": "Period"
} ],
"max": "1",
"id": "Contract.applies",
"isSummary": true
}, {
"path": "Contract.subject",
"requirements": "The Contract.subject is an entity that has some role with respect to the Contract.topic and Contract.topic.term, which is of focal interest to the parties to the contract and likely impacted in a significant way by the Contract.action/Contract.action.reason and the Contract.term.action/Contract.action.reason. In many cases, the Contract.subject is a Contract.signer if the subject is an adult; has a legal interest in the contract; and incompetent to participate in the contract agreement.",
"min": 0,
"definition": "The target entity impacted by or of interest to parties to the agreement.",
"short": "Contract Target Entity",
"mapping": [ {
"map": "Request.subject",
"identity": "workflow"
}, {
"map": "RoleClass, RoleCode",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
} ],
"alias": [ "Patient" ],
"max": "*",
"id": "Contract.subject",
"comment": "The Contract.subject is an entity that has some role with respect to the Contract.topic and Contract.topic.term, which is of focal interest to the parties to the contract and likely impacted in a significant way by the Contract.action/Contract.action.reason and the Contract.term.action/Contract.action.reason. \rIn many cases, the Contract.subject is a Contract.signer if the subject is an adult; has a legal interest in the contract; and incompetent to participate in the contract agreement.",
"isSummary": true
}, {
"path": "Contract.authority",
"requirements": "The governance framework responsible for ensuring compliance with or enforcement of the contract or policy.",
"min": 0,
"definition": "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.",
"short": "Authority under which this Contract has standing",
"mapping": [ {
"map": "Organization Role. CONCEPT DOMAIN: OrganizationEntityType Description: Further classifies entities of EntityClass ORG.",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
} ],
"max": "*",
"id": "Contract.authority"
}, {
"path": "Contract.domain",
"requirements": "The entities bound by governance to comply with the enforcement of contracts or policies by a recognized authority.",
"min": 0,
"definition": "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.",
"short": "A sphere of control governed by an authoritative jurisdiction, organization, or person",
"mapping": [ {
"map": "TERR (territory of authority) Description: Relates a place entity (player) as the region over which the scoper (typically an Organization) has certain authority (jurisdiction). For example, the Calgary Regional Health Authority (scoper) has authority over the territory \"Region 4 of Alberta\" (player) in matters of health.\rEntity Class = Place? A physical place or site with its containing structure. May be natural or man-made. The geographic position of a place might or might not be constant.\rCONCEPT DOMAIN: TerritoryEntityType Description: A territorial entity that may be cited as the body over which an agency exercises jurisdiction, or which defines a sphere in which a party has a particular responsibility. CONCEPT DOMAIN: OrganizationEntityType\rDescription: Further classifies entities of EntityClass ORG.",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
} ],
"alias": [ "scope of governance jurisdiction" ],
"max": "*",
"id": "Contract.domain"
}, {
"path": "Contract.type",
"min": 0,
"definition": "Type of Contract such as an insurance policy, real estate contract, a will, power of attorny, Privacy or Security policy , trust framework agreement, etc.",
"short": "Type or form",
"mapping": [ {
"map": "Request.code",
"identity": "workflow"
}, {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "Maps to multiple ActClass and ActCode Concept Domains and Code Systems such as the following: In the ActClass Concept Domain: ActClassPolicy. In the ActCode Concept Domain: ActContractType, which generalizes ActFinancialContractType, ActCoverageType, ActBillingArrangementType. ActConsentType, which generalizes ActDataConsentType; ActFinancialParticipationConsentType; ActInformationAccessCode; AdvanceBeneficiaryNoticeType. ActPolicyType, which generalizes: ActPrivacyPolicyType, ActSensitivityPrivacyPolicyType, ActSecurityPolicyType. In the ActClass Code System: CNTRCT (contract) Description: An agreement of obligation between two or more parties that is subject to contractual law and enforcement, lwhich generalizes FCNTRCT (financial contract) and COV (coverage). POLICY (policy) - Description: A mandate, regulation, obligation, requirement, rule, or expectation unilaterally imposed by one party on: The activity of another party; the behavior of another party; or the manner in which an act is executed. LEAF CONCEPTS: JURISPOL (jurisdictional policy) Description:A mandate, regulation, obligation, requirement, rule, or expectation unilaterally imposed by a jurisdiction on: The activity of another party; the behavior of another party; or the manner in which an act is executed.Examples:A jurisdictional mandate regarding the prescribing and dispensing of a particular medication. A jurisdictional privacy or security regulation dictating the manner in which personal health information is disclosed. A jurisdictional requirement that certain services or health conditions are reported to a monitoring program, e.g., immunizations, methadone treatment, or cancer registries.ORGPOL (organizational policy)Examples:A clinical or research protocols imposed by a payer, a malpractice insurer, or an institution to which a provider must adhere. A mandate imposed by a denominational institution for a provider to provide or withhold certain information from the patient about treatment options.SCOPOL (scope of practice policy)Description:An ethical or clinical obligation, requirement, rule, or expectation imposed or strongly encouraged by organizations that oversee particular clinical domains or provider certification which define the boundaries within which a provider may practice and which may have legal basis or ramifications.Examples:An ethical obligation for a provider to fully inform a patient about all treatment options. An ethical obligation for a provider not to disclose personal health information that meets certain criteria, e.g., where disclosure might result in harm to the patient or another person. The set of health care services which a provider is credentialed or privileged to provide. STDPOL (standard of practice policy) Examples:A payer may require a prescribing provider to adhere to formulary guidelines. An institution may adopt clinical guidelines and protocols and implement these within its electronic health record and decision support systems. CONS (consent)Description: The Consent class represents informed consents and all similar medico-legal transactions between the patient (or his legal guardian) and the provider. Examples are informed consent for surgical procedures, informed consent for clinical trials, advanced beneficiary notice, against medical advice decline from service, release of information agreement, etc. The details of consents vary. Often an institution has a number of different consent forms for various purposes, including reminding the physician about the topics to mention. Such forms also include patient education material. In electronic medical record communication, consents thus are information-generating acts on their own and need to be managed similar to medical activities. Thus, Consent is modeled as a special class of Act. The \"signatures\" to the consent document are represented electronically through Participation instances to the consent object. Typically an informed consent has Participation.typeCode of \"performer\", the healthcare provider informing the patient, and \"consenter\", the patient or legal guardian. Some consent may associate a witness or a notary public (e.g., living wills, advanced directives). In consents where a healthcare provider is not required (e.g. living will), the performer may be the patient himself or a notary public.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractType"
} ],
"description": "List of overall contract codes.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-type"
}
},
"max": "1",
"id": "Contract.type",
"isSummary": true
}, {
"path": "Contract.subType",
"min": 0,
"definition": "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.",
"short": "Subtype within the context of type",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "Examples of Contract or Policy subtypes in ActCodes:_ActCoverageTypeCode Definition: Set of codes indicating the type of insurance policy or program that pays for the cost of benefits provided to covered parties. Generalizes: _ActInsurancePolicyCode; _ActInsuranceTypeCode; ActProgramTypeCode. _ActPolicyType Description:Types of policies that further specify the ActClassPolicy value set. Generalizes: _ActPrivacyPolicy; _ActPrivacyLaw; _InformationSensitivityPolicy; ActTrustPolicyType; SecurityPolicy. _ActInvoiceAdjudicationPaymentGroupCode Description: Codes representing adjustments to a Payment Advice such as retroactive, clawback, garnishee, etc., e.g. RECOV (recovery) Description: Retroactive adjustment such as fee rate adjustment due to contract negotiations.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractSubtype"
} ],
"description": "Detailed codes within the above.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-subtype"
}
},
"max": "*",
"id": "Contract.subType",
"isSummary": true
}, {
"path": "Contract.term",
"min": 0,
"definition": "One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups.",
"short": "Contract Term List",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "RIM mechanism for grouping or nesting rules, which are likely Acts and Observations.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "Term"
} ],
"max": "*",
"id": "Contract.term"
}, {
"path": "Contract.term.identifier",
"min": 0,
"definition": "Unique identifier for this particular Contract Provision.",
"short": "Contract Term Number",
"mapping": [ {
"map": "Request.identifier",
"identity": "workflow"
}, {
"map": "Act or Observation identifier.",
"identity": "rim"
} ],
"type": [ {
"code": "Identifier"
} ],
"max": "1",
"id": "Contract.term.identifier",
"isSummary": true
}, {
"path": "Contract.term.issued",
"min": 0,
"definition": "When this Contract Provision was issued.",
"short": "Contract Term Issue Date Time",
"mapping": [ {
"map": "Request.authoredOn",
"identity": "workflow"
}, {
"map": "FiveWs.recorded",
"identity": "w5"
}, {
"map": "Act availabilityTime",
"identity": "rim"
}, {
"map": "when.recorded",
"identity": "w5"
} ],
"type": [ {
"code": "dateTime"
} ],
"max": "1",
"id": "Contract.term.issued",
"isSummary": true
}, {
"path": "Contract.term.applies",
"min": 0,
"definition": "Relevant time or time-period when this Contract Provision is applicable.",
"short": "Contract Term Effective Time",
"mapping": [ {
"map": "Request.occurrence[x]",
"identity": "workflow"
}, {
"map": "FiveWs.done[x]",
"identity": "w5"
}, {
"map": "Act effectiveTime",
"identity": "rim"
}, {
"map": "when.done",
"identity": "w5"
} ],
"type": [ {
"code": "Period"
} ],
"max": "1",
"id": "Contract.term.applies",
"isSummary": true
}, {
"path": "Contract.term.type",
"min": 0,
"definition": "Type of Contract Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g. life time maximum benefit.",
"short": "Contract Term Type or Form",
"mapping": [ {
"map": "Request.code",
"identity": "workflow"
}, {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "See Contract.term mapping.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractTermType"
} ],
"description": "Detailed codes for the types of contract provisions.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-term-type"
}
},
"max": "1",
"id": "Contract.term.type"
}, {
"path": "Contract.term.subType",
"min": 0,
"definition": "Subtype of this Contract Provision, e.g. life time maximum payment for a contract term for specific valued item, e.g. disability payment.",
"short": "Contract Term Type specific classification",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "See Contract.topic mapping.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractTermSubType"
} ],
"description": "Detailed codes for the subtypes of contract provisions.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-term-subtype"
}
},
"max": "1",
"id": "Contract.term.subType"
}, {
"path": "Contract.term.offer",
"min": 1,
"definition": "The matter of concern in the context of this provision of the agrement.",
"short": "Context of the Contract term",
"mapping": [ {
"map": "Document",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "ContractOffer"
} ],
"max": "1",
"id": "Contract.term.offer"
}, {
"path": "Contract.term.offer.topic",
"requirements": "In the context of a contract, the topic is the matter under consideration in regards to which specific rights, privileges, obligations, restrictions, and prohibitions are binding on any grantor and grantee parties upon the execution of the contract. \rGiven the wide range of contract topics, implementers need to be cognizant of the business use case for which they are designing a FHIR Contract, and narrowly specify the topic being represented with respect to the Contract.type and any specializing Contract.subtype. \rThe same topic, e.g., an asset such as a good or service, such as a real property, medical supply, insurance, information, a procedure or employment, or a manner of conduct, such adherence to a privacy, trust, or security policy, may be the topic of multiple types of contracts. \rOne way to determine the Contract.topic is to answer the question: “What is the object of negotiation?”\rAnswer: The Contract.topic, which may be described with more detail in the [0..*]Contract.valuedItem @ [0..1] Contract.valuedItem.entity[x] Definition: Specific type of Contract Valued Item that may be priced. CodeableConcept|Reference(Any)\rContract.topic is “the what” that a grantor is exchanging with a grantee in return for some benefit. \rContract.topic is “the what” to which any Contract.action is being applied for any stipulated Contract.action.reason. \rAContract.topic is “the what” governed by the execution of the contract to which any party’s rights, privileges, obligations, restrictions, and prohibitions apply.",
"min": 0,
"definition": "The owner of an asset has the residual control rights over the asset: the right to decide all usages of the asset in any way not inconsistent with a prior contract, custom, or law (Hart, 1995, p. 30).",
"short": "Negotiable offer asset",
"mapping": [ {
"map": "Event.context",
"identity": "workflow"
}, {
"map": "Includes many ActClass, ActCode, RoleClass, RoleCode, EntityClass, EntityCode, ParticipationType codes from HL7 concept domains and code systems. For example, RoleCode: HLD (held entity) Description: Entity that is currently in the possession of a holder (scoper), who holds, or uses it, usually based on some agreement with the owner. MANU (manufactured product) Description: Scoped by the manufacturer. OWN (owned entity) Description: An Entity (player) for which someone (scoper) is granted by law the right to call the material (player) his own. This entitles the scoper to make decisions about the disposition of that material. WRTE (warranted product) Description:\rA role a product plays when a guarantee is given to the purchaser by the seller (scoping entity) stating that the product is reliable and free from known defects and that the seller will repair or replace defective parts within a given time limit and under certain conditions.",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
} ],
"max": "1",
"id": "Contract.term.offer.topic",
"comment": "The Contract.topic may be an application for or offer of a policy or service (e.g., uri to a consent directive form or a health insurance policy), which becomes the Contract once accepted by both the grantor and grantee. \rThe Contract Resource may function simply as the computable representation of the executed contract, which may be the attached to the Contract Resource as the “binding” or as the “friendly” electronic form. For example, a Contract Resource may be automatically populated with the values expressed in a related QuestionnaireResponse. \rHowever, the Contract Resource may be considered the legally binding contract if it is the only “executed” form of this contract, and includes the signatures as *The Contract Resource may function as the computable representation of an application or offer in a pre-executed Contract if the grantor has not entered any values. In this case, it is populated with values in a “legal” form of the application or offer or by the values in an associated Questionnaire. If the grantor has filled in the legal form or the associated Questionnaire Response, then these values are used to populate a pre-executed Contract Resource.\rIf the Contract.topic is considered an application or offer, then the policy is often required to be attached as the “legal” basis for the application to ensure “informed consent” to the contract, and that any discrepancy between the application and the policy are interpreted against the policy. Implementers should check organizational and jurisdictional policies to determine the relationship among multiple representations of a contract pre- and post-execution.",
"isSummary": true
}, {
"path": "Contract.term.offer.type",
"min": 0,
"definition": "Type of Contract Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g. life time maximum benefit.",
"short": "Contract Offer Type or Form",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "See Contract.term mapping.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractTermType"
} ],
"description": "Detailed codes for the types of contract provisions.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-term-type"
}
},
"max": "1",
"id": "Contract.term.offer.type"
}, {
"path": "Contract.term.offer.decision",
"requirements": "In some policy or contract contexts, the \"offer\" is made by an offeror wishing to be the \"grantee\" of the offer topic by the grantor. From this perspective, the grantor is the \"offeree\".",
"min": 0,
"definition": "The type of decision made by a grantor with respect to an offer made by a grantee.",
"short": "Decision by Grantor",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "ActCode: _ActConsentDirective [abstract term] Description: Specifies the type of agreement between one or more grantor and grantee in which rights and obligations related to one or more shared items of interest are allocated. Usage Note: Such agreements may be considered \"consent directives\" or \"contracts\" depending on the context, and are considered closely related or synonymous from a legal perspective.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "extensible",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractDecisionType"
} ],
"description": "The type of decision made by a grantor with respect to an offer made by a grantee.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/v3-ActConsentDirective"
}
},
"max": "1",
"id": "Contract.term.offer.decision"
}, {
"id": "Contract.term.offer.text",
"max": "1",
"min": 0,
"path": "Contract.term.offer.text",
"type": [ {
"code": "string"
} ],
"short": "Human readable offer text",
"mapping": [ {
"map": "Document.text",
"identity": "rim"
} ],
"definition": "Human readable form of this Contract Offer."
}, {
"id": "Contract.term.offer.linkId",
"max": "1",
"min": 0,
"path": "Contract.term.offer.linkId",
"type": [ {
"code": "string"
} ],
"short": "Pointer to text",
"mapping": [ {
"map": ".outboundRelationship[typeCode=DEFN].target[classCode=OBS, moodCode=DEFN].id",
"identity": "rim"
} ],
"definition": "The id of the clause or question text of the offer in the referenced questionnaire/response."
}, {
"path": "Contract.term.asset",
"min": 0,
"definition": "Contract Term Asset List.",
"short": "Contract Term Asset List",
"mapping": [ {
"map": "FinancialContract.paymentTermsCode",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "ContractAsset"
} ],
"max": "*",
"id": "Contract.term.asset"
}, {
"path": "Contract.term.asset.class",
"min": 0,
"definition": "Resource Type, Profile, or CDA etc.",
"short": "Resource Type, Profile, or CDA etc",
"mapping": [ {
"map": "FinancialContract.code",
"identity": "rim"
} ],
"type": [ {
"code": "Coding"
} ],
"binding": {
"strength": "extensible",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ConsentContentClass"
} ],
"description": "The class (type) of information a consent rule covers",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/consent-content-class"
}
},
"max": "1",
"id": "Contract.term.asset.class"
}, {
"path": "Contract.term.asset.code",
"min": 0,
"definition": "Code in the content.",
"short": "Code in the content",
"mapping": [ {
"map": "FinancialContract.code",
"identity": "rim"
} ],
"type": [ {
"code": "Coding"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ConsentContentCode"
} ],
"description": "If this code is found in an instance, then the exception applies",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/consent-content-code"
}
},
"max": "1",
"id": "Contract.term.asset.code"
}, {
"id": "Contract.term.asset.period",
"max": "1",
"min": 0,
"path": "Contract.term.asset.period",
"type": [ {
"code": "Period"
} ],
"short": "Time period of the asset",
"mapping": [ {
"map": "FinancialContract.activityTime",
"identity": "rim"
} ],
"definition": "Time period of the asset."
}, {
"id": "Contract.term.asset.dataPeriod",
"max": "1",
"min": 0,
"path": "Contract.term.asset.dataPeriod",
"type": [ {
"code": "Period"
} ],
"short": "Time period of the data for the asset",
"mapping": [ {
"map": "FinancialContract.effectiveTime",
"identity": "rim"
} ],
"definition": "Time period of the data for the asset."
}, {
"path": "Contract.term.asset.data",
"min": 0,
"definition": "Data defined by this Asset.",
"short": "Data defined by this Asset",
"mapping": [ {
"map": "FinancialContract.paymentTermsCode",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "AssetData"
} ],
"max": "*",
"id": "Contract.term.asset.data"
}, {
"path": "Contract.term.asset.data.meaning",
"min": 0,
"definition": "instance | related | dependents | authoredby.",
"short": "instance | related | dependents | authoredby",
"mapping": [ {
"map": "FinancialContract.code",
"identity": "rim"
} ],
"type": [ {
"code": "code"
} ],
"binding": {
"strength": "required",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractDataMeaning"
} ],
"description": "How a resource reference is interpreted when evaluating contract offers",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-data-meaning"
}
},
"max": "1",
"id": "Contract.term.asset.data.meaning"
}, {
"id": "Contract.term.asset.data.reference",
"max": "1",
"min": 0,
"path": "Contract.term.asset.data.reference",
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
} ],
"short": "The actual data reference",
"mapping": [ {
"map": "Document",
"identity": "rim"
} ],
"definition": "The actual data reference."
}, {
"path": "Contract.term.asset.valuedItem",
"min": 0,
"definition": "Contract Valued Item List.",
"short": "Contract Valued Item List",
"mapping": [ {
"map": "COCT_RM440000UV09 ValuedItem classCode INVE",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "ValuedItem"
} ],
"max": "*",
"id": "Contract.term.asset.valuedItem"
}, {
"id": "Contract.term.asset.valuedItem.entity[x]",
"max": "1",
"min": 0,
"path": "Contract.term.asset.valuedItem.entity[x]",
"type": [ {
"code": "CodeableConcept"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
} ],
"short": "Contract Valued Item Type",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "COCT_RM440000UV09 ValuedItem code",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "Specific type of Contract Valued Item that may be priced."
}, {
"id": "Contract.term.asset.valuedItem.identifier",
"max": "1",
"min": 0,
"path": "Contract.term.asset.valuedItem.identifier",
"type": [ {
"code": "Identifier"
} ],
"short": "Contract Valued Item Number",
"mapping": [ {
"map": "COCT_RM440000UV09 ValuedItem id",
"identity": "rim"
} ],
"definition": "Identifies a Contract Valued Item instance."
}, {
"id": "Contract.term.asset.valuedItem.effectiveTime",
"max": "1",
"min": 0,
"path": "Contract.term.asset.valuedItem.effectiveTime",
"type": [ {
"code": "dateTime"
} ],
"short": "Contract Valued Item Effective Tiem",
"mapping": [ {
"map": "FiveWs.done[x]",
"identity": "w5"
}, {
"map": "COCT_RM440000UV09 ValuedItem effectiveTime",
"identity": "rim"
}, {
"map": "when.done",
"identity": "w5"
} ],
"definition": "Indicates the time during which this Contract ValuedItem information is effective."
}, {
"id": "Contract.term.asset.valuedItem.quantity",
"max": "1",
"min": 0,
"path": "Contract.term.asset.valuedItem.quantity",
"type": [ {
"code": "Quantity",
"profile": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
} ],
"short": "Count of Contract Valued Items",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "COCT_RM440000UV09 ValuedItem unitQuantity",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "Specifies the units by which the Contract Valued Item is measured or counted, and quantifies the countable or measurable Contract Valued Item instances."
}, {
"id": "Contract.term.asset.valuedItem.unitPrice",
"max": "1",
"min": 0,
"path": "Contract.term.asset.valuedItem.unitPrice",
"type": [ {
"code": "Money"
} ],
"short": "Contract Valued Item fee, charge, or cost",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "COCT_RM440000UV09 ValuedItem unitPriceAmt",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "A Contract Valued Item unit valuation measure."
}, {
"id": "Contract.term.asset.valuedItem.factor",
"max": "1",
"min": 0,
"path": "Contract.term.asset.valuedItem.factor",
"type": [ {
"code": "decimal"
} ],
"short": "Contract Valued Item Price Scaling Factor",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "COCT_RM440000UV09 ValuedItem factorNumber",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "A real number that represents a multiplier used in determining the overall value of the Contract Valued Item delivered. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount."
}, {
"id": "Contract.term.asset.valuedItem.points",
"max": "1",
"min": 0,
"path": "Contract.term.asset.valuedItem.points",
"type": [ {
"code": "decimal"
} ],
"short": "Contract Valued Item Difficulty Scaling Factor",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "COCT_RM440000UV09 ValuedItem pointNumber",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the Contract Valued Item delivered. The concept of Points allows for assignment of point values for a Contract Valued Item, such that a monetary amount can be assigned to each point."
}, {
"id": "Contract.term.asset.valuedItem.net",
"max": "1",
"min": 0,
"path": "Contract.term.asset.valuedItem.net",
"type": [ {
"code": "Money"
} ],
"short": "Total Contract Valued Item Value",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "COCT_RM440000UV09 ValuedItem netAmt",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "Expresses the product of the Contract Valued Item unitQuantity and the unitPriceAmt. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied."
}, {
"path": "Contract.term.asset.securityLabel",
"min": 0,
"definition": "A set of security labels that define which terms are controlled by this condition.",
"short": "Security Labels that define affected terms",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "See Contract.securityLabel mapping.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "Coding"
} ],
"binding": {
"strength": "extensible",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "SecurityLabels"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
} ],
"description": "Security Labels from the Healthcare Privacy and Security Classification System.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/security-labels"
}
},
"max": "*",
"id": "Contract.term.asset.securityLabel",
"isSummary": true
}, {
"path": "Contract.term.agent",
"requirements": "An agent can be a person, an organization, software, device, or other entities that may be ascribed responsibility.",
"min": 0,
"definition": "An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.",
"short": "Entity being ascribed responsibility",
"mapping": [ {
"map": "Participation",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "Agent"
} ],
"max": "*",
"id": "Contract.term.agent",
"comment": "Several agents may be associated (i.e. has some responsibility for an activity) with an activity and vice-versa.\rFor example, in cases of actions initiated by one user for other users, or in events that involve more than one user, hardware device, software, or system process. However, only one user may be the initiator/requestor for the event."
}, {
"id": "Contract.term.agent.actor",
"max": "1",
"min": 1,
"path": "Contract.term.agent.actor",
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Contract"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Substance"
} ],
"short": "Contract Agent Type",
"mapping": [ {
"map": "Request.performer",
"identity": "workflow"
}, {
"map": "FiveWs.actor",
"identity": "w5"
}, {
"map": "RIM Role, Participation Type classes",
"identity": "rim"
}, {
"map": "who.actor",
"identity": "w5"
} ],
"definition": "Who or what parties are assigned roles in this Contract."
}, {
"path": "Contract.term.agent.role",
"min": 0,
"definition": "Role type of agent assigned roles in this Contract.",
"short": "Role type of the agent",
"mapping": [ {
"map": "RoleClass, RoleCode, ParticipationType, ParticipationFunction codes",
"identity": "rim"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractActorRole"
} ],
"description": "Detailed codes for the contract actor role.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-actorrole"
}
},
"max": "*",
"id": "Contract.term.agent.role"
}, {
"path": "Contract.term.action",
"requirements": "If the Contract.topic references a Resource, which contains actions or activities, such as a Procedure to which a grantor is agreeing to receive from the grantee, then this element would likely not be populated. If the Resource referenced in the Contract.topic does not include an action such as a Device, then the Contract.action would likely be populated, for example with the actions \"purchase and sale\" the Device.",
"min": 0,
"definition": "Action stipulated by this Contract Provision.",
"short": "Contract Term Activity",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "Maps to multiple ActClass and ActCode Concept Domains and Code Systems.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractAction"
} ],
"description": "Detailed codes for the contract action.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-action"
}
},
"max": "*",
"id": "Contract.term.action"
}, {
"path": "Contract.term.actionReason",
"min": 0,
"definition": "Reason or purpose for the action stipulated by this Contract Provision.",
"short": "Purpose for the Contract Term Action",
"mapping": [ {
"map": "Request.reasonCode",
"identity": "workflow"
}, {
"map": "FiveWs.why[x]",
"identity": "w5"
}, {
"map": "Examples from ActReason Concept Domains: ActCoverageReason Description:Codes used to specify reasons or criteria relating to coverage provided under a policy or program. May be used to convey reasons pertaining to coverage contractual provisions, including criteria for eligibility, coverage limitations, coverage maximums, or financial participation required of covered parties. ActInformationPrivacyReason Description: The rationale or purpose for an act relating to the management of personal information, such as disclosing personal tax information for the purpose of complying with a court order. ClinicalResearchObservationReason Definition: Specifies the reason that a test was performed or observation collected in a clinical research study. SafetyInvestigationReportReasonType Description: Possible reasons generating a report providing information developed during the investigation of an adverse event or a product problem. ControlActReason Description: Indicates the motivation, cause or rationale of an Act which results in a trigger event. NonPerformanceReasonCode Description: The reason the action was not performed, e.g. why the medication was not taken. If an action was not performed, it is often clinically important to know why the action was not taken. RefusalReasonCode Description: Identifies why a request to add (or activate) a record is being refused. Examples include the receiving system not able to match the identifier and find that record in the receiving system, having no permission, or a detected issue exists which precludes the requested action.\r\r\r\r\r\r\r\rExamples from HL7 ActReason Code System: QUALIMP (quality improvement) Description:Operational activities conducted for the purposes of improving the quality of an activity, product, or service. _PatientProfileQueryReasonCode Description: A collection of concepts identifying why the patient's profile is being queried. _ActInformationManagementReason Description:The rationale or purpose for an act relating to information management, such as archiving information for the purpose of complying with an enterprise data retention policy. _ActInvalidReason (ActInvalidReason) Description: Types of reasons why a substance is invalid for use. _NonPerformanceReasonCode Description: The reason the action wasn't performed, e.g. why the medication was not taken. If an action wasn\"t performed, it is often clinically important to know why the action wasn\"t taken.",
"identity": "rim"
}, {
"map": "why",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractActionReason"
} ],
"description": "Detailed codes for the contract action reason.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/v3-PurposeOfUse"
}
},
"max": "*",
"id": "Contract.term.actionReason"
}, {
"id": "Contract.term.group",
"max": "*",
"min": 0,
"path": "Contract.term.group",
"short": "Nested Contract Term Group",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "RIM Grouping or Nesting mechanisms",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "Nested group of Contract Provisions.",
"contentReference": "#Contract.term"
}, {
"path": "Contract.signer",
"requirements": "The Contract.signer applies a signature to the Contract.binding referenced resource, which is the documentation that is the legal \"source of truth\". The Contract.signer may delegate, such as a legally recognized personal representative, or have a delegate assigned e.g., by a court of law, to actually sign the Contract, such as a trustee in the case of incompetence.",
"min": 0,
"definition": "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.",
"short": "Contract Signatory",
"mapping": [ {
"map": "Participation",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "Signatory"
} ],
"max": "*",
"id": "Contract.signer",
"comment": "Signers who are principal parties to the contract are bound by the Contract.activity related to the Contract.topic, and the Contract.term(s), which either extend or restrict the overall action on the topic by, for example, stipulating specific policies or obligations constraining actions, action reason, or agents with respect to some or all of the topic.\rFor example, specifying how policies or obligations shall constrain actions and action reasons permitted or denied on all or a subset of the Contract.topic (e.g., all or a portion of property being transferred by the contract), agents (e.g., who can resell, assign interests, or alter the property being transferred by the contract), actions, and action reasons; or with respect to Contract.terms, stipulating, extending, or limiting the Contract.period of applicability or valuation of items under consideration."
}, {
"path": "Contract.signer.type",
"min": 1,
"definition": "Role of this Contract signer, e.g. notary, grantee.",
"short": "Contract Signatory Role",
"mapping": [ {
"map": "FiveWs.actor",
"identity": "w5"
}, {
"map": "RoleClass, RoleCode, ParticipationType, ParticipationFunction class codes.",
"identity": "rim"
}, {
"map": "who.actor",
"identity": "w5"
} ],
"type": [ {
"code": "Coding"
} ],
"binding": {
"strength": "preferred",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContractSignerType"
} ],
"description": "List of parties who may be signing.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/contract-signer-type"
}
},
"max": "1",
"id": "Contract.signer.type"
}, {
"id": "Contract.signer.party",
"max": "1",
"min": 1,
"path": "Contract.signer.party",
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
} ],
"short": "Contract Signatory Party",
"mapping": [ {
"map": "Request.requester",
"identity": "workflow"
}, {
"map": "FiveWs.author",
"identity": "w5"
}, {
"map": "Role Class",
"identity": "rim"
}, {
"map": "who.author",
"identity": "w5"
} ],
"definition": "Party which is a signator to this Contract."
}, {
"id": "Contract.signer.signature",
"max": "*",
"min": 1,
"path": "Contract.signer.signature",
"type": [ {
"code": "Signature"
} ],
"short": "Contract Documentation Signature",
"mapping": [ {
"map": "FiveWs.author",
"identity": "w5"
}, {
"map": "Participation.signatureCode :: CD (0..1) Definition: Whether the participant has attested participation through a signature, or whether such a signature is needed. Examples: A surgical Procedure act object (representing a procedure report) requires a signature of the performing and responsible surgeon, and possibly other participants; The participant intends to provide a signature. Participation.signatureText :: ED (0..1) Definition: A textual or multimedia depiction of the signature by which the participant endorses and accepts responsibility for his or her participation in the Act as specified in the Participation.typeCode. UsageNotes: The signature can be represented either inline or by reference according to the ED data type. Typical cases are \r1) Paper-based signatures: the ED data type may refer to a document or other resource that can be retrieved through an electronic interface to a hardcopy archive. 2) Electronic signature: this attribute can represent virtually any electronic signature scheme. 3) Digital signature: this attribute can represent digital signatures by reference to a signature data block that is constructed in accordance to a digital signature standard, such as XML-DSIG, PKCS#7, PGP, etc. Examples: 1) An \"author\" participant assumes accountability for the truth of the Act statement to the best of his knowledge. 2) An information recipient only attests to the fact that he or she has received the information.",
"identity": "rim"
}, {
"map": "who.author",
"identity": "w5"
} ],
"definition": "Legally binding Contract DSIG signature contents in Base64."
}, {
"path": "Contract.friendly",
"min": 0,
"definition": "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.",
"short": "Contract Friendly Language",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "LanguageCommunication",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "FriendlyLanguage"
} ],
"max": "*",
"id": "Contract.friendly"
}, {
"id": "Contract.friendly.content[x]",
"max": "1",
"min": 1,
"path": "Contract.friendly.content[x]",
"type": [ {
"code": "Attachment"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Composition"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/DocumentReference"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"
} ],
"short": "Easily comprehended representation of this Contract",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "Act.text Definition: A renderable textual or multimedia description (or reference to a description) of the complete information which would reasonably be expected to be displayed to a human reader conveyed by the Act.",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "Human readable rendering of this Contract in a format and representation intended to enhance comprehension and ensure understandability."
}, {
"path": "Contract.legal",
"min": 0,
"definition": "List of Legal expressions or representations of this Contract.",
"short": "Contract Legal Language",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "LanguageCommunication",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "LegalLanguage"
} ],
"max": "*",
"id": "Contract.legal"
}, {
"id": "Contract.legal.content[x]",
"max": "1",
"min": 1,
"path": "Contract.legal.content[x]",
"type": [ {
"code": "Attachment"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Composition"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/DocumentReference"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"
} ],
"short": "Contract Legal Text",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "Example: Act.text of an Act coded as with ActPrivacyLaw, ActPolicy code",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "Contract legal text in human renderable form."
}, {
"path": "Contract.rule",
"min": 0,
"definition": "List of Computable Policy Rule Language Representations of this Contract.",
"short": "Computable Contract Language",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "LanguageCommunication",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "ComputableLanguage"
} ],
"max": "1",
"id": "Contract.rule"
}, {
"id": "Contract.rule.content[x]",
"max": "1",
"min": 1,
"path": "Contract.rule.content[x]",
"type": [ {
"code": "Attachment"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/DocumentReference"
} ],
"short": "Computable Contract Rules",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": "Computable Policy Consent [Observation: templateId 2.16.840.1.113883.3.445.16] This template is used to represent an alternative representation of the Privacy Consent Directive (e.g.,ODRL, XrML, XACML) as a computer-readable set of rules. An implementation may use any appropriate representations of the privacy consent in addition to the \"ConsentDirectiveStructuredDefinition\" which uses the Clinical Template structure to express the elements of a consent directive in an interoperable way.\r1. SHALL contain exactly one [1..1] templateId ( CONF-CD-16 ) such that it\ra. SHALL contain exactly one [1..1] @root=\"2.16.840.1.113883.3.445.16\"\r2. SHALL contain exactly one [1..1] @moodCode=\"DEF\" (CodeSystem: 2.16.840.1.113883.5.1001 HL7ActMood) (CONF:14912)\r3. SHALL contain exactly one [1..1] code (CONF:9139)/@code=\"57016-8\" Privacy Policy Acknowledgement Document (CodeSystem: 2.16.840.1.113883.6.1 LOINC) (CONF:9138)\rIt specifies the LOINC code corresponding to \"Privacy Policy Acknowledgement Document\", it is fixed at this value.\r4. SHOULD contain zero or more [0..*] value with @xsi:type=\"ANY\" (CONF:9140) The value contains the computable representation of the policy. This may be a standard-based access control or attribute control based policy (See\r\"References\"). Computable Policy Consent example\r\r\r\r\r ... \r\r",
"identity": "rim"
}, {
"map": "what",
"identity": "w5"
} ],
"definition": "Computable Contract conveyed using a policy rule language (e.g. XACML, DKAL, SecPal)."
}, {
"id": "Contract.legallyBinding[x]",
"max": "1",
"min": 0,
"path": "Contract.legallyBinding[x]",
"type": [ {
"code": "Attachment"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Composition"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/DocumentReference"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Contract"
} ],
"short": "Binding Contract",
"mapping": [ {
"map": "DocumentCompletion code system AU (authenticated) Description: A completion status in which a document has been signed manually or electronically by one or more individuals who attest to its accuracy. No explicit determination is made that the assigned individual has performed the authentication. While the standard allows multiple instances of authentication, it would be typical to have a single instance of authentication, usually by the assigned individual.",
"identity": "rim"
} ],
"definition": "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."
} ]
},
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
} ]
}, {
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/fm/index.cfm",
"system": "url"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}