Root Schema : schema
Type: object
Show Source
{
"required":[
"auditInfo",
"autoCodeData",
"trial"
],
"type":"object",
"properties":{
"trial":{
"type":"string",
"xml":{
"name":"TRIAL"
}
},
"auditInfo":{
"$ref":"#/components/schemas/AuditInfo"
},
"autoCodeData":{
"$ref":"#/components/schemas/AutoCodeData"
}
},
"xml":{
"name":"PUTCODINGDATAREQ",
"namespace":"http://www.oracle.com/InFormAdapter/2011/10/Coding"
}
}
Nested Schema : AUDITINFO
Type: object
Show Source
{
"required":[
"changeReason",
"informUser"
],
"type":"object",
"properties":{
"informUser":{
"type":"string",
"xml":{
"name":"INFORMUSER"
}
},
"changeReason":{
"type":"string",
"xml":{
"name":"CHANGEREASON"
}
}
},
"xml":{
"name":"AUDITINFO",
"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 : 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 : FORMSETREF
Type: object
Show Source
{
"required":[
"formRef"
],
"type":"object",
"properties":{
"formRef":{
"$ref":"#/components/schemas/FormRef"
},
"guid":{
"type":"string",
"xml":{
"name":"GUID",
"attribute":true
}
},
"revision":{
"type":"number",
"format":"float",
"xml":{
"name":"REVISION",
"attribute":true
}
},
"refName":{
"type":"string",
"xml":{
"name":"REFNAME",
"attribute":true
}
},
"name":{
"type":"string",
"xml":{
"name":"NAME",
"attribute":true
}
},
"order":{
"type":"integer",
"format":"int64",
"xml":{
"name":"ORDER",
"attribute":true
}
}
},
"xml":{
"name":"FORMSETREF",
"namespace":"http://www.oracle.com/InFormAdapter/2011/10/Coding"
}
}
Nested Schema : FormRef
Type: object
Show Source
{
"type":"object",
"properties":{
"formOID":{
"type":"string",
"xml":{
"name":"FormOID",
"attribute":true
}
},
"orderNumber":{
"type":"integer",
"xml":{
"name":"OrderNumber",
"attribute":true
}
},
"mandatory":{
"type":"string",
"xml":{
"name":"Mandatory",
"attribute":true
},
"enum":[
"YES",
"NO"
]
},
"collectionExceptionConditionOID":{
"type":"string",
"xml":{
"name":"CollectionExceptionConditionOID",
"attribute":true
}
}
}
}
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"
}
}