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?