{
  "resourceType": "Bundle",
  "entry": [
    {
      "resource": {
        "resourceType": "Organization",
        "id": "cfe99794-2a57-4881-afa4-76d9ce31edfc",
        "identifier": [
          {
            "system": "http://salute.gov.it/ausl",
            "value": "080105"
          }
        ]
      }
    },
    {
      "resource": {
        "resourceType": "Practitioner",
        "identifier": [
          {
            "system": "http://salute.regione.emilia-romagna.it/operatore/username",
            "value": "operatore.prova.dxc"
          }
        ],
        "name": {
          "family": [
            "TEST"
          ],
          "given": [
            "OPERATORE"
          ]
        },
        "practitionerRole": [
          {
            "managingOrganization": {
              "reference": "Organization/cfe99794-2a57-4881-afa4-76d9ce31edfc"
            },
            "role": {
              "coding": [
                {
                  "system": "http://salute.regione.emilia-romagna.it/operatore/ruolo",
                  "code": "15RuoloDxcC",
                  "display": "RUOLO TEST"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "resource": {
        "resourceType": "Patient",
        "identifier": [
          {
            "system": "http://mef.gov.it/cf",
            "value": "SSSMNN75B01F257L"
          }
        ],
        "gender": "male",
        "birthDate": "1975-02-01",
        "contact": [
          {
            "telecom": [
              {
                "system": "phone",
                "value": "3351358726"
              },
              {
                "system": "email",
                "value": "modenauno@gmail.com"
              }
            ]
          }
        ]
      }
    },
    {
      "resource": {
        "resourceType": "Practitioner",
        "identifier": [
          {
            "system": "http://mef.gov.it/cf",
            "value": "MDCPGT60R02A045R"
          }
        ]
      }
    },
    {
      "resource": {
        "resourceType": "Parameters",
        "parameter": [
          {
            "name": "tipo_ricerca",
            "valueCoding": {
              "system": "http://sanita.regione.emilia-romagna.it/tipo_ricerca",
              "code": "1"
            }
          }
        ]
      }
    }
  ]
}