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.
- changeType: object · TERMINOLOGY_CODE
_type required- codeType: string
_string required - terminologyType: string
_id required - terminologyType: string
_version - uriType: stringFormat: uri
- committerrequired
- _typeDiscriminatorenumconst:PARTY_SELFrequiredvalues
- P
A R T Y _ S E L F
- externalType: object · PARTY_REF
_ref Identifier for parties in a demographic or identity service.
- _typeType: string
- description
- _typeDiscriminatorenumconst:DV_TEXTrequiredvalues
- D
V _ T E X T
- valueType: stringrequired
- encodingType: object · CODE_PHRASE
- formattingType: string
- hyperlink
- _typeDiscriminatorenumconst:DV_URIrequiredvalues
- D
V _ U R I
- valueType: stringrequired
- languageType: object · CODE_PHRASE
- mappingsType: 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"
}
}