You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nirgends im ISiK-IG steht, ob lastUpdate gesetzt werden muss oder nicht. In der FHIR Core Spec ist das zwar an vielen Stellen konkret gefordert:
z.B. bei CREATE: "The server SHALL populate the id, meta.versionId and meta.lastUpdated with the new correct values."
bei UPDATE: "If the server supports versions, it SHALL populate the meta.versionId and meta.lastUpdated with the new correct values. ervers that do not support versioning SHALL ensure that Resource.meta.versionId is not present on resources they return, and SHALL update the value of Resource.meta.lastUpdated correctly."
Allerdings fordern wir bei ISiK Basis zwingend nur die READ-Interaktion. Jedoch auch für diese gilt: "Servers SHOULD return an ETag header with the versionId of the resource (if versioning is supported) and a Last-Modified header." und "The Last-Modified header should come from .meta.lastUpdated"
Die serverseitig korrekte Implementierung von LastUpdate sollte im ISiK-Kontext konkret gefordert und in den Testszenarien überprüft werden.
The text was updated successfully, but these errors were encountered:
Nirgends im ISiK-IG steht, ob lastUpdate gesetzt werden muss oder nicht. In der FHIR Core Spec ist das zwar an vielen Stellen konkret gefordert:
z.B. bei CREATE: "The server SHALL populate the id, meta.versionId and meta.lastUpdated with the new correct values."
bei UPDATE: "If the server supports versions, it SHALL populate the meta.versionId and meta.lastUpdated with the new correct values. ervers that do not support versioning SHALL ensure that Resource.meta.versionId is not present on resources they return, and SHALL update the value of Resource.meta.lastUpdated correctly."
Allerdings fordern wir bei ISiK Basis zwingend nur die READ-Interaktion. Jedoch auch für diese gilt: "Servers SHOULD return an ETag header with the versionId of the resource (if versioning is supported) and a Last-Modified header." und "The Last-Modified header should come from .meta.lastUpdated"
Die serverseitig korrekte Implementierung von LastUpdate sollte im ISiK-Kontext konkret gefordert und in den Testszenarien überprüft werden.
The text was updated successfully, but these errors were encountered: