{
  "resourceType": "StructureDefinition",
  "id": "DRBundle",
  "meta": {
    "lastUpdated": "2021-03-23T09:24:23.42+00:00"
  },
  "url": "http://dedalus-group.com/fhir/StructureDefinition/DRBundle",
  "name": "DRBundle",
  "status": "draft",
  "date": "2021-03-23T09:22:46.0614883+00:00",
  "description": "Bundle for Diagnostic Report",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "document"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resolve()"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Bundle.entry.id",
        "path": "Bundle.entry.id",
        "max": "0"
      },
      {
        "id": "Bundle.entry.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "max": "0"
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "min": 1
      },
      {
        "id": "Bundle.entry.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceComposition",
        "path": "Bundle.entry",
        "sliceName": "sliceComposition",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:sliceComposition.id",
        "path": "Bundle.entry.id",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceComposition.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceComposition.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceComposition.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://dedalus-group.com/fhir/StructureDefinition/Composition"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:sliceComposition.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:slicePatient",
        "path": "Bundle.entry",
        "sliceName": "slicePatient",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:slicePatient.id",
        "path": "Bundle.entry.id",
        "max": "0"
      },
      {
        "id": "Bundle.entry:slicePatient.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry:slicePatient.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "max": "0"
      },
      {
        "id": "Bundle.entry:slicePatient.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://dedalus-group.com/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:slicePatient.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceEncounter",
        "path": "Bundle.entry",
        "sliceName": "sliceEncounter",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:sliceEncounter.id",
        "path": "Bundle.entry.id",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceEncounter.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceEncounter.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceEncounter.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://dedalus-group.com/fhir/StructureDefinition/Encounter"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:sliceEncounter.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceServiceRequest",
        "path": "Bundle.entry",
        "sliceName": "sliceServiceRequest",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:sliceServiceRequest.id",
        "path": "Bundle.entry.id",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceServiceRequest.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceServiceRequest.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceServiceRequest.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://dedalus-group.com/fhir/StructureDefinition/ServiceRequest"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:sliceServiceRequest.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceImagingStudy",
        "path": "Bundle.entry",
        "sliceName": "sliceImagingStudy",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:sliceImagingStudy.id",
        "path": "Bundle.entry.id",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceImagingStudy.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceImagingStudy.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://dedalus-group.com/fhir/StructureDefinition/ImagingStudy"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:sliceImagingStudy.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceDiagnosticReport",
        "path": "Bundle.entry",
        "sliceName": "sliceDiagnosticReport"
      },
      {
        "id": "Bundle.entry:sliceDiagnosticReport.id",
        "path": "Bundle.entry.id",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceDiagnosticReport.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceDiagnosticReport.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceDiagnosticReport.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://dedalus-group.com/fhir/StructureDefinition/DiagnosticReport"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:sliceDiagnosticReport.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceObservation",
        "path": "Bundle.entry",
        "sliceName": "sliceObservation"
      },
      {
        "id": "Bundle.entry:sliceObservation.id",
        "path": "Bundle.entry.id",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceObservation.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceObservation.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceObservation.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://dedalus-group.com/fhir/StructureDefinition/Observation"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:sliceObservation.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceEntry",
        "path": "Bundle.entry",
        "sliceName": "sliceEntry"
      },
      {
        "id": "Bundle.entry:sliceEntry.id",
        "path": "Bundle.entry.id",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceEntry.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceEntry.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "max": "0"
      },
      {
        "id": "Bundle.entry:sliceEntry.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://dedalus-group.com/fhir/StructureDefinition/Media"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:sliceEntry.search",
        "path": "Bundle.entry.search",
        "max": "0"
      }
    ]
  }
}