Update Parameters Resource
put
/oracle-fhir-server/fhir/Parameters/{id}
This api lets you create a new current version for an existing Parameters resource or creates an initial version if no Parameters resource already exists for the given id.
Request
Path Parameters
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
200 Response
Success