| Package | de.gematik.isik |
| Resource Type | OperationDefinition |
| Id | UpdateMetadata |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=de.gematik.isik@5.0.0&canonical=https://gematik.de/fhir/isik/OperationDefinition/UpdateMetadata |
| URL | https://gematik.de/fhir/isik/OperationDefinition/UpdateMetadata |
| Version | 5.0.0 |
| Status | active |
| Date | 2025-06-26 |
| Name | UpdateMetadata |
| Title | Update document metadata |
| Realm | de |
| Description | Update selected, uncritical document metadata in a safe and controlled manner without having to replace the whole document |
| Type | false |
| Kind | operation |
| CapabilityStatement | |
| ISiKCapabilityStatementMetadatenUpdateRolle | ISiK CapabilityStatement Metadaten Update Rolle |
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "UpdateMetadata",
"version": "5.0.0",
"status": "active",
"experimental": false,
"publisher": "gematik GmbH",
"date": "2025-06-26",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.gematik.de"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"code": "DE",
"system": "urn:iso:std:iso:3166",
"display": "Germany"
}
]
}
],
"url": "https://gematik.de/fhir/isik/OperationDefinition/UpdateMetadata",
"title": "Update document metadata",
"kind": "operation",
"name": "UpdateMetadata",
"description": "Update selected, uncritical document metadata in a safe and controlled manner without having to replace the whole document",
"code": "update-metadata",
"affectsState": true,
"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",
"resource": [
"DocumentReference"
],
"system": false,
"type": false,
"instance": true,
"parameter": [
{
"name": "docStatus",
"use": "in",
"min": 1,
"max": "1",
"documentation": "new value for element `docStatus`",
"type": "code",
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/ValueSet/composition-status"
}
}
]
}