V2.0

put

/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/codingstatus/codedItems

Updates or inserts multiple coded data elements with value for a source data element and source value while also checking coding context

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Request object for inserting or updating coded derived items. Contains the source property ID, source value, coding context, and a list of code values.
Show Source
  • codeValuesList
    Represents a coded value applied to a source value. Includes coding information, item and target identifiers and the coded result.
  • Minimum Length: 0
    Maximum Length: 4000
    Context in which the coding is performed.
    Example: {"Route of Administration":"as","Indication":"fer"}
  • Source property Unique identifier(UUID, 32-character uppercase hexadecimal string). Must be unique per data context.
    Example: C2D20B70E856463EBC6C830C693D1B40
  • Minimum Length: 0
    Maximum Length: 4000
    Original value from the source that is being coded.
    Example: ALT
Nested Schema : codeValuesList
Type: object
Represents a coded value applied to a source value. Includes coding information, item and target identifiers and the coded result.
Show Source
  • Minimum Length: 0
    Maximum Length: 4000
    The actual code value derived from the coding process.
    Example: R79.0
  • Unique identifier(UUID, 32-character uppercase hexadecimal string) for the coding info used to derive the code.
    Example: 3A1A5E8B0F894A9CA9F324D04B162F23
  • Unique Item identifier (UUID, 32-character uppercase hexadecimal string) from the study Designer, associated to a form.
    Example: 5B3B7E0ED4F24E30B5A3A44C5A896C90
  • Unique identifier(UUID, 32-character uppercase hexadecimal string) for the coding result target.
    Example: F843B5478028498882E3AF11FEBA3F2A
Examples

Back to Top

Response

Supported Media Types

200 Response

Success: Returns the coded derived items with original source and coding details.
Body ()
Root Schema : CodedDerrivedItemsResponse2
Type: object
Response object for returning coded derived items. Includes original identifiers, context and coded result items.
Show Source
Nested Schema : codeValuesList
Type: object
Represents a coded item in a data element response, including identifiers, source value, and a referenced DataElement object.
Show Source
Nested Schema : DataElementDto
Type: object
Base data element details including identity, study and subject context, values and metadata
Show Source
Examples

400 Response

Bad Request
Body ()
Root Schema : DcsResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Structure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
  • details
    Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
  • Application or business-specific error code representing the error type.
    Example: REPT_401
  • Human-readable error message describing the failure or issue.
    Example: Unauthorized: User does not have access to the requested resource
Nested Schema : result
Type: object
Nested Schema : details
Type: object
Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
Example:
User role is missing required permission REPORTING_VIEW. Field: userId
Back to Top