{
  "resourceType": "StructureDefinition",
  "url": "https://vnlwn.eu/fhir/StructureDefinition/MedMijNotification",
  "name": "MedMijNotification",
  "status": "draft",
  "fhirVersion": "4.3.0",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "collection"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "definition": "An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).\r\n\r\n-->entry: veranderen naar 1...1\r\n--->slicing overbodig",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://vnlwn.eu/fhir/StructureDefinition/MedMijSubscriptionStatus"
            ]
          }
        ]
      }
    ]
  }
}