...
De MIME-Type in de Content-Type
header MOET header MAG gepostfixed worden met de FHIR version en MOET gepostfixed worden met de encoding, correcte voorbeelden zijn:
application/fhir+json;
fhirVersion=4.0;
charset=utf-8
application/fhir+xml;
fhirVersion=4.0;
charset=utf-8
application/fhir+json; charset=utf-8
application/fhir+xml; charset=utf-8
Zie tevens het onderdeel: TOP-KT-014 - Versiebeheer en -beleid.
Update
Koppeltaal forceert het gebruik van de If-Match
header. Dit waarborgt dat een Update altijd gebaseerd is op de laatste versie. Zo wordt de kans op dataverlies geminimaliseerd. Zie https://www.hl7.org/fhir/r4/http.html#concurrency voor meer informatie.
...