AUDIT_DETAILS
The set of attributes required to document the committal of an information item to a repository.
- Type: object · DV_CODED_TEXT
change _type required- Type: object · CODE_PHRASE
defining _code required - Type: string
value required - Type: string
_type - Type: object · CODE_PHRASE
encoding - Type: string
formatting hyperlink _type Discriminatorenumconst:DV_URIrequiredvaluesD V _ U R I
- Type: string
value required
- Type: object · CODE_PHRASE
language - Type: array object[] · TERM_MAPPING[]
mappings
committer required_type Discriminatorenumconst:PARTY_SELFrequiredvaluesP A R T Y _ S E L F
- Type: object · PARTY_REF
external _ref Identifier for parties in a demographic or identity service.
- Type: string
system _id required - Type: object · DV_DATE_TIME
time _committed required- Type: stringFormat: date-time
value requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- Type: string
_type
- Type: string
_type description _type Discriminatorenumconst:DV_TEXTrequiredvaluesD V _ T E X T
- Type: string
value required - Type: object · CODE_PHRASE
encoding - Type: string
formatting hyperlink _type Discriminatorenumconst:DV_URIrequiredvaluesD V _ U R I
- Type: string
value required
- Type: object · CODE_PHRASE
language - Type: array object[] · TERM_MAPPING[]
mappings
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"
}
}