{
  "resourceType": "StructureDefinition",
  "id": "JPN-EDIS-Document-Bundle",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-01-15T09:15:47.809+00:00"
  },
  "url": "http://niph.go.jp/fhir/StructureDefinition/JPN-EDIS-Document-Bundle",
  "name": "JPN-EDIS-Document-Bundle",
  "status": "draft",
  "date": "2019-01-15T09:15:46.483762+00:00",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "snapshot": {},
  "differential": {
    "element": [
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": "http://niph.go.jp/fhir/StructureDefinition/JPN-EDIS-Composition"
          }
        ]
      },
      {
        "id": "Bundle.entry.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.signature",
        "path": "Bundle.signature",
        "max": "0"
      }
    ]
  }
}