{
  "resourceType": "StructureDefinition",
  "id": "9bbe162e-934a-4cc5-b8ed-369735235818",
  "meta": {
    "lastUpdated": "2020-08-12T16:06:58.135+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/AssessAIBundle",
  "name": "AssessAIBundle",
  "status": "draft",
  "date": "2020-08-12T16:06:57.0310657+00:00",
  "fhirVersion": "4.0.0",
  "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": "transaction"
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "DiagnosticReport",
              "Organization",
              "Practitioner",
              "Observation",
              "QuestionnaireResponse",
              "Device",
              "ImagingStudy",
              "ACRPatient",
              "ACRDocumentReference"
            ]
          }
        ]
      }
    ]
  }
}