{
  "resourceType" : "Bundle",
  "id" : "200A-multiitem-prescription-without-orchestration",
  "type" : "collection",
  "entry" : [{
    "fullUrl" : "https://example.com/PractitionerRole/doctor1",
    "resource" : {
      "resourceType" : "PractitionerRole",
      "id" : "doctor1",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_doctor1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole doctor1</b></p><a name=\"doctor1\"> </a><a name=\"hcdoctor1\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-practitioner1.html\">Dr Meryl Ärztin</a></p><p><b>organization</b>: <a href=\"Organization-organization1.html\">Dr Ärztin Private Practice</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 309295000}\">Clinical oncologist</span></p></div>"
      },
      "practitioner" : {
        "reference" : "Practitioner/practitioner1",
        "display" : "Dr Meryl Ärztin"
      },
      "organization" : {
        "reference" : "Organization/organization1",
        "display" : "Dr Ärztin Private Practice"
      },
      "code" : [{
        "coding" : [{
          "system" : "http://snomed.info/sct",
          "code" : "309295000",
          "display" : "Clinical oncologist"
        }]
      }]
    }
  },
  {
    "fullUrl" : "https://example.com/Patient/patient1",
    "resource" : {
      "resourceType" : "Patient",
      "id" : "patient1",
      "meta" : {
        "profile" : ["http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core"]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient patient1</b></p><a name=\"patient1\"> </a><a name=\"hcpatient1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.eu/fhir/base/2.0.0/StructureDefinition-patient-eu-core.html\">Patient (EU core)</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Thomas Engine  Male, DoB: 1950-09-15 ( 12345)</p><hr/></div>"
      },
      "identifier" : [{
        "value" : "12345"
      }],
      "name" : [{
        "family" : "Engine",
        "given" : ["Thomas"]
      }],
      "gender" : "male",
      "birthDate" : "1950-09-15"
    }
  }]
}