This page is part of the FHIR Specification (v1.0.2: DSTU 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
Financial Management Work Group | Maturity Level: 0 | Compartments: Not linked to any defined compartments |
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 (e.g. Insurance policies), business arrangements (eg. supply contracts) and privacy and security (e.g. 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..* | Reference(Any) | Subject of this Contract |
authority | 0..* | Reference(Organization) | Authority under which this Contract has standing | |
domain | 0..* | Reference(Location) | Domain in which this Contract applies | |
type | Σ | 0..1 | CodeableConcept | Contract Tyoe Contract Type Codes (Example) |
subType | Σ | 0..* | CodeableConcept | Contract Subtype Contract Subtype Codes (Example) |
action | 0..* | CodeableConcept | Contract Action Contract Action Codes (Example) | |
actionReason | 0..* | CodeableConcept | Contract Action Reason PurposeOfUse (Example) | |
actor | 0..* | BackboneElement | Contract Actor | |
entity | 1..1 | Reference(Contract | Device | Group | Location | Organization | Patient | Practitioner | RelatedPerson | Substance) | Contract Actor Type | |
role | 0..* | CodeableConcept | Contract Actor Role Contract Actor Role Codes (Example) | |
valuedItem | 0..* | BackboneElement | Contract Valued Item | |
entity[x] | 0..1 | Contract Valued Item Type | ||
entityCodeableConcept | CodeableConcept | |||
entityReference | Reference(Any) | |||
identifier | 0..1 | Identifier | Contract Valued Item Identifier | |
effectiveTime | 0..1 | dateTime | Contract Valued Item Effective Tiem | |
quantity | 0..1 | SimpleQuantity | 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..* | BackboneElement | Contract Signer | |
type | 1..1 | Coding | Contract Signer Type Signature Type Codes (Preferred) | |
party | 1..1 | Reference(Organization | Patient | Practitioner | RelatedPerson) | Contract Signatory Party | |
signature | 1..1 | string | Contract Documentation Signature | |
term | 0..* | BackboneElement | 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 Contract Term Type Codes (Example) | |
subType | 0..1 | CodeableConcept | Contract Term Subtype Contract Term Type Codes (Example) | |
subject | 0..1 | Reference(Any) | Subject of this Contract Term | |
action | 0..* | CodeableConcept | Contract Term Action Contract Action Codes (Example) | |
actionReason | 0..* | CodeableConcept | Contract Term Action Reason PurposeOfUse (Example) | |
actor | 0..* | BackboneElement | Contract Term Actor List | |
entity | 1..1 | Reference(Contract | Device | Group | Location | Organization | Patient | Practitioner | RelatedPerson | Substance) | Contract Term Actor | |
role | 0..* | CodeableConcept | Contract Term Actor Role Contract Actor Role Codes (Example) | |
text | 0..1 | string | Human readable Contract term text | |
valuedItem | 0..* | BackboneElement | Contract Term Valued Item | |
entity[x] | 0..1 | Contract Term Valued Item Type | ||
entityCodeableConcept | CodeableConcept | |||
entityReference | Reference(Any) | |||
identifier | 0..1 | Identifier | Contract Term Valued Item Identifier | |
effectiveTime | 0..1 | dateTime | Contract Term Valued Item Effective Tiem | |
quantity | 0..1 | SimpleQuantity | 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] | 0..1 | Binding Contract | ||
bindingAttachment | Attachment | |||
bindingReference | Reference(Composition | DocumentReference | QuestionnaireResponse) | |||
friendly | 0..* | BackboneElement | Contract Friendly Language | |
content[x] | 1..1 | Easily comprehended representation of this Contract | ||
contentAttachment | Attachment | |||
contentReference | Reference(Composition | DocumentReference | QuestionnaireResponse) | |||
legal | 0..* | BackboneElement | Contract Legal Language | |
content[x] | 1..1 | Contract Legal Text | ||
contentAttachment | Attachment | |||
contentReference | Reference(Composition | DocumentReference | QuestionnaireResponse) | |||
rule | 0..* | BackboneElement | Computable Contract Language | |
content[x] | 1..1 | Computable Contract Rules | ||
contentAttachment | Attachment | |||
contentReference | Reference(DocumentReference) | |||
Documentation for this format |
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) 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(SimpleQuantity) Count of Contract Valued Items --></quantity> <unitPrice><!-- 0..1 Quantity(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 Quantity(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) 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(SimpleQuantity) Contract Term Valued Item Count --></quantity> <unitPrice><!-- 0..1 Quantity(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 Quantity(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| QuestionnaireResponse) Binding Contract --></binding[x]> <friendly> <!-- 0..* Contract Friendly Language --> <content[x]><!-- 1..1 Attachment|Reference(Composition|DocumentReference| QuestionnaireResponse) Easily comprehended representation of this Contract --></content[x]> </friendly> <legal> <!-- 0..* Contract Legal Language --> <content[x]><!-- 1..1 Attachment|Reference(Composition|DocumentReference| QuestionnaireResponse) 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) }, // 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(SimpleQuantity) }, // Count of Contract Valued Items "unitPrice" : { Quantity(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" : { Quantity(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) }, // 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(SimpleQuantity) }, // Contract Term Valued Item Count "unitPrice" : { Quantity(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" : { Quantity(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| QuestionnaireResponse) }, "friendly" : [{ // Contract Friendly Language // content[x]: Easily comprehended representation of this Contract. One of these 2: "contentAttachment" : { Attachment } "contentReference" : { Reference(Composition|DocumentReference| QuestionnaireResponse) } }], "legal" : [{ // Contract Legal Language // content[x]: Contract Legal Text. One of these 2: "contentAttachment" : { Attachment } "contentReference" : { Reference(Composition|DocumentReference| QuestionnaireResponse) } }], "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..* | Reference(Any) | Subject of this Contract |
authority | 0..* | Reference(Organization) | Authority under which this Contract has standing | |
domain | 0..* | Reference(Location) | Domain in which this Contract applies | |
type | Σ | 0..1 | CodeableConcept | Contract Tyoe Contract Type Codes (Example) |
subType | Σ | 0..* | CodeableConcept | Contract Subtype Contract Subtype Codes (Example) |
action | 0..* | CodeableConcept | Contract Action Contract Action Codes (Example) | |
actionReason | 0..* | CodeableConcept | Contract Action Reason PurposeOfUse (Example) | |
actor | 0..* | BackboneElement | Contract Actor | |
entity | 1..1 | Reference(Contract | Device | Group | Location | Organization | Patient | Practitioner | RelatedPerson | Substance) | Contract Actor Type | |
role | 0..* | CodeableConcept | Contract Actor Role Contract Actor Role Codes (Example) | |
valuedItem | 0..* | BackboneElement | Contract Valued Item | |
entity[x] | 0..1 | Contract Valued Item Type | ||
entityCodeableConcept | CodeableConcept | |||
entityReference | Reference(Any) | |||
identifier | 0..1 | Identifier | Contract Valued Item Identifier | |
effectiveTime | 0..1 | dateTime | Contract Valued Item Effective Tiem | |
quantity | 0..1 | SimpleQuantity | 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..* | BackboneElement | Contract Signer | |
type | 1..1 | Coding | Contract Signer Type Signature Type Codes (Preferred) | |
party | 1..1 | Reference(Organization | Patient | Practitioner | RelatedPerson) | Contract Signatory Party | |
signature | 1..1 | string | Contract Documentation Signature | |
term | 0..* | BackboneElement | 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 Contract Term Type Codes (Example) | |
subType | 0..1 | CodeableConcept | Contract Term Subtype Contract Term Type Codes (Example) | |
subject | 0..1 | Reference(Any) | Subject of this Contract Term | |
action | 0..* | CodeableConcept | Contract Term Action Contract Action Codes (Example) | |
actionReason | 0..* | CodeableConcept | Contract Term Action Reason PurposeOfUse (Example) | |
actor | 0..* | BackboneElement | Contract Term Actor List | |
entity | 1..1 | Reference(Contract | Device | Group | Location | Organization | Patient | Practitioner | RelatedPerson | Substance) | Contract Term Actor | |
role | 0..* | CodeableConcept | Contract Term Actor Role Contract Actor Role Codes (Example) | |
text | 0..1 | string | Human readable Contract term text | |
valuedItem | 0..* | BackboneElement | Contract Term Valued Item | |
entity[x] | 0..1 | Contract Term Valued Item Type | ||
entityCodeableConcept | CodeableConcept | |||
entityReference | Reference(Any) | |||
identifier | 0..1 | Identifier | Contract Term Valued Item Identifier | |
effectiveTime | 0..1 | dateTime | Contract Term Valued Item Effective Tiem | |
quantity | 0..1 | SimpleQuantity | 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] | 0..1 | Binding Contract | ||
bindingAttachment | Attachment | |||
bindingReference | Reference(Composition | DocumentReference | QuestionnaireResponse) | |||
friendly | 0..* | BackboneElement | Contract Friendly Language | |
content[x] | 1..1 | Easily comprehended representation of this Contract | ||
contentAttachment | Attachment | |||
contentReference | Reference(Composition | DocumentReference | QuestionnaireResponse) | |||
legal | 0..* | BackboneElement | Contract Legal Language | |
content[x] | 1..1 | Contract Legal Text | ||
contentAttachment | Attachment | |||
contentReference | Reference(Composition | DocumentReference | QuestionnaireResponse) | |||
rule | 0..* | BackboneElement | Computable Contract Language | |
content[x] | 1..1 | Computable Contract Rules | ||
contentAttachment | Attachment | |||
contentReference | Reference(DocumentReference) | |||
Documentation for this format |
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) 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(SimpleQuantity) Count of Contract Valued Items --></quantity> <unitPrice><!-- 0..1 Quantity(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 Quantity(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) 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(SimpleQuantity) Contract Term Valued Item Count --></quantity> <unitPrice><!-- 0..1 Quantity(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 Quantity(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| QuestionnaireResponse) Binding Contract --></binding[x]> <friendly> <!-- 0..* Contract Friendly Language --> <content[x]><!-- 1..1 Attachment|Reference(Composition|DocumentReference| QuestionnaireResponse) Easily comprehended representation of this Contract --></content[x]> </friendly> <legal> <!-- 0..* Contract Legal Language --> <content[x]><!-- 1..1 Attachment|Reference(Composition|DocumentReference| QuestionnaireResponse) 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) }, // 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(SimpleQuantity) }, // Count of Contract Valued Items "unitPrice" : { Quantity(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" : { Quantity(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) }, // 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(SimpleQuantity) }, // Contract Term Valued Item Count "unitPrice" : { Quantity(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" : { Quantity(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| QuestionnaireResponse) }, "friendly" : [{ // Contract Friendly Language // content[x]: Easily comprehended representation of this Contract. One of these 2: "contentAttachment" : { Attachment } "contentReference" : { Reference(Composition|DocumentReference| QuestionnaireResponse) } }], "legal" : [{ // Contract Legal Language // content[x]: Contract Legal Text. One of these 2: "contentAttachment" : { Attachment } "contentReference" : { Reference(Composition|DocumentReference| QuestionnaireResponse) } }], "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), Questionnaire
Path | Definition | Type | Reference |
---|---|---|---|
Contract.type | List of overall contract codes. | Example | Contract Type Codes |
Contract.subType | Detailed codes within the above. | Example | Contract Subtype Codes |
Contract.action Contract.term.action | Detailed codes for the contract action. | Example | Contract Action Codes |
Contract.actionReason Contract.term.actionReason | Detailed codes for the contract action reason. | Example | PurposeOfUse |
Contract.actor.role Contract.term.actor.role | Detailed codes for the contract actor role. | Example | Contract Actor Role Codes |
Contract.signer.type | List of parties who may be signing. | Preferred | Signature Type Codes |
Contract.term.type | Detailed codes for the types of contract provisions. | Example | Contract Term Type Codes |
Contract.term.subType | Detailed codes for the subtypes of contract provisions. | Example | Contract Term Type Codes |
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 (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) |