AUDIT_DETAILS
The set of attributes required to document the committal of an information item to a repository.
- changeType: object · DV_CODED_TEXT
_type required- definingType: object · CODE_PHRASE
_code required - valueType: stringrequired
- _typeType: string
- 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[]
- 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.
- systemType: string
_id required - timeType: object · DV_DATE_TIME
_committed required- valueType: stringFormat: date-timerequired
the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- _typeType: string
- _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
{
"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"
}
}