UPDATE_AUDIT

The set of attributes required to document the committal of an information item to a repository. Used by the server to create an AUDIT_DETAILS object.

  • change_type
    Type: object · TERMINOLOGY_CODE
    required
    • code_string
      Type: string
      required
    • terminology_id
      Type: string
      required
    • terminology_version
      Type: string
    • uri
      Type: stringFormat: uri
  • 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.

  • _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
      • _type
        Discriminator
        enum
        const:  
        DV_URI
        required
        values
        • DV_URI
      • value
        Type: string
        required
    • language
      Type: object · CODE_PHRASE
    • mappings
      Type: array object[] · TERM_MAPPING[]
Examples
{
  "change_type": {
    "value": "creation",
    "defining_code": {
      "terminology_id": "openehr",
      "code_string": "249"
    }
  },
  "description": "Description text",
  "committer": {
    "_type": "PARTY_IDENTIFIED",
    "name": "A user name"
  }
}