Sjabloon:MpFhirSendTransaction: verschil tussen versies

Uit informatiestandaarden
Ga naar: navigatie, zoeken
(Fix broken link)
(Updated version of FHIR IG)
 
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: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:
+
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:V1.0_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.<noinclude>
+
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>
 
= 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 en latere versies
 
</noinclude>
 
</noinclude>

Huidige versie van 6 mrt 2024 om 17:07

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 en latere versies