UPDATE_ATTESTATION

  • 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.

  • is_pending
    Type: boolean
    required
  • reason
    required
    • _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[]
  • _type
    Type: string
  • attested_view
    Type: object · DV_MULTIMEDIA
    • _type
      Type: string
      required
    • media_type
      Type: object · CODE_PHRASE
      required
    • size
      Type: integer
      required

      Integer numbers.

    • alternate_text
      Type: string
    • charset
      Type: object · CODE_PHRASE
    • compression_algorithm
      Type: object · CODE_PHRASE
    • data
      Type: string
    • integrity_check
      Type: string
    • integrity_check_algorithm
      Type: object · CODE_PHRASE
    • language
      Type: object · CODE_PHRASE
    • thumbnail
      Type: object · DV_MULTIMEDIA
    • uri
      • _type
        Discriminator
        enum
        const:  
        DV_URI
        required
        values
        • DV_URI
      • value
        Type: string
        required
  • 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[]
  • items
    Type: array object[] · DV_EHR_URI[]
    • value
      Type: string
      required
    • _type
      Type: string
  • proof
    Type: string
Examples
{
  "change_type": {
    "value": "creation",
    "defining_code": {
      "terminology_id": "openehr",
      "code_string": "249"
    }
  },
  "description": "Description text",
  "committer": {
    "_type": "PARTY_IDENTIFIED",
    "name": "A user name"
  }
}