This page is part of the FHIR Specification (v3.3.0: R4 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R3 R2
(No assigned work group) | Maturity Level: 1 | Informative | Use Context: Any |
Definitions for the consentdirective Profile.
Contract | |
Element Id | Contract |
Definition | A record of a healthcare consumer’s privacy policy, which is in accordance with governing jurisdictional and organization privacy policies that grant or withhold consent: • To one or more identified entities in a defined role • To perform one or more operations (e.g. collect, access, use, disclose, amend, or delete) • On an instance or type of individually identifiable health information [IIHI] • For a purpose such as treatment, payment, operations, research, public health, quality measures, health status evaluation by third parties, or marketing • Under certain conditions, e.g. when unconscious • For specified time period, e.g. effective and expiration dates • In certain context, e.g. in an emergency A consent directive is an instance of governing jurisdictional and organization privacy policies, which might or might not be backed up by a signed document (paper or electronic). [HITSP TP30]. |
Control | 0..* |
Invariants | Defined on this element dom-1: If the resource is contained in another resource, it SHALL NOT contain any narrative (xpath: not(parent::f:contained and f:text)) dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (xpath: not(parent::f:contained and f:contained)) dom-3: 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::f:reference[@value='#'])]))) dom-4: 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))) |
Contract.id | |
Element Id | Contract.id |
Definition | The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. |
Control | 0..1 |
Type | id |
Comments | The only time that a resource does not have an id is when it is being submitted to the server using a create operation. |
Contract.meta | |
Element Id | Contract.meta |
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. |
Control | 0..1 |
Type | Meta |
Contract.implicitRules | |
Element Id | Contract.implicitRules |
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. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. |
Control | 0..1 |
Type | uri |
Is Modifier | true (Reason: This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation) |
Comments | 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. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc. |
Contract.language | |
Element Id | Contract.language |
Definition | The base language in which the resource is written. |
Control | 0..1 |
Terminology Binding | A human language. The codes SHALL be taken from Common Languages; other codes may be used where these codes are not suitable |
Type | code |
Comments | 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). |
Contract.text | |
Element Id | Contract.text |
Definition | A human-readable narrative that contains a summary of the resource and can 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. |
Control | 0..1 This element is affected by the following invariants: dom-1 |
Type | Narrative |
Alternate Names | narrative, html, xhtml, display |
Comments | 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. |
Contract.contained | |
Element Id | Contract.contained |
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. |
Control | 0..* |
Type | Resource |
Alternate Names | inline resources, anonymous resources, contained resources |
Comments | 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. |
Contract.extension | |
Element Id | Contract.extension |
Definition | May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | 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. |
Contract.modifierExtension | |
Element Id | Contract.modifierExtension |
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. 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. |
Control | 0..* |
Type | Extension |
Is Modifier | true (Reason: Not known why this is labelled a modifier) |
Alternate Names | extensions, user content |
Comments | 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. |
Contract.identifier | |
Element Id | Contract.identifier |
Definition | Unique identifier for this Consent Directive. |
Control | 0..1 |
Type | 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. |
Contract.status | |
Element Id | Contract.status |
Definition | The status of the resource instance. |
Control | 0..1 |
Terminology Binding | A code specifying the state of the resource instance. The codes SHALL be taken from Contract Resource Status Codes |
Type | code |
Is Modifier | true (Reason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid) |
Requirements | This is the Contract Business Workflow Status. |
Comments | This element is labeled as a modifier because the status contains codes that mark the contract as not currently valid or active. |
Contract.contentDerivative | |
Element Id | Contract.contentDerivative |
Definition | The minimal content derived from the basal information source at a specific stage in its lifecycle. |
Control | 0..1 |
Terminology Binding | This is an example set of Content Derivative type codes, which represent the minimal content derived from the basal information source. For example codes, see Contract Content Derivation Codes |
Type | CodeableConcept |
Requirements | In the context of a contract, the information source of the content derivative shall be the information referenced by the contract.binding. The 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. However, 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. If 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. |
Contract.issued | |
Element Id | Contract.issued |
Definition | Date and time when this Consent Directive was executed and became effective. |
Control | 0..1 |
Type | dateTime |
Requirements | The Contract issuance dateTime often precedes the Contract effective dateTime. |
Contract.applies | |
Element Id | Contract.applies |
Definition | Time period during which this Consent Directive is in effect. |
Control | 0..1 |
Type | Period |
Requirements | The dateTime upon which the Contract is binding. |
Contract.subject | |
Element Id | Contract.subject |
Definition | Patient information and actions taken on that information that are governed by this Consent Directive. |
Control | 1..1 |
Type | Reference(Patient) |
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. |
Alternate Names | Patient |
Comments | 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. |
Contract.authority | |
Element Id | Contract.authority |
Definition | A formally recognized grouping of people, principals, organizations, or jurisdictions with legal standing to promulgate, administer, and enforce privacy policies and applicable Consent Directives. |
Control | 0..* |
Type | Reference(Organization) |
Requirements | The governance framework responsible for ensuring compliance with or enforcement of the contract or policy. |
Contract.domain | |
Element Id | Contract.domain |
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 privacy protection and control of the collection, access, use and disclosure of resources. |
Control | 0..* |
Type | Reference(Location) |
Requirements | The entities bound by governance to comply with the enforcement of contracts or policies by a recognized authority. |
Alternate Names | scope of governance jurisdiction |
Contract.type | |
Element Id | Contract.type |
Definition | Specific type of patient privacy Consent Directive reflecting the range of patient discretion over granting of rights to patient information and actions that may be taken on that information; e.g. Opt-in, opt-out, Share All (such as authorization to disclose to payer for payment purposes or benefit eligibility), Share Partial(such as Title 38 Section 7332 and 42 CFR Part 2), Implied Consent, such as a HIPAA Notice of Privacy Practices. |
Control | 1..1 |
Terminology Binding | List of overall contract codes. For example codes, see Contract Type Codes |
Type | CodeableConcept |
Contract.type.id | |
Element Id | Contract.type.id |
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
Contract.type.extension | |
Element Id | Contract.type.extension |
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | 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. |
Slicing | This element introduces a set of slices. The slicing rules are:
|
Contract.type.coding | |
Element Id | Contract.type.coding |
Definition | A reference to a code defined by a terminology system. |
Control | 0..* |
Type | Coding |
Requirements | Allows for translations and alternate encodings within a code system. Also supports communication of the same instance to systems requiring different encodings. |
Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
Contract.type.coding.id | |
Element Id | Contract.type.coding.id |
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
Contract.type.coding.extension | |
Element Id | Contract.type.coding.extension |
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | 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. |
Slicing | This element introduces a set of slices. The slicing rules are:
|
Contract.type.coding.system | |
Element Id | Contract.type.coding.system |
Definition | The identification of the code system that defines the meaning of the symbol in the code. |
Control | 0..1 |
Type | uri |
Requirements | Need to be unambiguous about the source of the definition of the symbol. |
Comments | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establish the system clearly and unambiguously. |
Fixed Value | http://loinc.org |
Contract.type.coding.version | |
Element Id | Contract.type.coding.version |
Definition | The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged. |
Control | 0..1 |
Type | string |
Comments | Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date. |
Contract.type.coding.code | |
Element Id | Contract.type.coding.code |
Definition | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
Control | 0..1 |
Type | code |
Requirements | Need to refer to a particular code in the system. |
Fixed Value | 57016-8 |
Contract.type.coding.display | |
Element Id | Contract.type.coding.display |
Definition | A representation of the meaning of the code in the system, following the rules of the system. |
Control | 0..1 |
Type | string |
Requirements | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. |
Contract.type.coding.userSelected | |
Element Id | Contract.type.coding.userSelected |
Definition | Indicates that this coding was chosen by a user directly - i.e. off a pick list of available items (codes or displays). |
Control | 0..1 |
Type | boolean |
Requirements | This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing. |
Comments | Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely. |
Contract.type.text | |
Element Id | Contract.type.text |
Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
Control | 0..1 |
Type | string |
Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
Comments | Very often the text is the same as a displayName of one of the codings. |
Contract.subType | |
Element Id | Contract.subType |
Definition | A specialized type of an overarching or more general Consent Directive, such as a patient's right to opt-out of a Patient Directory under HIPAA or a multiparty 42 CFR Part 2 consent used in a health information exchange context by a Qualified Service Organization. |
Control | 0..* |
Terminology Binding | Detailed codes within the above. For example codes, see Contract Subtype Codes |
Type | CodeableConcept |
Contract.term | |
Element Id | Contract.term |
Definition | One or more Consent DirectiveProvisions, which may be related and conveyed as a group, and may contain nested groups. |
Control | 0..* |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (xpath: @value|f:*|h:div) |
Contract.term.id | |
Element Id | Contract.term.id |
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
Contract.term.extension | |
Element Id | Contract.term.extension |
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | 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. |
Contract.term.modifierExtension | |
Element Id | Contract.term.modifierExtension |
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 in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | true (Reason: modifierExtension is reserved for use where modifier extensions must be used) |
Alternate Names | extensions, user content, modifiers |
Comments | 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. |
Contract.term.identifier | |
Element Id | Contract.term.identifier |
Definition | Unique identifier for this particular Consent Directive Provision. |
Control | 0..1 |
Type | Identifier |
Contract.term.issued | |
Element Id | Contract.term.issued |
Definition | When this Consent Directive Provision was issued. |
Control | 0..1 |
Type | dateTime |
Contract.term.applies | |
Element Id | Contract.term.applies |
Definition | Relevant time or time-period when this Consent Directive Provision is applicable. |
Control | 0..1 |
Type | Period |
Contract.term.type | |
Element Id | Contract.term.type |
Definition | Type of Consent Directive Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g. life time maximum benefit. |
Control | 0..1 |
Terminology Binding | Detailed codes for the types of contract provisions. For example codes, see Contract Term Type Codes |
Type | CodeableConcept |
Contract.term.subType | |
Element Id | Contract.term.subType |
Definition | Subtype of this Consent Directive Provision, e.g. life time maximum payment for a contract term for specific valued item, e.g. disability payment. |
Control | 0..1 |
Terminology Binding | Detailed codes for the subtypes of contract provisions. For example codes, see Contract Term Subtype Codes |
Type | CodeableConcept |
Contract.term.offer | |
Element Id | Contract.term.offer |
Definition | The matter of concern in the context of this provision of the agrement. |
Control | 1..1 |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (xpath: @value|f:*|h:div) |
Contract.term.offer.id | |
Element Id | Contract.term.offer.id |
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
Contract.term.offer.extension | |
Element Id | Contract.term.offer.extension |
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | 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. |
Contract.term.offer.modifierExtension | |
Element Id | Contract.term.offer.modifierExtension |
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 in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | true (Reason: modifierExtension is reserved for use where modifier extensions must be used) |
Alternate Names | extensions, user content, modifiers |
Comments | 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. |
Contract.term.offer.topic | |
Element Id | Contract.term.offer.topic |
Definition | Who or what this Consent Directive Provision is about. |
Control | 0..1 |
Type | Reference(Resource) |
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. Given 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. The 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. One way to determine the Contract.topic is to answer the question: “What is the object of negotiation?” Answer: 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) Contract.topic is “the what” that a grantor is exchanging with a grantee in return for some benefit. Contract.topic is “the what” to which any Contract.action is being applied for any stipulated Contract.action.reason. AContract.topic is “the what” governed by the execution of the contract to which any party’s rights, privileges, obligations, restrictions, and prohibitions apply. |
Comments | 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. The 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. However, 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. If 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. |
Contract.term.offer.type | |
Element Id | Contract.term.offer.type |
Definition | Type of Contract Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g. life time maximum benefit. |
Control | 0..1 |
Terminology Binding | Detailed codes for the types of contract provisions. For example codes, see Contract Term Type Codes |
Type | CodeableConcept |
Contract.term.offer.decision | |
Element Id | Contract.term.offer.decision |
Definition | The type of decision made by a grantor with respect to an offer made by a grantee. |
Control | 0..1 |
Terminology Binding | The type of decision made by a grantor with respect to an offer made by a grantee. The codes SHALL be taken from ActConsentDirective; other codes may be used where these codes are not suitable |
Type | CodeableConcept |
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". |
Contract.term.offer.text | |
Element Id | Contract.term.offer.text |
Definition | Human readable form of this Consent Directive Provision. |
Control | 0..1 |
Type | string |
Contract.term.offer.linkId | |
Element Id | Contract.term.offer.linkId |
Definition | The id of the clause or question text of the offer in the referenced questionnaire/response. |
Control | 0..1 |
Type | string |
Contract.term.asset | |
Element Id | Contract.term.asset |
Definition | Contract Term Asset List. |
Control | 0..* |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (xpath: @value|f:*|h:div) |
Contract.term.asset.id | |
Element Id | Contract.term.asset.id |
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
Contract.term.asset.extension | |
Element Id | Contract.term.asset.extension |
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | 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. |
Contract.term.asset.modifierExtension | |
Element Id | Contract.term.asset.modifierExtension |
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 in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | true (Reason: modifierExtension is reserved for use where modifier extensions must be used) |
Alternate Names | extensions, user content, modifiers |
Comments | 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. |
Contract.term.asset.class | |
Element Id | Contract.term.asset.class |
Definition | Categorization of the type of asset. |
Control | 0..1 |
Terminology Binding | The class (type) of information a consent rule covers The codes SHALL be taken from Consent Content Class; other codes may be used where these codes are not suitable |
Type | Coding |
Contract.term.asset.code | |
Element Id | Contract.term.asset.code |
Definition | Code in the content. |
Control | 0..1 |
Terminology Binding | If this code is found in an instance, then the exception applies For example codes, see Consent Content Codes |
Type | Coding |
Contract.term.asset.period | |
Element Id | Contract.term.asset.period |
Definition | Time period of the asset. |
Control | 0..1 |
Type | Period |
Contract.term.asset.dataPeriod | |
Element Id | Contract.term.asset.dataPeriod |
Definition | Time period of the data for the asset. |
Control | 0..1 |
Type | Period |
Contract.term.asset.data | |
Element Id | Contract.term.asset.data |
Definition | Data defined by this Asset. |
Control | 0..* |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (xpath: @value|f:*|h:div) |
Contract.term.asset.data.id | |
Element Id | Contract.term.asset.data.id |
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
Contract.term.asset.data.extension | |
Element Id | Contract.term.asset.data.extension |
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | 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. |
Contract.term.asset.data.modifierExtension | |
Element Id | Contract.term.asset.data.modifierExtension |
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 in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | true (Reason: modifierExtension is reserved for use where modifier extensions must be used) |
Alternate Names | extensions, user content, modifiers |
Comments | 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. |
Contract.term.asset.data.meaning | |
Element Id | Contract.term.asset.data.meaning |
Definition | instance | related | dependents | authoredby. |
Control | 0..1 |
Terminology Binding | How a resource reference is interpreted when evaluating contract offers The codes SHALL be taken from ContractDataMeaning |
Type | code |
Contract.term.asset.data.reference | |
Element Id | Contract.term.asset.data.reference |
Definition | The actual data reference. |
Control | 0..1 |
Type | Reference(Resource) |
Contract.term.asset.valuedItem | |
Element Id | Contract.term.asset.valuedItem |
Definition | Contract Provision Valued Item List. |
Control | 0..0 |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (xpath: @value|f:*|h:div) |
Contract.term.asset.valuedItem.id | |
Element Id | Contract.term.asset.valuedItem.id |
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
Contract.term.asset.valuedItem.extension | |
Element Id | Contract.term.asset.valuedItem.extension |
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | 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. |
Contract.term.asset.valuedItem.modifierExtension | |
Element Id | Contract.term.asset.valuedItem.modifierExtension |
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 in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | true (Reason: modifierExtension is reserved for use where modifier extensions must be used) |
Alternate Names | extensions, user content, modifiers |
Comments | 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. |
Contract.term.asset.valuedItem.entity[x] | |
Element Id | Contract.term.asset.valuedItem.entity[x] |
Definition | Specific type of Contract Provision Valued Item that may be priced. |
Control | 0..1 |
Type | Choice of: CodeableConcept, Reference(Resource) |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Contract.term.asset.valuedItem.identifier | |
Element Id | Contract.term.asset.valuedItem.identifier |
Definition | Identifies a Contract Provision Valued Item instance. |
Control | 0..1 |
Type | Identifier |
Contract.term.asset.valuedItem.effectiveTime | |
Element Id | Contract.term.asset.valuedItem.effectiveTime |
Definition | Indicates the time during which this Contract Term ValuedItem information is effective. |
Control | 0..1 |
Type | dateTime |
Contract.term.asset.valuedItem.quantity | |
Element Id | Contract.term.asset.valuedItem.quantity |
Definition | Specifies the units by which the Contract Provision Valued Item is measured or counted, and quantifies the countable or measurable Contract Term Valued Item instances. |
Control | 0..1 This element is affected by the following invariants: ele-1 |
Type | Quantity(SimpleQuantity) |
Comments | The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator. |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (xpath: @value|f:*|h:div) qty-3: If a code for the unit is present, the system SHALL also be present (xpath: not(exists(f:code)) or exists(f:system)) sqty-1: The comparator is not used on a SimpleQuantity (xpath: not(exists(f:comparator))) |
Contract.term.asset.valuedItem.unitPrice | |
Element Id | Contract.term.asset.valuedItem.unitPrice |
Definition | A Contract Provision Valued Item unit valuation measure. |
Control | 0..1 |
Type | Quantity(Money) |
Comments | The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator. |
Invariants | Defined on this element mny-1: There SHALL be a code if there is a value and it SHALL be an expression of currency. If system is present, it SHALL be ISO 4217 (system = "urn:iso:std:iso:4217" - currency). (xpath: (f:code or not(f:value)) and (not(exists(f:system)) or f:system/@value='urn:iso:std:iso:4217')) qty-3: If a code for the unit is present, the system SHALL also be present (xpath: not(exists(f:code)) or exists(f:system)) |
Contract.term.asset.valuedItem.factor | |
Element Id | Contract.term.asset.valuedItem.factor |
Definition | A real number that represents a multiplier used in determining the overall value of the Contract Provision Valued Item delivered. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount. |
Control | 0..1 |
Type | decimal |
Contract.term.asset.valuedItem.points | |
Element Id | Contract.term.asset.valuedItem.points |
Definition | An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the Contract Provision Valued Item delivered. The concept of Points allows for assignment of point values for a Contract Provision Valued Item, such that a monetary amount can be assigned to each point. |
Control | 0..1 |
Type | decimal |
Contract.term.asset.valuedItem.net | |
Element Id | Contract.term.asset.valuedItem.net |
Definition | Expresses the product of the Contract Provision 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. |
Control | 0..1 |
Type | Quantity(Money) |
Comments | The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator. |
Invariants | Defined on this element mny-1: There SHALL be a code if there is a value and it SHALL be an expression of currency. If system is present, it SHALL be ISO 4217 (system = "urn:iso:std:iso:4217" - currency). (xpath: (f:code or not(f:value)) and (not(exists(f:system)) or f:system/@value='urn:iso:std:iso:4217')) qty-3: If a code for the unit is present, the system SHALL also be present (xpath: not(exists(f:code)) or exists(f:system)) |
Contract.term.asset.securityLabel | |
Element Id | Contract.term.asset.securityLabel |
Definition | A set of security labels that define which terms are controlled by this condition. |
Control | 0..* |
Terminology Binding | Security Labels from the Healthcare Privacy and Security Classification System. The codes SHALL be taken from All Security Labels; other codes may be used where these codes are not suitable |
Type | Coding |
Contract.term.agent | |
Element Id | Contract.term.agent |
Definition | List of actors participating in this Consent Directive Provision. |
Control | 0..* |
Type | BackboneElement |
Requirements | An agent can be a person, an organization, software, device, or other entities that may be ascribed responsibility. |
Comments | Several agents may be associated (i.e. has some responsibility for an activity) with an activity and vice-versa. For 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. |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (xpath: @value|f:*|h:div) |
Contract.term.agent.id | |
Element Id | Contract.term.agent.id |
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
Contract.term.agent.extension | |
Element Id | Contract.term.agent.extension |
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | 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. |
Contract.term.agent.modifierExtension | |
Element Id | Contract.term.agent.modifierExtension |
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 in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | true (Reason: modifierExtension is reserved for use where modifier extensions must be used) |
Alternate Names | extensions, user content, modifiers |
Comments | 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. |
Contract.term.agent.actor | |
Element Id | Contract.term.agent.actor |
Definition | The actor assigned a role in this Consent Directive Provision. |
Control | 1..1 |
Type | Choice of: Reference(Contract), Reference(Device), Reference(Group), Reference(Location), Reference(Organization), Reference(Patient), Reference(Practitioner), Reference(RelatedPerson), Reference(Substance) |
Contract.term.agent.role | |
Element Id | Contract.term.agent.role |
Definition | Role played by the actor assigned this role in this Consent Directive Provision. |
Control | 0..* |
Terminology Binding | Detailed codes for the contract actor role. For example codes, see Contract Actor Role Codes |
Type | CodeableConcept |
Contract.term.action | |
Element Id | Contract.term.action |
Definition | Action stipulated by this Consent Directive Provision. |
Control | 0..* |
Terminology Binding | Detailed codes for the contract action. For example codes, see Contract Action Codes |
Type | CodeableConcept |
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. |
Contract.term.actionReason | |
Element Id | Contract.term.actionReason |
Definition | Reason or purpose for the action stipulated by this Consent Directive Provision. |
Control | 0..* |
Terminology Binding | Detailed codes for the contract action reason. For example codes, see PurposeOfUse |
Type | CodeableConcept |
Contract.term.group | |
Element Id | Contract.term.group |
Definition | Nested group of Consent Directive Provision. |
Control | 0..* |
Type | See Contract.term |
Contract.signer | |
Element Id | Contract.signer |
Definition | Party signing this Consent Directive. |
Control | 0..* |
Type | BackboneElement |
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. |
Comments | 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. For 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. |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (xpath: @value|f:*|h:div) |
Contract.signer.id | |
Element Id | Contract.signer.id |
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
Contract.signer.extension | |
Element Id | Contract.signer.extension |
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | 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. |
Contract.signer.modifierExtension | |
Element Id | Contract.signer.modifierExtension |
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 in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | true (Reason: modifierExtension is reserved for use where modifier extensions must be used) |
Alternate Names | extensions, user content, modifiers |
Comments | 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. |
Contract.signer.type | |
Element Id | Contract.signer.type |
Definition | Role of this Consent Directive signer, e.g. patient who is Consent Directive Grantee, the Substitute Decision Maker such as a person with Power of Attorney to whom the patient has granted or delegated rights to execute a Consent Directive on the patient's behalf, a notary public or witness. |
Control | 1..1 |
Terminology Binding | List of parties who may be signing. The codes SHOULD be taken from Contract Signer Type Codes |
Type | Coding |
Contract.signer.party | |
Element Id | Contract.signer.party |
Definition | Party which is a signatory to this Consent Directive. |
Control | 1..1 |
Type | Choice of: Reference(Organization), Reference(Patient), Reference(Practitioner), Reference(RelatedPerson) |
Contract.signer.signature | |
Element Id | Contract.signer.signature |
Definition | Legally binding Consent Directive DSIG signature contents in Base64. |
Control | 1..1 |
Type | Signature |
Contract.friendly | |
Element Id | Contract.friendly |
Definition | The "patient friendly language" versionof the Consent Directive in whole or in parts. "Patient friendly language" means the representation of the Consent Directive and Consent Directive 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 Consent Directive understand the roles, actions, obligations, responsibilities, and implication of the agreement. |
Control | 0..* |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (xpath: @value|f:*|h:div) |
Contract.friendly.id | |
Element Id | Contract.friendly.id |
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
Contract.friendly.extension | |
Element Id | Contract.friendly.extension |
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | 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. |
Contract.friendly.modifierExtension | |
Element Id | Contract.friendly.modifierExtension |
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 in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | true (Reason: modifierExtension is reserved for use where modifier extensions must be used) |
Alternate Names | extensions, user content, modifiers |
Comments | 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. |
Contract.friendly.content[x] | |
Element Id | Contract.friendly.content[x] |
Definition | Human readable rendering of this Consent Directive in a format and representation intended to enhance comprehension and ensure understandability. |
Control | 1..1 |
Type | Choice of: Attachment, Reference(Composition), Reference(DocumentReference), Reference(QuestionnaireResponse) |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Contract.legal | |
Element Id | Contract.legal |
Definition | List of Legal expressions or representations of this Consent Directive. |
Control | 0..* |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (xpath: @value|f:*|h:div) |
Contract.legal.id | |
Element Id | Contract.legal.id |
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
Contract.legal.extension | |
Element Id | Contract.legal.extension |
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | 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. |
Contract.legal.modifierExtension | |
Element Id | Contract.legal.modifierExtension |
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 in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | true (Reason: modifierExtension is reserved for use where modifier extensions must be used) |
Alternate Names | extensions, user content, modifiers |
Comments | 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. |
Contract.legal.content[x] | |
Element Id | Contract.legal.content[x] |
Definition | Legal Consent Directive text in human renderable form. |
Control | 1..1 |
Type | Choice of: Attachment, Reference(Composition), Reference(DocumentReference), Reference(QuestionnaireResponse) |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Contract.rule | |
Element Id | Contract.rule |
Definition | List of Computable Policy Rule Language Representations of this Consent Directive. |
Control | 0..1 |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (xpath: @value|f:*|h:div) |
Contract.rule.id | |
Element Id | Contract.rule.id |
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
Contract.rule.extension | |
Element Id | Contract.rule.extension |
Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | 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. |
Contract.rule.modifierExtension | |
Element Id | Contract.rule.modifierExtension |
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 in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | true (Reason: modifierExtension is reserved for use where modifier extensions must be used) |
Alternate Names | extensions, user content, modifiers |
Comments | 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. |
Contract.rule.content[x] | |
Element Id | Contract.rule.content[x] |
Definition | Computable Consent Directive conveyed using a policy rule language (e.g. XACML, DKAL, SecPal). |
Control | 1..1 |
Type | Choice of: Attachment, Reference(DocumentReference) |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Contract.legallyBinding[x] | |
Element Id | Contract.legallyBinding[x] |
Definition | Legally binding onsent Directive Provision. This is the signed and legally recognized representation of the Consent Directive. that is considered the "source of truth", which would be the basis for legal action related to enforcement of the onsent Directive Provision. |
Control | 1..1 |
Type | Choice of: Attachment, Reference(Composition), Reference(DocumentReference), Reference(QuestionnaireResponse) |
[x] Note | See Choice of Data Types for further information about how to use [x] |