{
  "resourceType": "StructureDefinition",
  "id": "IHE.MHD.Minimal.ProvideDocumentBundle",
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\tStructureDefinition for Provide Document Bundle (ITI-65) transaction between the MHD Document Source and the MHD Document Recipient with Minimal metadata compliance in the \n    IHE IT Infrastructure Technical Framework Supplement <a href=\"http://wiki.ihe.net/index.php/Mobile_access_to_Health_Documents_(MHD)\">Mobile access to Health Documents (MHD) Rev. 2.3</a>.\n\tThe IHE MHD Profile text is Normative, this conformance resource is Informative.\n\t\t</div>"
  },
  "url": "http://nictiz.nl/fhir/StructureDefinition/IHE.MHD.Minimal.ProvideDocumentBundle",
  "version": "1.0.1",
  "name": "Nictiz.IHE.MHD.Minimal.ProvideDocumentBundle",
  "title": "Nictiz IHE MHD profile on Provide Document Bundle (ITI-65) transaction with Minimal Metadata",
  "status": "active",
  "experimental": false,
  "date": "2019-07-29",
  "publisher": "HL7 Netherlands",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Profile on Transaction Bundle based on IHE IT Infrastructure Technical Framework Supplement - Mobile access to Health Documents (MHD) Rev. 2.3. - revised by Nictiz to replace reference to corrected DocumentManifest profile and removed meta.profile claim tag.\r\n\r\nSee http://wiki.ihe.net/index.php/Mobile_access_to_Health_Documents_(MHD)   The IHE MHD Profile text is Normative, this conformance resource is Informative.",
  "purpose": "Copied profile from IHE MHD. This revised profile by Nictiz replaces the .entry.resource DocumentManifest profile reference to a corrected version of that profile.",
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "short": "transaction",
        "fixedCode": "transaction"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "resource"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Bundle.entry:DocumentManifest",
        "path": "Bundle.entry",
        "sliceName": "DocumentManifest",
        "short": "DocumentManifest",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:DocumentManifest.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:DocumentManifest.resource",
        "path": "Bundle.entry.resource",
        "comment": "Nictiz: replaced profile reference to corrected IHE MHD DocumentManifest profile.",
        "min": 1,
        "type": [
          {
            "code": "DocumentManifest",
            "profile": "http://nictiz.nl/fhir/StructureDefinition/IHE.MHD.DocumentManifest"
          }
        ]
      },
      {
        "id": "Bundle.entry:DocumentManifest.request",
        "path": "Bundle.entry.request",
        "min": 1
      },
      {
        "id": "Bundle.entry:DocumentManifest.request.method",
        "path": "Bundle.entry.request.method",
        "fixedCode": "POST"
      },
      {
        "id": "Bundle.entry:DocumentReference",
        "path": "Bundle.entry",
        "sliceName": "DocumentReference",
        "short": "DocumentReference",
        "min": 1
      },
      {
        "id": "Bundle.entry:DocumentReference.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:DocumentReference.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "DocumentReference",
            "profile": "http://nictiz.nl/fhir/StructureDefinition/IHE.MHD.Minimal.DocumentReference"
          }
        ]
      },
      {
        "id": "Bundle.entry:DocumentReference.request",
        "path": "Bundle.entry.request",
        "min": 1
      },
      {
        "id": "Bundle.entry:DocumentReference.request.method",
        "path": "Bundle.entry.request.method",
        "fixedCode": "POST"
      },
      {
        "id": "Bundle.entry:List",
        "path": "Bundle.entry",
        "sliceName": "List",
        "short": "List"
      },
      {
        "id": "Bundle.entry:List.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:List.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "List",
            "profile": "http://nictiz.nl/fhir/StructureDefinition/IHE.MHD.List"
          }
        ]
      },
      {
        "id": "Bundle.entry:List.request",
        "path": "Bundle.entry.request",
        "min": 1
      },
      {
        "id": "Bundle.entry:List.request.method",
        "path": "Bundle.entry.request.method",
        "fixedCode": "POST"
      },
      {
        "id": "Bundle.entry:Binary",
        "path": "Bundle.entry",
        "sliceName": "Binary",
        "short": "Binary",
        "definition": "Entry for the actual document in a Binary resource."
      },
      {
        "id": "Bundle.entry:Binary.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:Binary.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Binary",
            "profile": "http://hl7.org/fhir/StructureDefinition/Binary"
          }
        ]
      },
      {
        "id": "Bundle.entry:Binary.request",
        "path": "Bundle.entry.request",
        "min": 1
      },
      {
        "id": "Bundle.entry:Binary.request.method",
        "path": "Bundle.entry.request.method",
        "fixedCode": "POST"
      }
    ]
  }
}