{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-bundle-radiologyreport",
  "name": "BundleRadiologyReport",
  "status": "active",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "patternCode": "transaction"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resource"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Bundle.entry:radiologyreport",
        "path": "Bundle.entry",
        "sliceName": "radiologyreport",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:radiologyreport.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-radiologyreport"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:radiologyreport.request",
        "path": "Bundle.entry.request",
        "min": 1
      },
      {
        "id": "Bundle.entry:servicerequest",
        "path": "Bundle.entry",
        "sliceName": "servicerequest",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:servicerequest.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-servicerequest"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:servicerequest.request",
        "path": "Bundle.entry.request",
        "min": 1
      },
      {
        "id": "Bundle.entry:performer",
        "path": "Bundle.entry",
        "sliceName": "performer",
        "max": "1"
      },
      {
        "id": "Bundle.entry:performer.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitionerrole",
              "https://fhir.synapxe.sg/StructureDefinition/profile-location"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:performer.request",
        "path": "Bundle.entry.request",
        "min": 1
      },
      {
        "id": "Bundle.entry:investigation",
        "path": "Bundle.entry",
        "sliceName": "investigation",
        "min": 1
      },
      {
        "id": "Bundle.entry:investigation.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-investigation"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:investigation.request",
        "path": "Bundle.entry.request",
        "min": 1
      }
    ]
  }
}