Root Schema : schema
Type: array
Show Source
{
"type":"array",
"items":{
"$ref":"#/components/schemas/AutoCodeResp"
}
}
Nested Schema : AUTOCODERESP
Type: object
Show Source
{
"type":"object",
"properties":{
"codeSetTypeList":{
"$ref":"#/components/schemas/CodeSetTypeList"
},
"autoCodeData":{
"$ref":"#/components/schemas/AutoCodeData"
},
"errorList":{
"$ref":"#/components/schemas/ErrorList"
},
"itemsEvaluated":{
"type":"integer",
"format":"int32",
"xml":{
"name":"ItemsEvaluated",
"attribute":true
}
},
"bookmark":{
"type":"string",
"xml":{
"name":"Bookmark",
"attribute":true
}
}
},
"xml":{
"name":"AUTOCODERESP",
"namespace":"http://www.oracle.com/InFormAdapter/2011/10/Coding"
}
}
Nested Schema : AUTOCODEDATA
Type: object
Show Source
{
"required":[
"autoCodeSet"
],
"type":"object",
"properties":{
"autoCodeSet":{
"type":"array",
"xml":{
"name":"AUTOCODESET"
},
"items":{
"$ref":"#/components/schemas/AutoCodeSet"
}
}
},
"xml":{
"name":"AUTOCODEDATA",
"namespace":"http://www.oracle.com/InFormAdapter/2011/10/Coding"
}
}
Nested Schema : CODESETTYPELIST
Type: object
Show Source
{
"type":"object",
"properties":{
"codeSetType":{
"type":"array",
"xml":{
"name":"CODESETTYPE"
},
"items":{
"$ref":"#/components/schemas/CodeSetType"
}
}
},
"xml":{
"name":"CODESETTYPELIST",
"namespace":"http://www.oracle.com/InFormAdapter/2011/10/Coding"
}
}
Nested Schema : ERRORLIST
Type: object
Show Source
{
"type":"object",
"properties":{
"error":{
"type":"array",
"xml":{
"name":"ERROR"
},
"items":{
"$ref":"#/components/schemas/Error"
}
}
},
"xml":{
"name":"ERRORLIST",
"namespace":"http://www.oracle.com/InFormAdapter/2011/10/Coding"
}
}
Nested Schema : AUTOCODESET
Type: array
Show Source
{
"type":"array",
"xml":{
"name":"AUTOCODESET"
},
"items":{
"$ref":"#/components/schemas/AutoCodeSet"
}
}
Nested Schema : AutoCodeSet
Type: object
Show Source
{
"type":"object",
"properties":{
"autoCode":{
"type":"array",
"xml":{
"name":"AUTOCODE"
},
"items":{
"$ref":"#/components/schemas/AutoCode"
}
},
"codeSetType":{
"type":"string",
"xml":{
"name":"CODESETTYPE",
"attribute":true
}
}
}
}
Nested Schema : AUTOCODE
Type: array
Show Source
{
"type":"array",
"xml":{
"name":"AUTOCODE"
},
"items":{
"$ref":"#/components/schemas/AutoCode"
}
}
Nested Schema : AUTOCODE
Type: object
Show Source
{
"required":[
"patientContext",
"sourceContext",
"targetContext"
],
"type":"object",
"properties":{
"dictionary":{
"$ref":"#/components/schemas/Dictionary"
},
"patientContext":{
"$ref":"#/components/schemas/PatientContext"
},
"sourceContext":{
"$ref":"#/components/schemas/SourceContext"
},
"targetContext":{
"$ref":"#/components/schemas/TargetContext"
},
"verbatim":{
"type":"string",
"xml":{
"name":"VERBATIM",
"attribute":true
}
},
"verbatimType":{
"type":"string",
"xml":{
"name":"VERBATIMTYPE",
"attribute":true
}
},
"deleted":{
"type":"boolean",
"xml":{
"name":"DELETED",
"attribute":true
}
},
"contextInfo":{
"$ref":"#/components/schemas/ContextInformation"
}
},
"xml":{
"name":"AUTOCODE",
"namespace":"http://www.oracle.com/InFormAdapter/2011/10/Coding"
}
}
Nested Schema : CONTEXTINFORMATION
Type: object
Show Source
{
"type":"object",
"properties":{
"contextItem":{
"type":"array",
"xml":{
"name":"CONTEXTITEM"
},
"items":{
"$ref":"#/components/schemas/ContextItem"
}
}
},
"xml":{
"name":"CONTEXTINFORMATION",
"namespace":"http://www.oracle.com/InFormAdapter/2011/10/Coding"
}
}
Nested Schema : DICTIONARY
Type: object
Show Source
{
"type":"object",
"properties":{
"type":{
"type":"string",
"xml":{
"name":"TYPE",
"attribute":true
}
},
"version":{
"type":"string",
"xml":{
"name":"VERSION",
"attribute":true
}
},
"culture":{
"type":"string",
"xml":{
"name":"CULTURE",
"attribute":true
}
}
},
"xml":{
"name":"DICTIONARY",
"namespace":"http://www.oracle.com/InFormAdapter/2011/10/Coding"
}
}
Nested Schema : PATIENTCONTEXT
Type: object
Show Source
{
"required":[
"initials",
"patientNumber",
"site"
],
"type":"object",
"properties":{
"patientNumber":{
"type":"string",
"xml":{
"name":"PATIENTNUMBER"
}
},
"initials":{
"type":"string",
"xml":{
"name":"INITIALS"
}
},
"site":{
"$ref":"#/components/schemas/Site"
},
"guid":{
"type":"string",
"xml":{
"name":"GUID",
"attribute":true
}
}
},
"xml":{
"name":"PATIENTCONTEXT",
"namespace":"http://www.oracle.com/InFormAdapter/2011/10/Coding"
}
}
Nested Schema : SOURCECONTEXT
Type: object
Show Source
{
"required":[
"formSetRef",
"informUrl"
],
"type":"object",
"properties":{
"informUrl":{
"type":"string",
"xml":{
"name":"INFORMURL"
}
},
"formSetRef":{
"$ref":"#/components/schemas/FormSetRef"
},
"sourceId":{
"type":"string",
"xml":{
"name":"SOURCEID",
"attribute":true
}
}
},
"xml":{
"name":"SOURCECONTEXT",
"namespace":"http://www.oracle.com/InFormAdapter/2011/10/Coding"
}
}
Nested Schema : TARGETCONTEXT
Type: object
Show Source
{
"type":"object",
"properties":{
"targetItem":{
"type":"array",
"xml":{
"name":"TARGETITEM"
},
"items":{
"$ref":"#/components/schemas/TargetItem"
}
},
"targetItems":{
"type":"array",
"writeOnly":true,
"items":{
"$ref":"#/components/schemas/TargetItem"
}
}
},
"xml":{
"name":"TARGETCONTEXT",
"namespace":"http://www.oracle.com/InFormAdapter/2011/10/Coding"
}
}
Nested Schema : CONTEXTITEM
Type: array
Show Source
{
"type":"array",
"xml":{
"name":"CONTEXTITEM"
},
"items":{
"$ref":"#/components/schemas/ContextItem"
}
}
Nested Schema : CONTEXTITEM
Type: object
Show Source
{
"type":"object",
"properties":{
"value":{
"type":"string"
},
"name":{
"type":"string",
"xml":{
"name":"NAME",
"attribute":true
}
}
},
"xml":{
"name":"CONTEXTITEM",
"namespace":"http://www.oracle.com/InFormAdapter/2011/10/Coding"
}
}
Nested Schema : SITE
Type: object
Show Source
{
"type":"object",
"properties":{
"guid":{
"type":"string",
"xml":{
"name":"GUID",
"attribute":true
}
},
"name":{
"type":"string",
"xml":{
"name":"NAME",
"attribute":true
}
},
"mnemonic":{
"type":"string",
"xml":{
"name":"MNEMONIC",
"attribute":true
}
}
},
"xml":{
"name":"SITE",
"namespace":"http://www.oracle.com/InFormAdapter/2011/10/Coding"
}
}
Nested Schema : TARGETITEM
Type: array
Show Source
{
"type":"array",
"xml":{
"name":"TARGETITEM"
},
"items":{
"$ref":"#/components/schemas/TargetItem"
}
}
Nested Schema : targetItems
Type: array
Show Source
{
"type":"array",
"writeOnly":true,
"items":{
"$ref":"#/components/schemas/TargetItem"
}
}
Nested Schema : TARGETITEM
Type: object
Show Source
{
"required":[
"formSetRef",
"informUrl"
],
"type":"object",
"properties":{
"informUrl":{
"type":"string",
"xml":{
"name":"INFORMURL"
}
},
"formSetRef":{
"$ref":"#/components/schemas/FormSetRef"
},
"codemapKey":{
"type":"string",
"xml":{
"name":"CODEMAPKEY",
"attribute":true
}
},
"name":{
"type":"string",
"xml":{
"name":"NAME",
"attribute":true
}
},
"codeValue":{
"type":"string",
"xml":{
"name":"CODEVALUE",
"attribute":true
}
},
"deleted":{
"type":"boolean",
"xml":{
"name":"DELETED",
"attribute":true
}
}
},
"xml":{
"name":"TARGETITEM",
"namespace":"http://www.oracle.com/InFormAdapter/2011/10/Coding"
}
}
Nested Schema : CODESETTYPE
Type: array
Show Source
{
"type":"array",
"xml":{
"name":"CODESETTYPE"
},
"items":{
"$ref":"#/components/schemas/CodeSetType"
}
}
Nested Schema : CodeSetType
Type: object
Show Source
{
"type":"object",
"properties":{
"name":{
"type":"string",
"xml":{
"name":"NAME",
"attribute":true
}
}
}
}
Nested Schema : ERROR
Type: array
Show Source
{
"type":"array",
"xml":{
"name":"ERROR"
},
"items":{
"$ref":"#/components/schemas/Error"
}
}
Nested Schema : Error
Type: object
Show Source
{
"required":[
"description"
],
"type":"object",
"properties":{
"description":{
"type":"string",
"xml":{
"name":"DESCRIPTION"
}
},
"autoCode":{
"$ref":"#/components/schemas/AutoCode"
}
}
}