Create Bundle Resource
post
/oracle-fhir-server/fhir/Bundle
This api lets you create a new instance of the Bundle resource.
Request
Root Schema : Bundle
Type:
Show Source
object-
entry:
array entry
Minimum Number of Items:
1Unique Items Required:true -
id:
string
Minimum Length:
1 -
link:
array link
Minimum Number of Items:
1Unique Items Required:true -
meta:
object Bundle_meta
-
resourceType:
string
Minimum Length:
1 -
total:
number
-
type:
string
Minimum Length:
1
Nested Schema : entry
Type:
arrayMinimum Number of Items:
1Unique Items Required:
Show Source
trueNested Schema : Bundle_meta
Type:
Show Source
object-
lastUpdated:
string
Minimum Length:
1 -
tag:
array tag
Minimum Number of Items:
1Unique Items Required:true
Nested Schema : Bundle_resource
Type:
Show Source
object-
id:
string
Minimum Length:
1 -
intent:
string
Minimum Length:
1 -
medicationReference:
object Account_coverage
-
resourceType:
string
Minimum Length:
1 -
status:
string
Minimum Length:
1 -
subject:
object Account_coverage
-
text:
object Account_text
Nested Schema : Account_text
Type:
Show Source
object-
div:
string
Minimum Length:
1 -
status:
string
Minimum Length:
1
Nested Schema : Bundle_link
Type:
Show Source
object-
relation:
string
Minimum Length:
1 -
url:
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
Response
201 Response
Created