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...') |
(Fix broken link) |
||
(3 tussenliggende versies door 2 gebruikers niet weergegeven) | |||
Regel 1: | Regel 1: | ||
− | 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 and makes it possible to [[FHIR: | + | 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 and makes it possible to [[FHIR:V0.9_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|include referenced secondary resources]]. The interaction is performed by an HTTP POST command as shown: |
<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> |
Huidige versie van 15 jun 2022 om 19:02
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