I have generated a patient with the default settings using Synthea. The first entry in the bundle generated is as follows:
{
"fullUrl": "urn:uuid:0100411a-6826-40d8-bfc7-baba56c9945b",
"resource": {
// Patient resource here
},
"request": {
"method": "POST",
"url": "Patient"
}
}
Why does Synthea generate a POST request at the end of each entry?
So this Bundle can be used as a transaction or a batch, that is - when the bundle is sent to the server, the server will know what operation (method
) to do with this resource and on what endpoint (url
).