Create TestReport Resource
post
/oracle-fhir-server/fhir/TestReport
This api lets you create a new instance of the TestReport resource.
Request
Root Schema : TestReport
Type:
Show Source
object
-
id:
string
Minimum Length:
1
-
identifier:
object Account_identifier
-
issued:
string
Minimum Length:
1
-
meta:
object Account_meta
-
name:
string
Minimum Length:
1
-
participant:
array participant
Minimum Number of Items:
1
Unique Items Required:true
-
resourceType:
string
Minimum Length:
1
-
result:
string
Minimum Length:
1
-
score:
number
-
setup:
object TestReport_setup
-
status:
string
Minimum Length:
1
-
teardown:
object TestReport_setup
-
test:
array test
Minimum Number of Items:
1
Unique Items Required:true
-
tester:
string
Minimum Length:
1
-
testScript:
object Account_coverage
-
text:
object Account_text
Nested Schema : Account_identifier
Type:
Show Source
object
-
system:
string
Minimum Length:
1
-
value:
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 : participant
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : TestReport_setup
Type:
Show Source
object
-
action:
array action
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_type_coding
Type:
Show Source
object
-
code:
string
Minimum Length:
1
-
display:
string
Minimum Length:
1
-
system:
string
Minimum Length:
1
Nested Schema : TestReport_participant
Type:
Show Source
object
-
display:
string
Minimum Length:
1
-
type:
string
Minimum Length:
1
-
uri:
string
Minimum Length:
1
Nested Schema : action
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : TestReport_setup_operation
Type:
Show Source
object
-
detail:
string
Minimum Length:
1
-
message:
string
Minimum Length:
1
-
result:
string
Minimum Length:
1
Nested Schema : TestReport_test
Type:
Show Source
object
-
action(optional):
array action
Minimum Number of Items:
1
Unique Items Required:true
-
description:
string
Minimum Length:
1
-
id:
string
Minimum Length:
1
-
name:
string
Minimum Length:
1
Nested Schema : action
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Response
201 Response
Created