Changed by FHIR Extension
This extension is used to describe who changed record.
As a value it takes String. The value should be a username of the user that changed the record.
changed-by
{
"resourceType":"StructureDefinition",
"id":"changed-by",
"url":"https://openmrs.org/fhir/StructureDefinition/changed-by",
"name":"changed-by",
"kind":"complex-type",
"abstract":false,
"status":"draft",
"contextType":"resource",
"type":"Extension",
"baseDefinition":"http://hl7.org/fhir/StructureDefinition/Extension",
"derivation":"constraint",
"differential":{
"element": [
{
"id":"Extension.url",
"path":"Extension.url",
"fixedUri":"https://openmrs.org/fhir/StructureDefinition/changed-by"
},
{
"id":"Extension.valueString",
"path":"Extension.valueString",
"type": [
{
"code":"string"
}
]
}
]
}
}