Create Parameters Resource
post
/oracle-fhir-server/fhir/Parameters
This api lets you create a new instance of the Parameters resource.
Request
Root Schema : Parameters
Type:
Show Source
object
-
meta:
object Account_meta
-
parameter:
array parameter
Minimum Number of Items:
1
Unique Items Required:true
-
resourceType:
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 : parameter
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
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 : Parameters_parameter
Type:
Show Source
object
-
name:
string
Minimum Length:
1
-
valueBoolean:
boolean
Response
201 Response
Created