This page is part of the FHIR Specification (v0.5.0: DSTU 2 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: R5 R4B R4 R3 R2
This resource maintained by the Financial Management Work Group
A formal agreement between parties regarding the conduct of business, exchange of information or other matters.
The Contract resource is the basal resource to convey information of all manner of contracts for financial (eg. Insurance policies), business arrangements (eg. supply contracts) and privacy and security (eg. consent directives). Todo
This resource is referenced by [Coverage]
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Contract | DomainResource | Contract | ||
identifier | Σ | 0..1 | Identifier | Contract identifier |
issued | Σ | 0..1 | dateTime | When this Contract was issued |
applies | Σ | 0..1 | Period | Effective time |
subject | Σ | 0..* | Any | Subject of this Contract |
authority | 0..* | Organization | Authority under which this Contract has standing | |
domain | 0..* | Location | Domain in which this Contract applies | |
type | Σ | 0..1 | CodeableConcept | Contract Tyoe ContractType (Example) |
subType | Σ | 0..* | CodeableConcept | Contract Subtype ContractSubtype (Example) |
action | 0..* | CodeableConcept | Contract Action ContractAction (Example) | |
actionReason | 0..* | CodeableConcept | Contract Action Reason ContractActionReason (Example) | |
actor | 0..* | Element | Contract Actor | |
entity | 1..1 | Contract | Device | Group | Location | Organization | Patient | Practitioner | RelatedPerson | Substance | Supply | Contract Actor Type | |
role | 0..* | CodeableConcept | Contract Actor Role ContractActorRole (Example) | |
valuedItem | 0..* | Element | Contract Valued Item | |
entity[x] | Contract Valued Item Type | |||
entityCodeableConcept | 0..1 | CodeableConcept | ||
entityReference | 0..1 | Any | ||
identifier | 0..1 | Identifier | Contract Valued Item Identifier | |
effectiveTime | 0..1 | dateTime | Contract Valued Item Effective Tiem | |
quantity | 0..1 | Quantity | Count of Contract Valued Items | |
unitPrice | 0..1 | Money | Contract Valued Item fee, charge, or cost | |
factor | 0..1 | decimal | Contract Valued Item Price Scaling Factor | |
points | 0..1 | decimal | Contract Valued Item Difficulty Scaling Factor | |
net | 0..1 | Money | Total Contract Valued Item Value | |
signer | 0..* | Element | Contract Signer | |
type | 1..1 | Coding | Contract Signer Type ContractSignerType (Preferred) | |
party | 1..1 | Organization | Patient | Practitioner | RelatedPerson | Contract Signatory Party | |
signature | 1..1 | string | Contract Documentation Signature | |
term | 0..* | Element | Contract Term List | |
identifier | Σ | 0..1 | Identifier | Contract Term identifier |
issued | Σ | 0..1 | dateTime | Contract Term Issue Date Time |
applies | Σ | 0..1 | Period | Contract Term Effective Time |
type | 0..1 | CodeableConcept | Contract Term Type ContractTermType (Example) | |
subType | 0..1 | CodeableConcept | Contract Term Subtype ContractTermSubType (Example) | |
subject | 0..1 | Any | Subject of this Contract Term | |
action | 0..* | CodeableConcept | Contract Term Action ContractAction (Example) | |
actionReason | 0..* | CodeableConcept | Contract Term Action Reason ContractActionReason (Example) | |
actor | 0..* | Element | Contract Term Actor List | |
entity | 1..1 | Contract | Device | Group | Location | Organization | Patient | Practitioner | RelatedPerson | Substance | Supply | Contract Term Actor | |
role | 0..* | CodeableConcept | Contract Term Actor Role ContractActorRole (Example) | |
text | 0..1 | string | Human readable Contract term text | |
valuedItem | 0..* | Element | Contract Term Valued Item | |
entity[x] | Contract Term Valued Item Type | |||
entityCodeableConcept | 0..1 | CodeableConcept | ||
entityReference | 0..1 | Any | ||
identifier | 0..1 | Identifier | Contract Term Valued Item Identifier | |
effectiveTime | 0..1 | dateTime | Contract Term Valued Item Effective Tiem | |
quantity | 0..1 | Quantity | Contract Term Valued Item Count | |
unitPrice | 0..1 | Money | Contract Term Valued Item fee, charge, or cost | |
factor | 0..1 | decimal | Contract Term Valued Item Price Scaling Factor | |
points | 0..1 | decimal | Contract Term Valued Item Difficulty Scaling Factor | |
net | 0..1 | Money | Total Contract Term Valued Item Value | |
group | 0..* | see term | Nested Contract Term Group | |
binding[x] | Binding Contract | |||
bindingAttachment | 0..1 | Attachment | ||
bindingReference | 0..1 | Composition | DocumentReference | QuestionnaireAnswers | ||
friendly | 0..* | Element | Contract Friendly Language | |
content[x] | Easily comprehended representation of this Contract | |||
contentAttachment | 1..1 | Attachment | ||
contentReference | 1..1 | Composition | DocumentReference | QuestionnaireAnswers | ||
legal | 0..* | Element | Contract Legal Language | |
content[x] | Contract Legal Text | |||
contentAttachment | 1..1 | Attachment | ||
contentReference | 1..1 | Composition | DocumentReference | QuestionnaireAnswers | ||
rule | 0..* | Element | Computable Contract Language | |
content[x] | Computable Contract Rules | |||
contentAttachment | 1..1 | Attachment | ||
contentReference | 1..1 | DocumentReference |
UML Diagram
XML Template
<Contract xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..1 Identifier Contract identifier --></identifier> <issued value="[dateTime]"/><!-- 0..1 When this Contract was issued --> <applies><!-- 0..1 Period Effective time --></applies> <subject><!-- 0..* Reference(Any) Subject of this Contract --></subject> <authority><!-- 0..* Reference(Organization) Authority under which this Contract has standing --></authority> <domain><!-- 0..* Reference(Location) Domain in which this Contract applies --></domain> <type><!-- 0..1 CodeableConcept Contract Tyoe --></type> <subType><!-- 0..* CodeableConcept Contract Subtype --></subType> <action><!-- 0..* CodeableConcept Contract Action --></action> <actionReason><!-- 0..* CodeableConcept Contract Action Reason --></actionReason> <actor> <!-- 0..* Contract Actor --> <entity><!-- 1..1 Reference(Contract|Device|Group|Location|Organization|Patient| Practitioner|RelatedPerson|Substance|Supply) Contract Actor Type --></entity> <role><!-- 0..* CodeableConcept Contract Actor Role --></role> </actor> <valuedItem> <!-- 0..* Contract Valued Item --> <entity[x]><!-- 0..1 CodeableConcept|Reference(Any) Contract Valued Item Type --></entity[x]> <identifier><!-- 0..1 Identifier Contract Valued Item Identifier --></identifier> <effectiveTime value="[dateTime]"/><!-- 0..1 Contract Valued Item Effective Tiem --> <quantity><!-- 0..1 Quantity Count of Contract Valued Items --></quantity> <unitPrice><!-- 0..1 Money Contract Valued Item fee, charge, or cost --></unitPrice> <factor value="[decimal]"/><!-- 0..1 Contract Valued Item Price Scaling Factor --> <points value="[decimal]"/><!-- 0..1 Contract Valued Item Difficulty Scaling Factor --> <net><!-- 0..1 Money Total Contract Valued Item Value --></net> </valuedItem> <signer> <!-- 0..* Contract Signer --> <type><!-- 1..1 Coding Contract Signer Type --></type> <party><!-- 1..1 Reference(Organization|Patient|Practitioner|RelatedPerson) Contract Signatory Party --></party> <signature value="[string]"/><!-- 1..1 Contract Documentation Signature --> </signer> <term> <!-- 0..* Contract Term List --> <identifier><!-- 0..1 Identifier Contract Term identifier --></identifier> <issued value="[dateTime]"/><!-- 0..1 Contract Term Issue Date Time --> <applies><!-- 0..1 Period Contract Term Effective Time --></applies> <type><!-- 0..1 CodeableConcept Contract Term Type --></type> <subType><!-- 0..1 CodeableConcept Contract Term Subtype --></subType> <subject><!-- 0..1 Reference(Any) Subject of this Contract Term --></subject> <action><!-- 0..* CodeableConcept Contract Term Action --></action> <actionReason><!-- 0..* CodeableConcept Contract Term Action Reason --></actionReason> <actor> <!-- 0..* Contract Term Actor List --> <entity><!-- 1..1 Reference(Contract|Device|Group|Location|Organization| Patient|Practitioner|RelatedPerson|Substance|Supply) Contract Term Actor --></entity> <role><!-- 0..* CodeableConcept Contract Term Actor Role --></role> </actor> <text value="[string]"/><!-- 0..1 Human readable Contract term text --> <valuedItem> <!-- 0..* Contract Term Valued Item --> <entity[x]><!-- 0..1 CodeableConcept|Reference(Any) Contract Term Valued Item Type --></entity[x]> <identifier><!-- 0..1 Identifier Contract Term Valued Item Identifier --></identifier> <effectiveTime value="[dateTime]"/><!-- 0..1 Contract Term Valued Item Effective Tiem --> <quantity><!-- 0..1 Quantity Contract Term Valued Item Count --></quantity> <unitPrice><!-- 0..1 Money Contract Term Valued Item fee, charge, or cost --></unitPrice> <factor value="[decimal]"/><!-- 0..1 Contract Term Valued Item Price Scaling Factor --> <points value="[decimal]"/><!-- 0..1 Contract Term Valued Item Difficulty Scaling Factor --> <net><!-- 0..1 Money Total Contract Term Valued Item Value --></net> </valuedItem> <group><!-- 0..* Content as for Contract.term Nested Contract Term Group --></group> </term> <binding[x]><!-- 0..1 Attachment|Reference(Composition|DocumentReference| QuestionnaireAnswers) Binding Contract --></binding[x]> <friendly> <!-- 0..* Contract Friendly Language --> <content[x]><!-- 1..1 Attachment|Reference(Composition|DocumentReference| QuestionnaireAnswers) Easily comprehended representation of this Contract --></content[x]> </friendly> <legal> <!-- 0..* Contract Legal Language --> <content[x]><!-- 1..1 Attachment|Reference(Composition|DocumentReference| QuestionnaireAnswers) Contract Legal Text --></content[x]> </legal> <rule> <!-- 0..* Computable Contract Language --> <content[x]><!-- 1..1 Attachment|Reference(DocumentReference) Computable Contract Rules --></content[x]> </rule> </Contract>
JSON Template
{ "resourceType" : "Contract", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : { Identifier }, // Contract identifier "issued" : "<dateTime>", // When this Contract was issued "applies" : { Period }, // Effective time "subject" : [{ Reference(Any) }], // Subject of this Contract "authority" : [{ Reference(Organization) }], // Authority under which this Contract has standing "domain" : [{ Reference(Location) }], // Domain in which this Contract applies "type" : { CodeableConcept }, // Contract Tyoe "subType" : [{ CodeableConcept }], // Contract Subtype "action" : [{ CodeableConcept }], // Contract Action "actionReason" : [{ CodeableConcept }], // Contract Action Reason "actor" : [{ // Contract Actor "entity" : { Reference(Contract|Device|Group|Location|Organization|Patient| Practitioner|RelatedPerson|Substance|Supply) }, // R! Contract Actor Type "role" : [{ CodeableConcept }] // Contract Actor Role }], "valuedItem" : [{ // Contract Valued Item // entity[x]: Contract Valued Item Type. One of these 2: "entityCodeableConcept" : { CodeableConcept }, "entityReference" : { Reference(Any) }, "identifier" : { Identifier }, // Contract Valued Item Identifier "effectiveTime" : "<dateTime>", // Contract Valued Item Effective Tiem "quantity" : { Quantity }, // Count of Contract Valued Items "unitPrice" : { Money }, // Contract Valued Item fee, charge, or cost "factor" : <decimal>, // Contract Valued Item Price Scaling Factor "points" : <decimal>, // Contract Valued Item Difficulty Scaling Factor "net" : { Money } // Total Contract Valued Item Value }], "signer" : [{ // Contract Signer "type" : { Coding }, // R! Contract Signer Type "party" : { Reference(Organization|Patient|Practitioner|RelatedPerson) }, // R! Contract Signatory Party "signature" : "<string>" // R! Contract Documentation Signature }], "term" : [{ // Contract Term List "identifier" : { Identifier }, // Contract Term identifier "issued" : "<dateTime>", // Contract Term Issue Date Time "applies" : { Period }, // Contract Term Effective Time "type" : { CodeableConcept }, // Contract Term Type "subType" : { CodeableConcept }, // Contract Term Subtype "subject" : { Reference(Any) }, // Subject of this Contract Term "action" : [{ CodeableConcept }], // Contract Term Action "actionReason" : [{ CodeableConcept }], // Contract Term Action Reason "actor" : [{ // Contract Term Actor List "entity" : { Reference(Contract|Device|Group|Location|Organization| Patient|Practitioner|RelatedPerson|Substance|Supply) }, // R! Contract Term Actor "role" : [{ CodeableConcept }] // Contract Term Actor Role }], "text" : "<string>", // Human readable Contract term text "valuedItem" : [{ // Contract Term Valued Item // entity[x]: Contract Term Valued Item Type. One of these 2: "entityCodeableConcept" : { CodeableConcept }, "entityReference" : { Reference(Any) }, "identifier" : { Identifier }, // Contract Term Valued Item Identifier "effectiveTime" : "<dateTime>", // Contract Term Valued Item Effective Tiem "quantity" : { Quantity }, // Contract Term Valued Item Count "unitPrice" : { Money }, // Contract Term Valued Item fee, charge, or cost "factor" : <decimal>, // Contract Term Valued Item Price Scaling Factor "points" : <decimal>, // Contract Term Valued Item Difficulty Scaling Factor "net" : { Money } // Total Contract Term Valued Item Value }], "group" : [{ Content as for Contract.term }] // Nested Contract Term Group }], // binding[x]: Binding Contract. One of these 2: "bindingAttachment" : { Attachment }, "bindingReference" : { Reference(Composition|DocumentReference| QuestionnaireAnswers) }, "friendly" : [{ // Contract Friendly Language // content[x]: Easily comprehended representation of this Contract. One of these 2: "contentAttachment" : { Attachment } "contentReference" : { Reference(Composition|DocumentReference| QuestionnaireAnswers) } }], "legal" : [{ // Contract Legal Language // content[x]: Contract Legal Text. One of these 2: "contentAttachment" : { Attachment } "contentReference" : { Reference(Composition|DocumentReference| QuestionnaireAnswers) } }], "rule" : [{ // Computable Contract Language // content[x]: Computable Contract Rules. One of these 2: "contentAttachment" : { Attachment } "contentReference" : { Reference(DocumentReference) } }] }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Contract | DomainResource | Contract | ||
identifier | Σ | 0..1 | Identifier | Contract identifier |
issued | Σ | 0..1 | dateTime | When this Contract was issued |
applies | Σ | 0..1 | Period | Effective time |
subject | Σ | 0..* | Any | Subject of this Contract |
authority | 0..* | Organization | Authority under which this Contract has standing | |
domain | 0..* | Location | Domain in which this Contract applies | |
type | Σ | 0..1 | CodeableConcept | Contract Tyoe ContractType (Example) |
subType | Σ | 0..* | CodeableConcept | Contract Subtype ContractSubtype (Example) |
action | 0..* | CodeableConcept | Contract Action ContractAction (Example) | |
actionReason | 0..* | CodeableConcept | Contract Action Reason ContractActionReason (Example) | |
actor | 0..* | Element | Contract Actor | |
entity | 1..1 | Contract | Device | Group | Location | Organization | Patient | Practitioner | RelatedPerson | Substance | Supply | Contract Actor Type | |
role | 0..* | CodeableConcept | Contract Actor Role ContractActorRole (Example) | |
valuedItem | 0..* | Element | Contract Valued Item | |
entity[x] | Contract Valued Item Type | |||
entityCodeableConcept | 0..1 | CodeableConcept | ||
entityReference | 0..1 | Any | ||
identifier | 0..1 | Identifier | Contract Valued Item Identifier | |
effectiveTime | 0..1 | dateTime | Contract Valued Item Effective Tiem | |
quantity | 0..1 | Quantity | Count of Contract Valued Items | |
unitPrice | 0..1 | Money | Contract Valued Item fee, charge, or cost | |
factor | 0..1 | decimal | Contract Valued Item Price Scaling Factor | |
points | 0..1 | decimal | Contract Valued Item Difficulty Scaling Factor | |
net | 0..1 | Money | Total Contract Valued Item Value | |
signer | 0..* | Element | Contract Signer | |
type | 1..1 | Coding | Contract Signer Type ContractSignerType (Preferred) | |
party | 1..1 | Organization | Patient | Practitioner | RelatedPerson | Contract Signatory Party | |
signature | 1..1 | string | Contract Documentation Signature | |
term | 0..* | Element | Contract Term List | |
identifier | Σ | 0..1 | Identifier | Contract Term identifier |
issued | Σ | 0..1 | dateTime | Contract Term Issue Date Time |
applies | Σ | 0..1 | Period | Contract Term Effective Time |
type | 0..1 | CodeableConcept | Contract Term Type ContractTermType (Example) | |
subType | 0..1 | CodeableConcept | Contract Term Subtype ContractTermSubType (Example) | |
subject | 0..1 | Any | Subject of this Contract Term | |
action | 0..* | CodeableConcept | Contract Term Action ContractAction (Example) | |
actionReason | 0..* | CodeableConcept | Contract Term Action Reason ContractActionReason (Example) | |
actor | 0..* | Element | Contract Term Actor List | |
entity | 1..1 | Contract | Device | Group | Location | Organization | Patient | Practitioner | RelatedPerson | Substance | Supply | Contract Term Actor | |
role | 0..* | CodeableConcept | Contract Term Actor Role ContractActorRole (Example) | |
text | 0..1 | string | Human readable Contract term text | |
valuedItem | 0..* | Element | Contract Term Valued Item | |
entity[x] | Contract Term Valued Item Type | |||
entityCodeableConcept | 0..1 | CodeableConcept | ||
entityReference | 0..1 | Any | ||
identifier | 0..1 | Identifier | Contract Term Valued Item Identifier | |
effectiveTime | 0..1 | dateTime | Contract Term Valued Item Effective Tiem | |
quantity | 0..1 | Quantity | Contract Term Valued Item Count | |
unitPrice | 0..1 | Money | Contract Term Valued Item fee, charge, or cost | |
factor | 0..1 | decimal | Contract Term Valued Item Price Scaling Factor | |
points | 0..1 | decimal | Contract Term Valued Item Difficulty Scaling Factor | |
net | 0..1 | Money | Total Contract Term Valued Item Value | |
group | 0..* | see term | Nested Contract Term Group | |
binding[x] | Binding Contract | |||
bindingAttachment | 0..1 | Attachment | ||
bindingReference | 0..1 | Composition | DocumentReference | QuestionnaireAnswers | ||
friendly | 0..* | Element | Contract Friendly Language | |
content[x] | Easily comprehended representation of this Contract | |||
contentAttachment | 1..1 | Attachment | ||
contentReference | 1..1 | Composition | DocumentReference | QuestionnaireAnswers | ||
legal | 0..* | Element | Contract Legal Language | |
content[x] | Contract Legal Text | |||
contentAttachment | 1..1 | Attachment | ||
contentReference | 1..1 | Composition | DocumentReference | QuestionnaireAnswers | ||
rule | 0..* | Element | Computable Contract Language | |
content[x] | Computable Contract Rules | |||
contentAttachment | 1..1 | Attachment | ||
contentReference | 1..1 | DocumentReference |
XML Template
<Contract xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..1 Identifier Contract identifier --></identifier> <issued value="[dateTime]"/><!-- 0..1 When this Contract was issued --> <applies><!-- 0..1 Period Effective time --></applies> <subject><!-- 0..* Reference(Any) Subject of this Contract --></subject> <authority><!-- 0..* Reference(Organization) Authority under which this Contract has standing --></authority> <domain><!-- 0..* Reference(Location) Domain in which this Contract applies --></domain> <type><!-- 0..1 CodeableConcept Contract Tyoe --></type> <subType><!-- 0..* CodeableConcept Contract Subtype --></subType> <action><!-- 0..* CodeableConcept Contract Action --></action> <actionReason><!-- 0..* CodeableConcept Contract Action Reason --></actionReason> <actor> <!-- 0..* Contract Actor --> <entity><!-- 1..1 Reference(Contract|Device|Group|Location|Organization|Patient| Practitioner|RelatedPerson|Substance|Supply) Contract Actor Type --></entity> <role><!-- 0..* CodeableConcept Contract Actor Role --></role> </actor> <valuedItem> <!-- 0..* Contract Valued Item --> <entity[x]><!-- 0..1 CodeableConcept|Reference(Any) Contract Valued Item Type --></entity[x]> <identifier><!-- 0..1 Identifier Contract Valued Item Identifier --></identifier> <effectiveTime value="[dateTime]"/><!-- 0..1 Contract Valued Item Effective Tiem --> <quantity><!-- 0..1 Quantity Count of Contract Valued Items --></quantity> <unitPrice><!-- 0..1 Money Contract Valued Item fee, charge, or cost --></unitPrice> <factor value="[decimal]"/><!-- 0..1 Contract Valued Item Price Scaling Factor --> <points value="[decimal]"/><!-- 0..1 Contract Valued Item Difficulty Scaling Factor --> <net><!-- 0..1 Money Total Contract Valued Item Value --></net> </valuedItem> <signer> <!-- 0..* Contract Signer --> <type><!-- 1..1 Coding Contract Signer Type --></type> <party><!-- 1..1 Reference(Organization|Patient|Practitioner|RelatedPerson) Contract Signatory Party --></party> <signature value="[string]"/><!-- 1..1 Contract Documentation Signature --> </signer> <term> <!-- 0..* Contract Term List --> <identifier><!-- 0..1 Identifier Contract Term identifier --></identifier> <issued value="[dateTime]"/><!-- 0..1 Contract Term Issue Date Time --> <applies><!-- 0..1 Period Contract Term Effective Time --></applies> <type><!-- 0..1 CodeableConcept Contract Term Type --></type> <subType><!-- 0..1 CodeableConcept Contract Term Subtype --></subType> <subject><!-- 0..1 Reference(Any) Subject of this Contract Term --></subject> <action><!-- 0..* CodeableConcept Contract Term Action --></action> <actionReason><!-- 0..* CodeableConcept Contract Term Action Reason --></actionReason> <actor> <!-- 0..* Contract Term Actor List --> <entity><!-- 1..1 Reference(Contract|Device|Group|Location|Organization| Patient|Practitioner|RelatedPerson|Substance|Supply) Contract Term Actor --></entity> <role><!-- 0..* CodeableConcept Contract Term Actor Role --></role> </actor> <text value="[string]"/><!-- 0..1 Human readable Contract term text --> <valuedItem> <!-- 0..* Contract Term Valued Item --> <entity[x]><!-- 0..1 CodeableConcept|Reference(Any) Contract Term Valued Item Type --></entity[x]> <identifier><!-- 0..1 Identifier Contract Term Valued Item Identifier --></identifier> <effectiveTime value="[dateTime]"/><!-- 0..1 Contract Term Valued Item Effective Tiem --> <quantity><!-- 0..1 Quantity Contract Term Valued Item Count --></quantity> <unitPrice><!-- 0..1 Money Contract Term Valued Item fee, charge, or cost --></unitPrice> <factor value="[decimal]"/><!-- 0..1 Contract Term Valued Item Price Scaling Factor --> <points value="[decimal]"/><!-- 0..1 Contract Term Valued Item Difficulty Scaling Factor --> <net><!-- 0..1 Money Total Contract Term Valued Item Value --></net> </valuedItem> <group><!-- 0..* Content as for Contract.term Nested Contract Term Group --></group> </term> <binding[x]><!-- 0..1 Attachment|Reference(Composition|DocumentReference| QuestionnaireAnswers) Binding Contract --></binding[x]> <friendly> <!-- 0..* Contract Friendly Language --> <content[x]><!-- 1..1 Attachment|Reference(Composition|DocumentReference| QuestionnaireAnswers) Easily comprehended representation of this Contract --></content[x]> </friendly> <legal> <!-- 0..* Contract Legal Language --> <content[x]><!-- 1..1 Attachment|Reference(Composition|DocumentReference| QuestionnaireAnswers) Contract Legal Text --></content[x]> </legal> <rule> <!-- 0..* Computable Contract Language --> <content[x]><!-- 1..1 Attachment|Reference(DocumentReference) Computable Contract Rules --></content[x]> </rule> </Contract>
JSON Template
{ "resourceType" : "Contract", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : { Identifier }, // Contract identifier "issued" : "<dateTime>", // When this Contract was issued "applies" : { Period }, // Effective time "subject" : [{ Reference(Any) }], // Subject of this Contract "authority" : [{ Reference(Organization) }], // Authority under which this Contract has standing "domain" : [{ Reference(Location) }], // Domain in which this Contract applies "type" : { CodeableConcept }, // Contract Tyoe "subType" : [{ CodeableConcept }], // Contract Subtype "action" : [{ CodeableConcept }], // Contract Action "actionReason" : [{ CodeableConcept }], // Contract Action Reason "actor" : [{ // Contract Actor "entity" : { Reference(Contract|Device|Group|Location|Organization|Patient| Practitioner|RelatedPerson|Substance|Supply) }, // R! Contract Actor Type "role" : [{ CodeableConcept }] // Contract Actor Role }], "valuedItem" : [{ // Contract Valued Item // entity[x]: Contract Valued Item Type. One of these 2: "entityCodeableConcept" : { CodeableConcept }, "entityReference" : { Reference(Any) }, "identifier" : { Identifier }, // Contract Valued Item Identifier "effectiveTime" : "<dateTime>", // Contract Valued Item Effective Tiem "quantity" : { Quantity }, // Count of Contract Valued Items "unitPrice" : { Money }, // Contract Valued Item fee, charge, or cost "factor" : <decimal>, // Contract Valued Item Price Scaling Factor "points" : <decimal>, // Contract Valued Item Difficulty Scaling Factor "net" : { Money } // Total Contract Valued Item Value }], "signer" : [{ // Contract Signer "type" : { Coding }, // R! Contract Signer Type "party" : { Reference(Organization|Patient|Practitioner|RelatedPerson) }, // R! Contract Signatory Party "signature" : "<string>" // R! Contract Documentation Signature }], "term" : [{ // Contract Term List "identifier" : { Identifier }, // Contract Term identifier "issued" : "<dateTime>", // Contract Term Issue Date Time "applies" : { Period }, // Contract Term Effective Time "type" : { CodeableConcept }, // Contract Term Type "subType" : { CodeableConcept }, // Contract Term Subtype "subject" : { Reference(Any) }, // Subject of this Contract Term "action" : [{ CodeableConcept }], // Contract Term Action "actionReason" : [{ CodeableConcept }], // Contract Term Action Reason "actor" : [{ // Contract Term Actor List "entity" : { Reference(Contract|Device|Group|Location|Organization| Patient|Practitioner|RelatedPerson|Substance|Supply) }, // R! Contract Term Actor "role" : [{ CodeableConcept }] // Contract Term Actor Role }], "text" : "<string>", // Human readable Contract term text "valuedItem" : [{ // Contract Term Valued Item // entity[x]: Contract Term Valued Item Type. One of these 2: "entityCodeableConcept" : { CodeableConcept }, "entityReference" : { Reference(Any) }, "identifier" : { Identifier }, // Contract Term Valued Item Identifier "effectiveTime" : "<dateTime>", // Contract Term Valued Item Effective Tiem "quantity" : { Quantity }, // Contract Term Valued Item Count "unitPrice" : { Money }, // Contract Term Valued Item fee, charge, or cost "factor" : <decimal>, // Contract Term Valued Item Price Scaling Factor "points" : <decimal>, // Contract Term Valued Item Difficulty Scaling Factor "net" : { Money } // Total Contract Term Valued Item Value }], "group" : [{ Content as for Contract.term }] // Nested Contract Term Group }], // binding[x]: Binding Contract. One of these 2: "bindingAttachment" : { Attachment }, "bindingReference" : { Reference(Composition|DocumentReference| QuestionnaireAnswers) }, "friendly" : [{ // Contract Friendly Language // content[x]: Easily comprehended representation of this Contract. One of these 2: "contentAttachment" : { Attachment } "contentReference" : { Reference(Composition|DocumentReference| QuestionnaireAnswers) } }], "legal" : [{ // Contract Legal Language // content[x]: Contract Legal Text. One of these 2: "contentAttachment" : { Attachment } "contentReference" : { Reference(Composition|DocumentReference| QuestionnaireAnswers) } }], "rule" : [{ // Computable Contract Language // content[x]: Computable Contract Rules. One of these 2: "contentAttachment" : { Attachment } "contentReference" : { Reference(DocumentReference) } }] }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON)
Path | Definition | Type | Reference |
---|---|---|---|
Contract.type | List of overall contract codes | Example | http://hl7.org/fhir/vs/contract-type |
Contract.subType | Detailed codes within the above | Example | http://hl7.org/fhir/vs/contract-subtype |
Contract.action Contract.term.action | Detailed codes for the contract action | Example | http://hl7.org/fhir/vs/contract-action |
Contract.actionReason Contract.term.actionReason | Detailed codes for the contract action reason | Example | http://hl7.org/fhir/v3/vs/PurposeOfUse |
Contract.actor.role Contract.term.actor.role | Detailed codes for the contract actor role | Example | http://hl7.org/fhir/vs/contract-actorrole |
Contract.signer.type | List of parties who may be signing | Preferred | http://hl7.org/fhir/vs/contract-signer-type |
Contract.term.type | Detailed codes for the types of contract provisions | Example | http://hl7.org/fhir/vs/contract-term-type |
Contract.term.subType | Detailed codes for the subtypes of contract provisions | Example | http://hl7.org/fhir/vs/contract-term-subtype |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
actor | reference | Contract Actor Type | Contract.actor.entity (Supply, Device, Patient, Organization, Location, Substance, Practitioner, Contract, Group, RelatedPerson) |
identifier | token | The identity of the contract | Contract.identifier |
patient | reference | The identity of the target of the contract (if a patient) | Contract.subject (Patient) |
signer | reference | Contract Signatory Party | Contract.signer.party (Patient, Organization, Practitioner, RelatedPerson) |
subject | reference | The identity of the target of the contract | Contract.subject (Patient) |