{
  "resourceType": "StructureDefinition",
  "id": "IHE.NPFSm.SubmitFile",
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      Profile on Transaction Bundle based on IHE ITI Infrastructure Technical Framework Supplement - Non-Patient File Sharing profile (NPFSm).\n      This conformance resource is Informative. The Normative content can be found through <a href=\"http://wiki.ihe.net/index.php/Non-patient_File_Sharing_(NPFSm)\">Non-patient File Sharing (NPFSm) Rev. 1.1</a></div>"
  },
  "url": "http://www.ihe.net/fhir/StructureDefinition/IHE.NPFSm.SubmitFile",
  "name": "IHE.NPFSm.SubmitFile",
  "title": "IHE NPFSm profile on Submit File (ITI-87) transaction",
  "status": "draft",
  "experimental": false,
  "date": "2018-02-13",
  "publisher": "Integrating the Healthcare Enterprise (IHE)",
  "contact": [
    {
      "name": "IHE",
      "telecom": [
        {
          "system": "url",
          "value": "http://ihe.net"
        }
      ]
    }
  ],
  "description": "Profile on Transaction Bundle based on IHE ITI Infrastructure Technical Framework Supplement - Non-Patient File Sharing profile (NPFSm).     This conformance resource is Informative. The Normative content can be found through http://wiki.ihe.net/index.php/Non-patient_File_Sharing_(NPFSm)",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "type": [
          {
            "code": "code",
            "profile": "transaction"
          }
        ]
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "fullUrl"
            }
          ],
          "rules": "open"
        }
      },
      {
        "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": "Resource",
            "profile": "http://ihe.net/fhir/StructureDefinition/IHE.NPFSm.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 | PUT"
      },
      {
        "id": "Bundle.entry:Binary",
        "path": "Bundle.entry",
        "sliceName": "Binary",
        "short": "Binary",
        "definition": "Entry for the actual document in a Binary resource.",
        "min": 1
      },
      {
        "id": "Bundle.entry:Binary.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:Binary.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "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 | PUT"
      }
    ]
  }
}