Sjabloon:MpFhirSendTransaction: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(Nieuwe pagina aangemaakt met 'A [https://www.hl7.org/fhir/r4/http.html#transaction {{term|transaction}} interaction] allows for sending a Bundle with a set of resources in a single interaction a...') |
k |
||
Regel 3: | Regel 3: | ||
<pre>POST [base]</pre> | <pre>POST [base]</pre> | ||
− | The body of the POST submission is a Bundle with {{fhir|Bundle.type}}={{term|transaction}}. Each entry carries request details ({{fhir|Bundle.entry.request}}) that provides the HTTP method of the action to be executed. Usually, this will be POST, even for informative 'secondary' resources. | + | The body of the POST submission is a Bundle with {{fhir|Bundle.type}}={{term|transaction}}. Each entry carries request details ({{fhir|Bundle.entry.request}}) that provides the HTTP method of the action to be executed. Usually, this will be POST, even for informative 'secondary' resources.<noinclude> |
− | <noinclude> | ||
= Gemeenschappelijke tekst over FHIR Transaction = | = Gemeenschappelijke tekst over FHIR Transaction = | ||
Gebruikt binnen het MP9 2.0.0 FHIR TO | Gebruikt binnen het MP9 2.0.0 FHIR TO | ||
</noinclude> | </noinclude> |
Versie van 29 apr 2022 10:10
A transaction interaction allows for sending a Bundle with a set of resources in a single interaction and makes it possible to include referenced secondary resources. The interaction is performed by an HTTP POST command as shown:
POST [base]
The body of the POST submission is a Bundle with Bundle.type
=transaction. Each entry carries request details (Bundle.entry.request
) that provides the HTTP method of the action to be executed. Usually, this will be POST, even for informative 'secondary' resources.
Gemeenschappelijke tekst over FHIR Transaction
Gebruikt binnen het MP9 2.0.0 FHIR TO