REVISION_HISTORY_ITEM
A REVISION_HISTORY_ITEM resource
- auditsType: array object[] · AUDIT_DETAILS[]required
The set of attributes required to document the committal of an information item to a repository.
- changeType: object · DV_CODED_TEXT
_type required - 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 - _typeType: string
- description
- _typeDiscriminatorenumconst:DV_TEXTrequiredvalues
- D
V _ T E X T
- valueType: stringrequired
- encodingType: object · CODE_PHRASE
- formattingType: string
- hyperlink
- languageType: object · CODE_PHRASE
- mappingsType: array object[] · TERM_MAPPING[]
- versionType: object · OBJECT_VERSION_ID
_id required- valueType: stringrequired
- _typeType: string
Examples
{
"version_id": {
"value": "8849182c-82ad-4088-a07f-48ead4180515::cataniamc.prod.cadasto.com::1"
},
"audits": [
{
"system_id": "d60e2348-b083-48ce-93b9-916cef1d3a5a",
"time_committed": {
"value": "2015-01-20T19:30:22.765+01:00"
},
"change_type": {
"value": "creation",
"defining_code": {
"terminology_id": {
"value": "openehr"
},
"code_string": "249"
}
},
"description": {
"value": "An optional description string"
},
"committer": {
"_type": "PARTY_IDENTIFIED",
"name": "A user name"
}
}
]
}