ATTESTATION

  • change_type
    Type: object · DV_CODED_TEXT
    required
    • defining_code
      Type: object · CODE_PHRASE
      required
    • value
      Type: string
      required
    • _type
      enum
      const:  
      DV_CODED_TEXT
      values
      • DV_CODED_TEXT
    • encoding
      Type: object · CODE_PHRASE
    • formatting
      Type: string
    • hyperlink
      Type: object · DV_URI

      Polymorphic DV_URI wrapper. See concrete leaf schemas:

      • UMDvUri
      • UMDvEhrUri
    • language
      Type: object · CODE_PHRASE
    • mappings
      Type: array object[] · TERM_MAPPING[]
  • committer
    Type: object · PARTY_PROXY
    required

    Polymorphic PARTY_PROXY wrapper. See concrete leaf schemas:

    • UMPartySelf
    • UMPartyIdentified
    • UMPartyRelated
  • is_pending
    Type: boolean
    required
  • reason
    Type: object · DV_TEXT
    required

    Polymorphic DV_TEXT wrapper. See concrete leaf schemas:

    • UMDvText
    • UMDvCodedText
  • system_id
    Type: string
    required
  • time_committed
    Type: object · DV_DATE_TIME
    required
    • value
      Type: stringFormat: date-time
      required

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • _type
      enum
      const:  
      DV_DATE_TIME
      values
      • DV_DATE_TIME
    • accuracy
      Type: object · DV_DURATION
    • magnitude_status
      Type: string
    • normal_range
      Type: object · DV_INTERVAL
    • normal_status
      Type: object · CODE_PHRASE
    • other_reference_ranges
      Type: array object[] · REFERENCE_RANGE[]
  • _type
    enum
    const:  
    ATTESTATION
    values
    • ATTESTATION
  • attested_view
    Type: object · DV_MULTIMEDIA
    • _type
      enum
      const:  
      DV_MULTIMEDIA
      required
      values
      • DV_MULTIMEDIA
    • 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

      Recursive reference to DvMultimedia (thumbnail)

    • uri
      Type: object · DV_URI

      Polymorphic DV_URI wrapper. See concrete leaf schemas:

      • UMDvUri
      • UMDvEhrUri
  • description
    Type: object · DV_TEXT

    Polymorphic DV_TEXT wrapper. See concrete leaf schemas:

    • UMDvText
    • UMDvCodedText
  • items
    Type: array object[] · DV_EHR_URI[]
    • value
      Type: string
      required
    • _type
      enum
      const:  
      DV_EHR_URI
      values
      • DV_EHR_URI
  • proof
    Type: string
Examples
{
  "system_id": "9624982A-9F42-41A5-9318-AE13D5F5031F",
  "committer": {
    "_type": "PARTY_IDENTIFIED",
    "name": "A user name"
  },
  "time_committed": {
    "value": "2017-08-15T10:37:15.422+02:00"
  },
  "change_type": {
    "value": "creation",
    "defining_code": {
      "terminology_id": {
        "value": "openehr"
      },
      "code_string": "249"
    }
  },
  "description": {
    "value": "Description text"
  }
}