REVISION_HISTORY_ITEM

A REVISION_HISTORY_ITEM resource

  • audits
    Type: array object[] · AUDIT_DETAILS[]
    required

    The set of attributes required to document the committal of an information item to a repository.

    • change_type
      Type: object · DV_CODED_TEXT
      required
    • committer
      required
      • _type
        Discriminator
        enum
        const:  
        PARTY_SELF
        required
        values
        • PARTY_SELF
      • external_ref
        Type: object · PARTY_REF

        Identifier for parties in a demographic or identity service.

    • system_id
      Type: string
      required
    • time_committed
      Type: object · DV_DATE_TIME
      required
    • _type
      Type: string
    • description
      • _type
        Discriminator
        enum
        const:  
        DV_TEXT
        required
        values
        • DV_TEXT
      • value
        Type: string
        required
      • encoding
        Type: object · CODE_PHRASE
      • formatting
        Type: string
      • hyperlink
      • language
        Type: object · CODE_PHRASE
      • mappings
        Type: array object[] · TERM_MAPPING[]
  • version_id
    Type: object · OBJECT_VERSION_ID
    required
    • value
      Type: string
      required
    • _type
      Type: string
Examples
{
  "version_id": {
    "value": "8849182c-82ad-4088-a07f-48ead4180515::cataniamc.prod.cadasto.com::1"
  },
  "audits": [
    {
      "system_id": "d60e2348-b083-48ce-93b9-916cef1d3a5a",
      "time_committed": {
        "value": "2015-01-20T19:30:22.765+01:00"
      },
      "change_type": {
        "value": "creation",
        "defining_code": {
          "terminology_id": {
            "value": "openehr"
          },
          "code_string": "249"
        }
      },
      "description": {
        "value": "An optional description string"
      },
      "committer": {
        "_type": "PARTY_IDENTIFIED",
        "name": "A user name"
      }
    }
  ]
}