This page is part of the FHIR Specification (v3.2.0: R4 Ballot 1). 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: 1 | Trial Use | 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 Consent, Coverage, EligibilityResponse and SupplyDelivery
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Contract | TU | DomainResource | Legal Agreement Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
identifier | Σ | 0..1 | Identifier | Contract number |
status | ?!Σ | 0..1 | code | amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated Contract Resource Status Codes (Required) |
contentDerivative | 0..1 | CodeableConcept | Content derived from the basal information Contract Content Derivation Codes (Example) | |
issued | Σ | 0..1 | dateTime | When this Contract was issued |
applies | Σ | 0..1 | Period | Effective time |
subject | Σ | 0..* | Reference(Any) | Contract Target Entity |
authority | 0..* | Reference(Organization) | Authority under which this Contract has standing | |
domain | 0..* | Reference(Location) | A sphere of control governed by an authoritative jurisdiction, organization, or person | |
type | Σ | 0..1 | CodeableConcept | Type or form Contract Type Codes (Example) |
subType | Σ | 0..* | CodeableConcept | Subtype within the context of type Contract Subtype Codes (Example) |
term | 0..* | BackboneElement | Contract Term List | |
identifier | Σ | 0..1 | Identifier | Contract Term Number |
issued | Σ | 0..1 | dateTime | Contract Term Issue Date Time |
applies | Σ | 0..1 | Period | Contract Term Effective Time |
type | 0..1 | CodeableConcept | Contract Term Type or Form Contract Term Type Codes (Example) | |
subType | 0..1 | CodeableConcept | Contract Term Type specific classification Contract Term Subtype Codes (Example) | |
offer | 1..1 | BackboneElement | Context of the Contract term | |
topic | Σ | 0..1 | Reference(Any) | Negotiable offer asset |
type | 0..1 | CodeableConcept | Contract Offer Type or Form Contract Term Type Codes (Example) | |
decision | 0..1 | CodeableConcept | Decision by Grantor ActConsentDirective (Extensible) | |
text | 0..1 | string | Human readable offer text | |
linkId | 0..1 | string | Pointer to text | |
asset | 0..* | BackboneElement | Contract Term Asset List | |
class | 0..1 | Coding | Resource Type, Profile, or CDA etc Consent Content Class (Extensible) | |
code | 0..1 | Coding | Code in the content Consent Content Codes (Example) | |
period | 0..1 | Period | Time period of the asset | |
dataPeriod | 0..1 | Period | Time period of the data for the asset | |
data | 0..* | BackboneElement | Data defined by this Asset | |
meaning | 0..1 | code | instance | related | dependents | authoredby ContractDataMeaning (Required) | |
reference | 0..1 | Reference(Any) | The actual data reference | |
valuedItem | 0..* | BackboneElement | Contract Valued Item List | |
entity[x] | 0..1 | Contract Valued Item Type | ||
entityCodeableConcept | CodeableConcept | |||
entityReference | Reference(Any) | |||
identifier | 0..1 | Identifier | Contract Valued Item Number | |
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 | |
securityLabel | Σ | 0..* | Coding | Security Labels that define affected terms All Security Labels (Extensible) |
agent | 0..* | BackboneElement | Entity being ascribed responsibility | |
actor | 1..1 | Reference(Contract | Device | Group | Location | Organization | Patient | Practitioner | RelatedPerson | Substance) | Contract Agent Type | |
role | 0..* | CodeableConcept | Role type of the agent Contract Actor Role Codes (Example) | |
action | 0..* | CodeableConcept | Contract Term Activity Contract Action Codes (Example) | |
actionReason | 0..* | CodeableConcept | Purpose for the Contract Term Action PurposeOfUse (Example) | |
group | 0..* | see term | Nested Contract Term Group | |
signer | 0..* | BackboneElement | Contract Signatory | |
type | 1..1 | Coding | Contract Signatory Role Contract Signer Type Codes (Preferred) | |
party | 1..1 | Reference(Organization | Patient | Practitioner | RelatedPerson) | Contract Signatory Party | |
signature | 1..* | Signature | Contract Documentation Signature | |
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..1 | BackboneElement | Computable Contract Language | |
content[x] | 1..1 | Computable Contract Rules | ||
contentAttachment | Attachment | |||
contentReference | Reference(DocumentReference) | |||
legallyBinding[x] | 0..1 | Binding Contract | ||
legallyBindingAttachment | Attachment | |||
legallyBindingReference | Reference(Composition | DocumentReference | QuestionnaireResponse | Contract) | |||
Documentation for this format |
UML Diagram (Legend)
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 number --></identifier> <status value="[code]"/><!-- 0..1 amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated --> <contentDerivative><!-- 0..1 CodeableConcept Content derived from the basal information --></contentDerivative> <issued value="[dateTime]"/><!-- 0..1 When this Contract was issued --> <applies><!-- 0..1 Period Effective time --></applies> <subject><!-- 0..* Reference(Any) Contract Target Entity --></subject> <authority><!-- 0..* Reference(Organization) Authority under which this Contract has standing --></authority> <domain><!-- 0..* Reference(Location) A sphere of control governed by an authoritative jurisdiction, organization, or person --></domain> <type><!-- 0..1 CodeableConcept Type or form --></type> <subType><!-- 0..* CodeableConcept Subtype within the context of type --></subType> <term> <!-- 0..* Contract Term List --> <identifier><!-- 0..1 Identifier Contract Term Number --></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 or Form --></type> <subType><!-- 0..1 CodeableConcept Contract Term Type specific classification --></subType> <offer> <!-- 1..1 Context of the Contract term --> <topic><!-- 0..1 Reference(Any) Negotiable offer asset --></topic> <type><!-- 0..1 CodeableConcept Contract Offer Type or Form --></type> <decision><!-- 0..1 CodeableConcept Decision by Grantor --></decision> <text value="[string]"/><!-- 0..1 Human readable offer text --> <linkId value="[string]"/><!-- 0..1 Pointer to text --> </offer> <asset> <!-- 0..* Contract Term Asset List --> <class><!-- 0..1 Coding Resource Type, Profile, or CDA etc --></class> <code><!-- 0..1 Coding Code in the content --></code> <period><!-- 0..1 Period Time period of the asset --></period> <dataPeriod><!-- 0..1 Period Time period of the data for the asset --></dataPeriod> <data> <!-- 0..* Data defined by this Asset --> <meaning value="[code]"/><!-- 0..1 instance | related | dependents | authoredby --> <reference><!-- 0..1 Reference(Any) The actual data reference --></reference> </data> <valuedItem> <!-- 0..* Contract Valued Item List --> <entity[x]><!-- 0..1 CodeableConcept|Reference(Any) Contract Valued Item Type --></entity[x]> <identifier><!-- 0..1 Identifier Contract Valued Item Number --></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 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> <securityLabel><!-- 0..* Coding Security Labels that define affected terms --></securityLabel> </asset> <agent> <!-- 0..* Entity being ascribed responsibility --> <actor><!-- 1..1 Reference(Contract|Device|Group|Location|Organization|Patient| Practitioner|RelatedPerson|Substance) Contract Agent Type --></actor> <role><!-- 0..* CodeableConcept Role type of the agent --></role> </agent> <action><!-- 0..* CodeableConcept Contract Term Activity --></action> <actionReason><!-- 0..* CodeableConcept Purpose for the Contract Term Action --></actionReason> <group><!-- 0..* Content as for Contract.term Nested Contract Term Group --></group> </term> <signer> <!-- 0..* Contract Signatory --> <type><!-- 1..1 Coding Contract Signatory Role --></type> <party><!-- 1..1 Reference(Organization|Patient|Practitioner|RelatedPerson) Contract Signatory Party --></party> <signature><!-- 1..* Signature Contract Documentation Signature --></signature> </signer> <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..1 Computable Contract Language --> <content[x]><!-- 1..1 Attachment|Reference(DocumentReference) Computable Contract Rules --></content[x]> </rule> <legallyBinding[x]><!-- 0..1 Attachment|Reference(Composition|DocumentReference| QuestionnaireResponse|Contract) Binding Contract --></legallyBinding[x]> </Contract>
JSON Template
{ "resourceType" : "Contract", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : { Identifier }, // Contract number "status" : "<code>", // amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated "contentDerivative" : { CodeableConcept }, // Content derived from the basal information "issued" : "<dateTime>", // When this Contract was issued "applies" : { Period }, // Effective time "subject" : [{ Reference(Any) }], // Contract Target Entity "authority" : [{ Reference(Organization) }], // Authority under which this Contract has standing "domain" : [{ Reference(Location) }], // A sphere of control governed by an authoritative jurisdiction, organization, or person "type" : { CodeableConcept }, // Type or form "subType" : [{ CodeableConcept }], // Subtype within the context of type "term" : [{ // Contract Term List "identifier" : { Identifier }, // Contract Term Number "issued" : "<dateTime>", // Contract Term Issue Date Time "applies" : { Period }, // Contract Term Effective Time "type" : { CodeableConcept }, // Contract Term Type or Form "subType" : { CodeableConcept }, // Contract Term Type specific classification "offer" : { // R! Context of the Contract term "topic" : { Reference(Any) }, // Negotiable offer asset "type" : { CodeableConcept }, // Contract Offer Type or Form "decision" : { CodeableConcept }, // Decision by Grantor "text" : "<string>", // Human readable offer text "linkId" : "<string>" // Pointer to text }, "asset" : [{ // Contract Term Asset List "class" : { Coding }, // Resource Type, Profile, or CDA etc "code" : { Coding }, // Code in the content "period" : { Period }, // Time period of the asset "dataPeriod" : { Period }, // Time period of the data for the asset "data" : [{ // Data defined by this Asset "meaning" : "<code>", // instance | related | dependents | authoredby "reference" : { Reference(Any) } // The actual data reference }], "valuedItem" : [{ // Contract Valued Item List // entity[x]: Contract Valued Item Type. One of these 2: "entityCodeableConcept" : { CodeableConcept }, "entityReference" : { Reference(Any) }, "identifier" : { Identifier }, // Contract Valued Item Number "effectiveTime" : "<dateTime>", // Contract Valued Item Effective Tiem "quantity" : { Quantity(SimpleQuantity) }, // 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 }], "securityLabel" : [{ Coding }] // Security Labels that define affected terms }], "agent" : [{ // Entity being ascribed responsibility "actor" : { Reference(Contract|Device|Group|Location|Organization|Patient| Practitioner|RelatedPerson|Substance) }, // R! Contract Agent Type "role" : [{ CodeableConcept }] // Role type of the agent }], "action" : [{ CodeableConcept }], // Contract Term Activity "actionReason" : [{ CodeableConcept }], // Purpose for the Contract Term Action "group" : [{ Content as for Contract.term }] // Nested Contract Term Group }], "signer" : [{ // Contract Signatory "type" : { Coding }, // R! Contract Signatory Role "party" : { Reference(Organization|Patient|Practitioner|RelatedPerson) }, // R! Contract Signatory Party "signature" : [{ Signature }] // R! Contract Documentation Signature }], "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) } }, // legallyBinding[x]: Binding Contract. One of these 2: "legallyBindingAttachment" : { Attachment } "legallyBindingReference" : { Reference(Composition|DocumentReference| QuestionnaireResponse|Contract) } }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:Contract; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:Contract.identifier [ Identifier ]; # 0..1 Contract number fhir:Contract.status [ code ]; # 0..1 amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated fhir:Contract.contentDerivative [ CodeableConcept ]; # 0..1 Content derived from the basal information fhir:Contract.issued [ dateTime ]; # 0..1 When this Contract was issued fhir:Contract.applies [ Period ]; # 0..1 Effective time fhir:Contract.subject [ Reference(Any) ], ... ; # 0..* Contract Target Entity fhir:Contract.authority [ Reference(Organization) ], ... ; # 0..* Authority under which this Contract has standing fhir:Contract.domain [ Reference(Location) ], ... ; # 0..* A sphere of control governed by an authoritative jurisdiction, organization, or person fhir:Contract.type [ CodeableConcept ]; # 0..1 Type or form fhir:Contract.subType [ CodeableConcept ], ... ; # 0..* Subtype within the context of type fhir:Contract.term [ # 0..* Contract Term List fhir:Contract.term.identifier [ Identifier ]; # 0..1 Contract Term Number fhir:Contract.term.issued [ dateTime ]; # 0..1 Contract Term Issue Date Time fhir:Contract.term.applies [ Period ]; # 0..1 Contract Term Effective Time fhir:Contract.term.type [ CodeableConcept ]; # 0..1 Contract Term Type or Form fhir:Contract.term.subType [ CodeableConcept ]; # 0..1 Contract Term Type specific classification fhir:Contract.term.offer [ # 1..1 Context of the Contract term fhir:Contract.term.offer.topic [ Reference(Any) ]; # 0..1 Negotiable offer asset fhir:Contract.term.offer.type [ CodeableConcept ]; # 0..1 Contract Offer Type or Form fhir:Contract.term.offer.decision [ CodeableConcept ]; # 0..1 Decision by Grantor fhir:Contract.term.offer.text [ string ]; # 0..1 Human readable offer text fhir:Contract.term.offer.linkId [ string ]; # 0..1 Pointer to text ]; fhir:Contract.term.asset [ # 0..* Contract Term Asset List fhir:Contract.term.asset.class [ Coding ]; # 0..1 Resource Type, Profile, or CDA etc fhir:Contract.term.asset.code [ Coding ]; # 0..1 Code in the content fhir:Contract.term.asset.period [ Period ]; # 0..1 Time period of the asset fhir:Contract.term.asset.dataPeriod [ Period ]; # 0..1 Time period of the data for the asset fhir:Contract.term.asset.data [ # 0..* Data defined by this Asset fhir:Contract.term.asset.data.meaning [ code ]; # 0..1 instance | related | dependents | authoredby fhir:Contract.term.asset.data.reference [ Reference(Any) ]; # 0..1 The actual data reference ], ...; fhir:Contract.term.asset.valuedItem [ # 0..* Contract Valued Item List # Contract.term.asset.valuedItem.entity[x] : 0..1 Contract Valued Item Type. One of these 2 fhir:Contract.term.asset.valuedItem.entityCodeableConcept [ CodeableConcept ] fhir:Contract.term.asset.valuedItem.entityReference [ Reference(Any) ] fhir:Contract.term.asset.valuedItem.identifier [ Identifier ]; # 0..1 Contract Valued Item Number fhir:Contract.term.asset.valuedItem.effectiveTime [ dateTime ]; # 0..1 Contract Valued Item Effective Tiem fhir:Contract.term.asset.valuedItem.quantity [ Quantity(SimpleQuantity) ]; # 0..1 Count of Contract Valued Items fhir:Contract.term.asset.valuedItem.unitPrice [ Money ]; # 0..1 Contract Valued Item fee, charge, or cost fhir:Contract.term.asset.valuedItem.factor [ decimal ]; # 0..1 Contract Valued Item Price Scaling Factor fhir:Contract.term.asset.valuedItem.points [ decimal ]; # 0..1 Contract Valued Item Difficulty Scaling Factor fhir:Contract.term.asset.valuedItem.net [ Money ]; # 0..1 Total Contract Valued Item Value ], ...; fhir:Contract.term.asset.securityLabel [ Coding ], ... ; # 0..* Security Labels that define affected terms ], ...; fhir:Contract.term.agent [ # 0..* Entity being ascribed responsibility fhir:Contract.term.agent.actor [ Reference(Contract|Device|Group|Location|Organization|Patient|Practitioner|RelatedPerson| Substance) ]; # 1..1 Contract Agent Type fhir:Contract.term.agent.role [ CodeableConcept ], ... ; # 0..* Role type of the agent ], ...; fhir:Contract.term.action [ CodeableConcept ], ... ; # 0..* Contract Term Activity fhir:Contract.term.actionReason [ CodeableConcept ], ... ; # 0..* Purpose for the Contract Term Action fhir:Contract.term.group [ See Contract.term ], ... ; # 0..* Nested Contract Term Group ], ...; fhir:Contract.signer [ # 0..* Contract Signatory fhir:Contract.signer.type [ Coding ]; # 1..1 Contract Signatory Role fhir:Contract.signer.party [ Reference(Organization|Patient|Practitioner|RelatedPerson) ]; # 1..1 Contract Signatory Party fhir:Contract.signer.signature [ Signature ], ... ; # 1..* Contract Documentation Signature ], ...; fhir:Contract.friendly [ # 0..* Contract Friendly Language # Contract.friendly.content[x] : 1..1 Easily comprehended representation of this Contract. One of these 2 fhir:Contract.friendly.contentAttachment [ Attachment ] fhir:Contract.friendly.contentReference [ Reference(Composition|DocumentReference|QuestionnaireResponse) ] ], ...; fhir:Contract.legal [ # 0..* Contract Legal Language # Contract.legal.content[x] : 1..1 Contract Legal Text. One of these 2 fhir:Contract.legal.contentAttachment [ Attachment ] fhir:Contract.legal.contentReference [ Reference(Composition|DocumentReference|QuestionnaireResponse) ] ], ...; fhir:Contract.rule [ # 0..1 Computable Contract Language # Contract.rule.content[x] : 1..1 Computable Contract Rules. One of these 2 fhir:Contract.rule.contentAttachment [ Attachment ] fhir:Contract.rule.contentReference [ Reference(DocumentReference) ] ]; # Contract.legallyBinding[x] : 0..1 Binding Contract. One of these 2 fhir:Contract.legallyBindingAttachment [ Attachment ] fhir:Contract.legallyBindingReference [ Reference(Composition|DocumentReference|QuestionnaireResponse|Contract) ] ]
Changes since DSTU2
Contract | |
Contract.status |
|
Contract.contentDerivative |
|
Contract.term.offer |
|
Contract.term.offer.topic |
|
Contract.term.offer.type |
|
Contract.term.offer.decision |
|
Contract.term.offer.text |
|
Contract.term.offer.linkId |
|
Contract.term.asset |
|
Contract.term.asset.class |
|
Contract.term.asset.code |
|
Contract.term.asset.period |
|
Contract.term.asset.dataPeriod |
|
Contract.term.asset.data |
|
Contract.term.asset.data.meaning |
|
Contract.term.asset.data.reference |
|
Contract.term.asset.valuedItem |
|
Contract.term.asset.valuedItem.entity[x] |
|
Contract.term.asset.valuedItem.identifier |
|
Contract.term.asset.valuedItem.effectiveTime |
|
Contract.term.asset.valuedItem.quantity |
|
Contract.term.asset.valuedItem.unitPrice |
|
Contract.term.asset.valuedItem.factor |
|
Contract.term.asset.valuedItem.points |
|
Contract.term.asset.valuedItem.net |
|
Contract.term.asset.securityLabel |
|
Contract.term.agent |
|
Contract.term.agent.actor |
|
Contract.term.agent.role |
|
Contract.signer.signature |
|
Contract.rule |
|
Contract.legallyBinding[x] |
|
Contract.action |
|
Contract.actionReason |
|
Contract.actor |
|
Contract.valuedItem |
|
Contract.term.subject |
|
Contract.term.actor |
|
Contract.term.text |
|
Contract.term.valuedItem |
|
Contract.binding[x] |
|
See the Full Difference for further information
This analysis is available as XML or JSON.
See R2 <--> R3 Conversion Maps (status = 1 test that all execute ok. All tests pass round-trip testing and all r3 resources are valid.).
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Contract | TU | DomainResource | Legal Agreement Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
identifier | Σ | 0..1 | Identifier | Contract number |
status | ?!Σ | 0..1 | code | amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated Contract Resource Status Codes (Required) |
contentDerivative | 0..1 | CodeableConcept | Content derived from the basal information Contract Content Derivation Codes (Example) | |
issued | Σ | 0..1 | dateTime | When this Contract was issued |
applies | Σ | 0..1 | Period | Effective time |
subject | Σ | 0..* | Reference(Any) | Contract Target Entity |
authority | 0..* | Reference(Organization) | Authority under which this Contract has standing | |
domain | 0..* | Reference(Location) | A sphere of control governed by an authoritative jurisdiction, organization, or person | |
type | Σ | 0..1 | CodeableConcept | Type or form Contract Type Codes (Example) |
subType | Σ | 0..* | CodeableConcept | Subtype within the context of type Contract Subtype Codes (Example) |
term | 0..* | BackboneElement | Contract Term List | |
identifier | Σ | 0..1 | Identifier | Contract Term Number |
issued | Σ | 0..1 | dateTime | Contract Term Issue Date Time |
applies | Σ | 0..1 | Period | Contract Term Effective Time |
type | 0..1 | CodeableConcept | Contract Term Type or Form Contract Term Type Codes (Example) | |
subType | 0..1 | CodeableConcept | Contract Term Type specific classification Contract Term Subtype Codes (Example) | |
offer | 1..1 | BackboneElement | Context of the Contract term | |
topic | Σ | 0..1 | Reference(Any) | Negotiable offer asset |
type | 0..1 | CodeableConcept | Contract Offer Type or Form Contract Term Type Codes (Example) | |
decision | 0..1 | CodeableConcept | Decision by Grantor ActConsentDirective (Extensible) | |
text | 0..1 | string | Human readable offer text | |
linkId | 0..1 | string | Pointer to text | |
asset | 0..* | BackboneElement | Contract Term Asset List | |
class | 0..1 | Coding | Resource Type, Profile, or CDA etc Consent Content Class (Extensible) | |
code | 0..1 | Coding | Code in the content Consent Content Codes (Example) | |
period | 0..1 | Period | Time period of the asset | |
dataPeriod | 0..1 | Period | Time period of the data for the asset | |
data | 0..* | BackboneElement | Data defined by this Asset | |
meaning | 0..1 | code | instance | related | dependents | authoredby ContractDataMeaning (Required) | |
reference | 0..1 | Reference(Any) | The actual data reference | |
valuedItem | 0..* | BackboneElement | Contract Valued Item List | |
entity[x] | 0..1 | Contract Valued Item Type | ||
entityCodeableConcept | CodeableConcept | |||
entityReference | Reference(Any) | |||
identifier | 0..1 | Identifier | Contract Valued Item Number | |
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 | |
securityLabel | Σ | 0..* | Coding | Security Labels that define affected terms All Security Labels (Extensible) |
agent | 0..* | BackboneElement | Entity being ascribed responsibility | |
actor | 1..1 | Reference(Contract | Device | Group | Location | Organization | Patient | Practitioner | RelatedPerson | Substance) | Contract Agent Type | |
role | 0..* | CodeableConcept | Role type of the agent Contract Actor Role Codes (Example) | |
action | 0..* | CodeableConcept | Contract Term Activity Contract Action Codes (Example) | |
actionReason | 0..* | CodeableConcept | Purpose for the Contract Term Action PurposeOfUse (Example) | |
group | 0..* | see term | Nested Contract Term Group | |
signer | 0..* | BackboneElement | Contract Signatory | |
type | 1..1 | Coding | Contract Signatory Role Contract Signer Type Codes (Preferred) | |
party | 1..1 | Reference(Organization | Patient | Practitioner | RelatedPerson) | Contract Signatory Party | |
signature | 1..* | Signature | Contract Documentation Signature | |
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..1 | BackboneElement | Computable Contract Language | |
content[x] | 1..1 | Computable Contract Rules | ||
contentAttachment | Attachment | |||
contentReference | Reference(DocumentReference) | |||
legallyBinding[x] | 0..1 | Binding Contract | ||
legallyBindingAttachment | Attachment | |||
legallyBindingReference | Reference(Composition | DocumentReference | QuestionnaireResponse | Contract) | |||
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 number --></identifier> <status value="[code]"/><!-- 0..1 amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated --> <contentDerivative><!-- 0..1 CodeableConcept Content derived from the basal information --></contentDerivative> <issued value="[dateTime]"/><!-- 0..1 When this Contract was issued --> <applies><!-- 0..1 Period Effective time --></applies> <subject><!-- 0..* Reference(Any) Contract Target Entity --></subject> <authority><!-- 0..* Reference(Organization) Authority under which this Contract has standing --></authority> <domain><!-- 0..* Reference(Location) A sphere of control governed by an authoritative jurisdiction, organization, or person --></domain> <type><!-- 0..1 CodeableConcept Type or form --></type> <subType><!-- 0..* CodeableConcept Subtype within the context of type --></subType> <term> <!-- 0..* Contract Term List --> <identifier><!-- 0..1 Identifier Contract Term Number --></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 or Form --></type> <subType><!-- 0..1 CodeableConcept Contract Term Type specific classification --></subType> <offer> <!-- 1..1 Context of the Contract term --> <topic><!-- 0..1 Reference(Any) Negotiable offer asset --></topic> <type><!-- 0..1 CodeableConcept Contract Offer Type or Form --></type> <decision><!-- 0..1 CodeableConcept Decision by Grantor --></decision> <text value="[string]"/><!-- 0..1 Human readable offer text --> <linkId value="[string]"/><!-- 0..1 Pointer to text --> </offer> <asset> <!-- 0..* Contract Term Asset List --> <class><!-- 0..1 Coding Resource Type, Profile, or CDA etc --></class> <code><!-- 0..1 Coding Code in the content --></code> <period><!-- 0..1 Period Time period of the asset --></period> <dataPeriod><!-- 0..1 Period Time period of the data for the asset --></dataPeriod> <data> <!-- 0..* Data defined by this Asset --> <meaning value="[code]"/><!-- 0..1 instance | related | dependents | authoredby --> <reference><!-- 0..1 Reference(Any) The actual data reference --></reference> </data> <valuedItem> <!-- 0..* Contract Valued Item List --> <entity[x]><!-- 0..1 CodeableConcept|Reference(Any) Contract Valued Item Type --></entity[x]> <identifier><!-- 0..1 Identifier Contract Valued Item Number --></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 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> <securityLabel><!-- 0..* Coding Security Labels that define affected terms --></securityLabel> </asset> <agent> <!-- 0..* Entity being ascribed responsibility --> <actor><!-- 1..1 Reference(Contract|Device|Group|Location|Organization|Patient| Practitioner|RelatedPerson|Substance) Contract Agent Type --></actor> <role><!-- 0..* CodeableConcept Role type of the agent --></role> </agent> <action><!-- 0..* CodeableConcept Contract Term Activity --></action> <actionReason><!-- 0..* CodeableConcept Purpose for the Contract Term Action --></actionReason> <group><!-- 0..* Content as for Contract.term Nested Contract Term Group --></group> </term> <signer> <!-- 0..* Contract Signatory --> <type><!-- 1..1 Coding Contract Signatory Role --></type> <party><!-- 1..1 Reference(Organization|Patient|Practitioner|RelatedPerson) Contract Signatory Party --></party> <signature><!-- 1..* Signature Contract Documentation Signature --></signature> </signer> <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..1 Computable Contract Language --> <content[x]><!-- 1..1 Attachment|Reference(DocumentReference) Computable Contract Rules --></content[x]> </rule> <legallyBinding[x]><!-- 0..1 Attachment|Reference(Composition|DocumentReference| QuestionnaireResponse|Contract) Binding Contract --></legallyBinding[x]> </Contract>
JSON Template
{ "resourceType" : "Contract", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : { Identifier }, // Contract number "status" : "<code>", // amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated "contentDerivative" : { CodeableConcept }, // Content derived from the basal information "issued" : "<dateTime>", // When this Contract was issued "applies" : { Period }, // Effective time "subject" : [{ Reference(Any) }], // Contract Target Entity "authority" : [{ Reference(Organization) }], // Authority under which this Contract has standing "domain" : [{ Reference(Location) }], // A sphere of control governed by an authoritative jurisdiction, organization, or person "type" : { CodeableConcept }, // Type or form "subType" : [{ CodeableConcept }], // Subtype within the context of type "term" : [{ // Contract Term List "identifier" : { Identifier }, // Contract Term Number "issued" : "<dateTime>", // Contract Term Issue Date Time "applies" : { Period }, // Contract Term Effective Time "type" : { CodeableConcept }, // Contract Term Type or Form "subType" : { CodeableConcept }, // Contract Term Type specific classification "offer" : { // R! Context of the Contract term "topic" : { Reference(Any) }, // Negotiable offer asset "type" : { CodeableConcept }, // Contract Offer Type or Form "decision" : { CodeableConcept }, // Decision by Grantor "text" : "<string>", // Human readable offer text "linkId" : "<string>" // Pointer to text }, "asset" : [{ // Contract Term Asset List "class" : { Coding }, // Resource Type, Profile, or CDA etc "code" : { Coding }, // Code in the content "period" : { Period }, // Time period of the asset "dataPeriod" : { Period }, // Time period of the data for the asset "data" : [{ // Data defined by this Asset "meaning" : "<code>", // instance | related | dependents | authoredby "reference" : { Reference(Any) } // The actual data reference }], "valuedItem" : [{ // Contract Valued Item List // entity[x]: Contract Valued Item Type. One of these 2: "entityCodeableConcept" : { CodeableConcept }, "entityReference" : { Reference(Any) }, "identifier" : { Identifier }, // Contract Valued Item Number "effectiveTime" : "<dateTime>", // Contract Valued Item Effective Tiem "quantity" : { Quantity(SimpleQuantity) }, // 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 }], "securityLabel" : [{ Coding }] // Security Labels that define affected terms }], "agent" : [{ // Entity being ascribed responsibility "actor" : { Reference(Contract|Device|Group|Location|Organization|Patient| Practitioner|RelatedPerson|Substance) }, // R! Contract Agent Type "role" : [{ CodeableConcept }] // Role type of the agent }], "action" : [{ CodeableConcept }], // Contract Term Activity "actionReason" : [{ CodeableConcept }], // Purpose for the Contract Term Action "group" : [{ Content as for Contract.term }] // Nested Contract Term Group }], "signer" : [{ // Contract Signatory "type" : { Coding }, // R! Contract Signatory Role "party" : { Reference(Organization|Patient|Practitioner|RelatedPerson) }, // R! Contract Signatory Party "signature" : [{ Signature }] // R! Contract Documentation Signature }], "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) } }, // legallyBinding[x]: Binding Contract. One of these 2: "legallyBindingAttachment" : { Attachment } "legallyBindingReference" : { Reference(Composition|DocumentReference| QuestionnaireResponse|Contract) } }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:Contract; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:Contract.identifier [ Identifier ]; # 0..1 Contract number fhir:Contract.status [ code ]; # 0..1 amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated fhir:Contract.contentDerivative [ CodeableConcept ]; # 0..1 Content derived from the basal information fhir:Contract.issued [ dateTime ]; # 0..1 When this Contract was issued fhir:Contract.applies [ Period ]; # 0..1 Effective time fhir:Contract.subject [ Reference(Any) ], ... ; # 0..* Contract Target Entity fhir:Contract.authority [ Reference(Organization) ], ... ; # 0..* Authority under which this Contract has standing fhir:Contract.domain [ Reference(Location) ], ... ; # 0..* A sphere of control governed by an authoritative jurisdiction, organization, or person fhir:Contract.type [ CodeableConcept ]; # 0..1 Type or form fhir:Contract.subType [ CodeableConcept ], ... ; # 0..* Subtype within the context of type fhir:Contract.term [ # 0..* Contract Term List fhir:Contract.term.identifier [ Identifier ]; # 0..1 Contract Term Number fhir:Contract.term.issued [ dateTime ]; # 0..1 Contract Term Issue Date Time fhir:Contract.term.applies [ Period ]; # 0..1 Contract Term Effective Time fhir:Contract.term.type [ CodeableConcept ]; # 0..1 Contract Term Type or Form fhir:Contract.term.subType [ CodeableConcept ]; # 0..1 Contract Term Type specific classification fhir:Contract.term.offer [ # 1..1 Context of the Contract term fhir:Contract.term.offer.topic [ Reference(Any) ]; # 0..1 Negotiable offer asset fhir:Contract.term.offer.type [ CodeableConcept ]; # 0..1 Contract Offer Type or Form fhir:Contract.term.offer.decision [ CodeableConcept ]; # 0..1 Decision by Grantor fhir:Contract.term.offer.text [ string ]; # 0..1 Human readable offer text fhir:Contract.term.offer.linkId [ string ]; # 0..1 Pointer to text ]; fhir:Contract.term.asset [ # 0..* Contract Term Asset List fhir:Contract.term.asset.class [ Coding ]; # 0..1 Resource Type, Profile, or CDA etc fhir:Contract.term.asset.code [ Coding ]; # 0..1 Code in the content fhir:Contract.term.asset.period [ Period ]; # 0..1 Time period of the asset fhir:Contract.term.asset.dataPeriod [ Period ]; # 0..1 Time period of the data for the asset fhir:Contract.term.asset.data [ # 0..* Data defined by this Asset fhir:Contract.term.asset.data.meaning [ code ]; # 0..1 instance | related | dependents | authoredby fhir:Contract.term.asset.data.reference [ Reference(Any) ]; # 0..1 The actual data reference ], ...; fhir:Contract.term.asset.valuedItem [ # 0..* Contract Valued Item List # Contract.term.asset.valuedItem.entity[x] : 0..1 Contract Valued Item Type. One of these 2 fhir:Contract.term.asset.valuedItem.entityCodeableConcept [ CodeableConcept ] fhir:Contract.term.asset.valuedItem.entityReference [ Reference(Any) ] fhir:Contract.term.asset.valuedItem.identifier [ Identifier ]; # 0..1 Contract Valued Item Number fhir:Contract.term.asset.valuedItem.effectiveTime [ dateTime ]; # 0..1 Contract Valued Item Effective Tiem fhir:Contract.term.asset.valuedItem.quantity [ Quantity(SimpleQuantity) ]; # 0..1 Count of Contract Valued Items fhir:Contract.term.asset.valuedItem.unitPrice [ Money ]; # 0..1 Contract Valued Item fee, charge, or cost fhir:Contract.term.asset.valuedItem.factor [ decimal ]; # 0..1 Contract Valued Item Price Scaling Factor fhir:Contract.term.asset.valuedItem.points [ decimal ]; # 0..1 Contract Valued Item Difficulty Scaling Factor fhir:Contract.term.asset.valuedItem.net [ Money ]; # 0..1 Total Contract Valued Item Value ], ...; fhir:Contract.term.asset.securityLabel [ Coding ], ... ; # 0..* Security Labels that define affected terms ], ...; fhir:Contract.term.agent [ # 0..* Entity being ascribed responsibility fhir:Contract.term.agent.actor [ Reference(Contract|Device|Group|Location|Organization|Patient|Practitioner|RelatedPerson| Substance) ]; # 1..1 Contract Agent Type fhir:Contract.term.agent.role [ CodeableConcept ], ... ; # 0..* Role type of the agent ], ...; fhir:Contract.term.action [ CodeableConcept ], ... ; # 0..* Contract Term Activity fhir:Contract.term.actionReason [ CodeableConcept ], ... ; # 0..* Purpose for the Contract Term Action fhir:Contract.term.group [ See Contract.term ], ... ; # 0..* Nested Contract Term Group ], ...; fhir:Contract.signer [ # 0..* Contract Signatory fhir:Contract.signer.type [ Coding ]; # 1..1 Contract Signatory Role fhir:Contract.signer.party [ Reference(Organization|Patient|Practitioner|RelatedPerson) ]; # 1..1 Contract Signatory Party fhir:Contract.signer.signature [ Signature ], ... ; # 1..* Contract Documentation Signature ], ...; fhir:Contract.friendly [ # 0..* Contract Friendly Language # Contract.friendly.content[x] : 1..1 Easily comprehended representation of this Contract. One of these 2 fhir:Contract.friendly.contentAttachment [ Attachment ] fhir:Contract.friendly.contentReference [ Reference(Composition|DocumentReference|QuestionnaireResponse) ] ], ...; fhir:Contract.legal [ # 0..* Contract Legal Language # Contract.legal.content[x] : 1..1 Contract Legal Text. One of these 2 fhir:Contract.legal.contentAttachment [ Attachment ] fhir:Contract.legal.contentReference [ Reference(Composition|DocumentReference|QuestionnaireResponse) ] ], ...; fhir:Contract.rule [ # 0..1 Computable Contract Language # Contract.rule.content[x] : 1..1 Computable Contract Rules. One of these 2 fhir:Contract.rule.contentAttachment [ Attachment ] fhir:Contract.rule.contentReference [ Reference(DocumentReference) ] ]; # Contract.legallyBinding[x] : 0..1 Binding Contract. One of these 2 fhir:Contract.legallyBindingAttachment [ Attachment ] fhir:Contract.legallyBindingReference [ Reference(Composition|DocumentReference|QuestionnaireResponse|Contract) ] ]
Changes since DSTU2
Contract | |
Contract.status |
|
Contract.contentDerivative |
|
Contract.term.offer |
|
Contract.term.offer.topic |
|
Contract.term.offer.type |
|
Contract.term.offer.decision |
|
Contract.term.offer.text |
|
Contract.term.offer.linkId |
|
Contract.term.asset |
|
Contract.term.asset.class |
|
Contract.term.asset.code |
|
Contract.term.asset.period |
|
Contract.term.asset.dataPeriod |
|
Contract.term.asset.data |
|
Contract.term.asset.data.meaning |
|
Contract.term.asset.data.reference |
|
Contract.term.asset.valuedItem |
|
Contract.term.asset.valuedItem.entity[x] |
|
Contract.term.asset.valuedItem.identifier |
|
Contract.term.asset.valuedItem.effectiveTime |
|
Contract.term.asset.valuedItem.quantity |
|
Contract.term.asset.valuedItem.unitPrice |
|
Contract.term.asset.valuedItem.factor |
|
Contract.term.asset.valuedItem.points |
|
Contract.term.asset.valuedItem.net |
|
Contract.term.asset.securityLabel |
|
Contract.term.agent |
|
Contract.term.agent.actor |
|
Contract.term.agent.role |
|
Contract.signer.signature |
|
Contract.rule |
|
Contract.legallyBinding[x] |
|
Contract.action |
|
Contract.actionReason |
|
Contract.actor |
|
Contract.valuedItem |
|
Contract.term.subject |
|
Contract.term.actor |
|
Contract.term.text |
|
Contract.term.valuedItem |
|
Contract.binding[x] |
|
See the Full Difference for further information
This analysis is available as XML or JSON.
See R2 <--> R3 Conversion Maps (status = 1 test that all execute ok. All tests pass round-trip testing and all r3 resources are valid.).
Alternate definitions: Master Definition (XML, JSON), XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions & the dependency analysis
Path | Definition | Type | Reference |
---|---|---|---|
Contract.status | A code specifying the state of the resource instance. | Required | Contract Resource Status Codes |
Contract.contentDerivative | This is an example set of Content Derivative type codes, which represent the minimal content derived from the basal information source. | Example | Contract Content Derivation Codes |
Contract.type | List of overall contract codes. | Example | Contract Type Codes |
Contract.subType | Detailed codes within the above. | Example | Contract Subtype Codes |
Contract.term.type Contract.term.offer.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 Subtype Codes |
Contract.term.offer.decision | The type of decision made by a grantor with respect to an offer made by a grantee. | Extensible | ActConsentDirective |
Contract.term.asset.class | The class (type) of information a consent rule covers | Extensible | Consent Content Class |
Contract.term.asset.code | If this code is found in an instance, then the exception applies | Example | Consent Content Codes |
Contract.term.asset.data.meaning | How a resource reference is interpreted when evaluating contract offers | Required | ContractDataMeaning |
Contract.term.asset.securityLabel | Security Labels from the Healthcare Privacy and Security Classification System. | Extensible | All Security Labels |
Contract.term.agent.role | Detailed codes for the contract actor role. | Example | Contract Actor Role Codes |
Contract.term.action | Detailed codes for the contract action. | Example | Contract Action Codes |
Contract.term.actionReason | Detailed codes for the contract action reason. | Example | PurposeOfUse |
Contract.signer.type | List of parties who may be signing. | Preferred | Contract Signer 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 | Expression | In Common |
authority | reference | The authority of the contract | Contract.authority (Organization) | |
domain | reference | The domain of the contract | Contract.domain (Location) | |
identifier | token | The identity of the contract | Contract.identifier | |
issued | date | The date/time the contract was issued | Contract.issued | |
patient | reference | The identity of the subject of the contract (if a patient) | Contract.subject (Patient) | |
signer | reference | Contract Signatory Party | Contract.signer.party (Practitioner, Organization, Patient, RelatedPerson) | |
status | token | The status of the contract | Contract.status | |
subject | reference | The identity of the subject of the contract | Contract.subject (Any) |