Package | de.gematik.isik-dokumentenaustausch |
Resource Type | OperationDefinition |
Id | UpdateMetadata |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.gematik.isik-dokumentenaustausch@3.0.5&canonical=https://gematik.de/fhir/isik/v3/Dokumentenaustausch/OperationDefinition/UpdateMetadata |
URL | https://gematik.de/fhir/isik/v3/Dokumentenaustausch/OperationDefinition/UpdateMetadata |
Status | active |
Date | 2025-02-24 |
Name | update-metadata |
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 | |
dokumentenaustausch-server | ISiK CapabilityStatement Dokumentenaustausch Server |
No resources found
No narrative content found in resource
{ "resourceType": "OperationDefinition", "id": "UpdateMetadata", "status": "active", "publisher": "gematik GmbH", "date": "2025-02-24", "url": "https://gematik.de/fhir/isik/v3/Dokumentenaustausch/OperationDefinition/UpdateMetadata", "title": "Update document metadata", "kind": "operation", "name": "update-metadata", "description": "Update selected, uncritical document metadata in a safe and controlled manner without having to replace the whole document", "code": "update-metadata", "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" } } ] }