Create CodeSystem Resource
post
/oracle-fhir-server/fhir/CodeSystem
This api lets you create a new instance of the CodeSystem resource.
Request
Root Schema : CodeSystem
Type:
Show Source
object
-
caseSensitive:
boolean
-
concept:
array concept
Minimum Number of Items:
1
Unique Items Required:true
-
contact:
array contact
Minimum Number of Items:
1
Unique Items Required:true
-
content:
string
Minimum Length:
1
-
date:
string
Minimum Length:
1
-
description:
string
Minimum Length:
1
-
experimental:
boolean
-
filter:
array filter
Minimum Number of Items:
1
Unique Items Required:true
-
id:
string
Minimum Length:
1
-
identifier:
array identifier
Minimum Number of Items:
1
Unique Items Required:true
-
meta:
object CodeSystem_meta
-
name:
string
Minimum Length:
1
-
publisher:
string
Minimum Length:
1
-
resourceType:
string
Minimum Length:
1
-
status:
string
Minimum Length:
1
-
text:
object Account_text
-
title:
string
Minimum Length:
1
-
url:
string
Minimum Length:
1
-
version:
string
Minimum Length:
1
Nested Schema : concept
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : contact
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : filter
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : identifier
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : Account_text
Type:
Show Source
object
-
div:
string
Minimum Length:
1
-
status:
string
Minimum Length:
1
Nested Schema : CodeSystem_concept
Type:
Show Source
object
-
code:
string
Minimum Length:
1
-
definition:
string
Minimum Length:
1
-
designation(optional):
array designation
Minimum Number of Items:
1
Unique Items Required:true
-
display:
string
Minimum Length:
1
Nested Schema : designation
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : CodeSystem_designation
Type:
Show Source
object
-
use(optional):
object ActivityDefinition_code
-
value:
string
Minimum Length:
1
Nested Schema : ActivityDefinition_code
Type:
Show Source
object
-
code:
string
Minimum Length:
1
-
system:
string
Minimum Length:
1
Nested Schema : CapabilityStatement_contact
Type:
Show Source
object
-
name:
string
Minimum Length:
1
-
telecom(optional):
array telecom
Minimum Number of Items:
1
Unique Items Required:true
Nested Schema : telecom
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : Account_identifier
Type:
Show Source
object
-
system:
string
Minimum Length:
1
-
value:
string
Minimum Length:
1
Nested Schema : CodeSystem_filter
Type:
Show Source
object
-
code:
string
Minimum Length:
1
-
description:
string
Minimum Length:
1
-
operator(optional):
array operator
-
value:
string
Minimum Length:
1
Response
201 Response
Created