Sjabloon:MpFhirSendTransaction: verschil tussen versies

Uit informatiestandaarden
Naar navigatie springen Naar zoeken springen
k
(IG Vdraft to V0.9)
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:Vdraft_FHIR_IG_R4#Referring_other_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:V0.9_FHIR_IG_R4#Referring_other_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>

Versie van 15 jun 2022 16:40

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