Create Contract Resource
post
/oracle-fhir-server/fhir/Contract
This api lets you create a new instance of the Contract resource.
Request
Root Schema : Contract
Type:
Show Source
object
-
id:
string
Minimum Length:
1
-
identifier:
array identifier
Minimum Number of Items:
1
Unique Items Required:true
-
legallyBindingAttachment:
object Contract_contentAttachment
-
meta:
object Account_meta
-
resourceType:
string
Minimum Length:
1
-
rule:
array rule
Minimum Number of Items:
1
Unique Items Required:true
-
term:
array term
Minimum Number of Items:
1
Unique Items Required:true
-
text:
object Account_text
Nested Schema : identifier
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : Contract_contentAttachment
Type:
Show Source
object
-
contentType:
string
Minimum Length:
1
-
url:
string
Minimum Length:
1
Nested Schema : Account_meta
Type:
Show Source
object
-
tag:
array tag
Minimum Number of Items:
1
Unique Items Required:true
Nested Schema : Account_text
Type:
Show Source
object
-
div:
string
Minimum Length:
1
-
status:
string
Minimum Length:
1
Nested Schema : Account_identifier
Type:
Show Source
object
-
system:
string
Minimum Length:
1
-
value:
string
Minimum Length:
1
Nested Schema : Account_type_coding
Type:
Show Source
object
-
code:
string
Minimum Length:
1
-
display:
string
Minimum Length:
1
-
system:
string
Minimum Length:
1
Nested Schema : Contract_term
Type:
Show Source
object
-
asset(optional):
array asset
Minimum Number of Items:
1
Unique Items Required:true
-
offer(optional):
object ActivityDefinition_topic
Nested Schema : asset
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : Contract_asset
Type:
Show Source
object
-
period(optional):
array period
Minimum Number of Items:
1
Unique Items Required:true
-
subtype(optional):
array subtype
Minimum Number of Items:
1
Unique Items Required:true
-
type(optional):
array type
Minimum Number of Items:
1
Unique Items Required:true
-
valuedItem(optional):
array valuedItem
Minimum Number of Items:
1
Unique Items Required:true
Nested Schema : period
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : subtype
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : valuedItem
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : ActivityDefinition_jurisdiction
Type:
Show Source
object
-
coding(optional):
array coding
Minimum Number of Items:
1
Unique Items Required:true
Nested Schema : coding
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : ActivityDefinition_code
Type:
Show Source
object
-
code:
string
Minimum Length:
1
-
system:
string
Minimum Length:
1
Nested Schema : Contract_valuedItem
Type:
Show Source
object
-
effectiveTime:
string
Minimum Length:
1
-
entityCodeableConcept(optional):
object ActivityDefinition_topic
-
factor:
number
-
identifier(optional):
object Account_identifier
-
net(optional):
object ChargeItem_priceOverride
-
points:
number
-
quantity(optional):
object ChargeItem_quantity
-
unitPrice(optional):
object ChargeItem_priceOverride
Nested Schema : ChargeItem_priceOverride
Type:
Show Source
object
-
currency:
string
Minimum Length:
1
-
value:
number
Response
201 Response
Created