CONTRIBUTION
A CONTRIBUTION resource
- Type: object · AUDIT_DETAILS
audit requiredThe 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 · PARTY_PROXY
committer requiredPolymorphic PARTY_PROXY wrapper. See concrete leaf schemas:
UMPartySelfUMPartyIdentifiedUMPartyRelated
- Type: string
system _id required - Type: object · DV_DATE_TIME
time _committed required - Type: string
_type - Type: object · DV_TEXT
description Polymorphic DV_TEXT wrapper. See concrete leaf schemas:
UMDvTextUMDvCodedText
- Type: object · HIER_OBJECT_ID
uid required- Type: stringFormat: uuid
value required - enum
_type const:HIER_OBJECT_IDvaluesH I E R _ O B J E C T _ I D
- Type: array object[] · OBJECT_REF[]
versions required- Type: object · OBJECT_VERSION_ID
id required - Type: string
namespace required - Type: string
type required
Examples
{
"uid": {
"value": "0826851c-c4c2-4d61-92b9-410fb8275ff0"
},
"versions": [
{
"id": {
"_type": "OBJECT_VERSION_ID",
"value": "fb458d9c-1323-42bc-b7f8-787f3660a0b5::cataniamc.prod.cadasto.com::1"
},
"namespace": "local",
"type": "COMPOSITION"
},
{
"id": {
"_type": "OBJECT_VERSION_ID",
"value": "abcdefgh-1323-42bc-b7f8-787f3660a0ba::cataniamc.prod.cadasto.com::1"
},
"namespace": "local",
"type": "FOLDER"
}
],
"audit": {
"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"
}
}
}