{
"description": "Update selected, uncritical document metadata in a safe and controlled manner without having to replace the whole document",
"_filename": "OperationDefinition-UpdateMetadata.json",
"package_name": "de.gematik.isik",
"date": "2025-06-05",
"system": false,
"publisher": "gematik GmbH",
"instance": true,
"jurisdiction": [ {
"coding": [ {
"code": "DE",
"system": "urn:iso:std:iso:3166",
"display": "Germany"
} ]
} ],
"name": "UpdateMetadata",
"type": "false",
"experimental": "false",
"resourceType": "OperationDefinition",
"title": "Update document metadata",
"package_version": "5.0.0-rc2",
"status": "active",
"id": "8681b1f6-e31c-40e5-9ad6-14aede4ba4f8",
"resource": [ "DocumentReference" ],
"affectsState": true,
"kind": "operation",
"comment": "\n Expected behaviour:\n* Servers SHALL update the DocumentReference.docStatus with the submitted values\n* Servers SHALL ensure that DocumentReference.text reflects this change\n",
"url": "https://gematik.de/fhir/isik/OperationDefinition/UpdateMetadata",
"code": "update-metadata",
"version": "5.0.0-rc2",
"contact": [ {
"telecom": [ {
"value": "https://www.gematik.de",
"system": "url"
} ]
} ],
"parameter": [ {
"max": "1",
"min": 1,
"use": "in",
"name": "docStatus",
"type": "code",
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/ValueSet/composition-status"
},
"documentation": "new value for element `docStatus`"
} ]
}